Skip to content

Commit

Permalink
better way to test this
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Jul 26, 2024
1 parent 49d045f commit a29a507
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/jaffle-shop-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
repository: firebolt-db/jaffle_shop_firebolt
path: jaffle-shop

- name: Copy sources_external_tables.yml override to Jaffle Shop
run: cp dbt-firebolt/.github/workflows/jaffle_shop/sources_external_tables.yml jaffle-shop/models/staging/

- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/jaffle-shop-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
repository: firebolt-db/jaffle_shop_firebolt
path: jaffle-shop

- name: Copy sources_external_tables.yml override to Jaffle Shop
run: cp dbt-firebolt/.github/workflows/jaffle_shop/sources_external_tables.yml jaffle-shop/models/staging/

- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/jaffle_shop/run_test_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ dbt clean
dbt deps
dbt compile
dbt run-operation stage_external_sources
cp ../.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"
dbt seed
dbt seed --full-refresh
dbt run
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
repository: firebolt-db/jaffle_shop_firebolt
path: jaffle-shop

- name: Copy sources_external_tables.yml override to Jaffle Shop
run: cp dbt-firebolt/.github/workflows/jaffle_shop/sources_external_tables.yml jaffle-shop/models/staging/

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit a29a507

Please sign in to comment.