Skip to content

Commit

Permalink
Add missing part to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Jul 20, 2023
1 parent 2ef2804 commit 688e3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/dags/example_cosmos_python_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
dbt_project_name="jaffle_shop_python",
conn_id="databricks_default",
profile_args={
"schema": "cosmos",
"schema": SCHEMA,
},
operator_args={"append_env": True},
profile_name_override="airflow",
Expand Down

0 comments on commit 688e3da

Please sign in to comment.