Skip to content

Commit

Permalink
Revert "chore: add secrets manager calls"
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanJaveed84 authored Mar 11, 2024
1 parent f877711 commit c12f88f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dataeng/resources/model-transfers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ fi

ARGS="{mart: ${MART_NAME} }"

source secrets-manager.sh analytics-secure/warehouse-transforms/profiles DBT_PASSWORD

dbt deps --profiles-dir $WORKSPACE/profiles/ --profile $DBT_PROFILE --target $DBT_TARGET
dbt deps --profiles-dir $WORKSPACE/analytics-secure/warehouse-transforms/ --profile $DBT_PROFILE --target $DBT_TARGET

# Call DBT to perform all transfers for this mart.
dbt run-operation perform_s3_transfers --args "${ARGS}" --profile $DBT_PROFILE --target $DBT_TARGET --profiles-dir $WORKSPACE/profiles/
dbt run-operation perform_s3_transfers --args "${ARGS}" --profile $DBT_PROFILE --target $DBT_TARGET --profiles-dir $WORKSPACE/analytics-secure/warehouse-transforms/

0 comments on commit c12f88f

Please sign in to comment.