Skip to content

Commit

Permalink
fix: correct the target schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidho27941 committed Sep 7, 2024
1 parent e6aa299 commit 56b8b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dags/cwa_transformation_incremental_v_1_0_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
conn_id="snowflake_dev",
profile_args={
"database": "weather_data",
"schema": "cwb_dev"
"schema": "cwb_dev_v2"
},
))

Expand Down
2 changes: 1 addition & 1 deletion dags/cwa_transformation_refresh_v_1_0_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
conn_id="snowflake_dev",
profile_args={
"database": "weather_data",
"schema": "cwb_dev"
"schema": "cwb_dev_v2"
},
))

Expand Down

0 comments on commit 56b8b14

Please sign in to comment.