Skip to content

Commit

Permalink
test no copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Aug 13, 2024
1 parent 6d87672 commit e346161
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/jaffle_shop/run_test_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ dbt clean
dbt deps
dbt compile
dbt run-operation stage_external_sources
cp ../dbt-firebolt/.github/workflows/jaffle_shop/sources_external_tables_id_secret.yml models/staging/sources_external_tables.yml
dbt run-operation stage_external_sources --vars "ext_full_refresh: true"
if [[ -n "$AWS_ACCESS_ROLE_ARN" ]]; then
# Can't test this on FB 1.0
cp ../dbt-firebolt/.github/workflows/jaffle_shop/sources_external_tables_iam.yml models/staging/sources_external_tables.yml
dbt run-operation stage_external_sources --vars "ext_full_refresh: true"
fi
# cp ../dbt-firebolt/.github/workflows/jaffle_shop/sources_external_tables_id_secret.yml models/staging/sources_external_tables.yml
# dbt run-operation stage_external_sources --vars "ext_full_refresh: true"
# if [[ -n "$AWS_ACCESS_ROLE_ARN" ]]; then
# # Can't test this on FB 1.0
# cp ../dbt-firebolt/.github/workflows/jaffle_shop/sources_external_tables_iam.yml models/staging/sources_external_tables.yml
# dbt run-operation stage_external_sources --vars "ext_full_refresh: true"
# fi
dbt seed
dbt seed --full-refresh
dbt run
Expand Down

0 comments on commit e346161

Please sign in to comment.