Skip to content

Commit

Permalink
Merge pull request #32 from Dorianteffo/dev_dorian
Browse files Browse the repository at this point in the history
dag code
  • Loading branch information
Dorianteffo committed Mar 21, 2024
2 parents 21a8a71 + 070c2b9 commit 51e4dd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_airflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
TARGET: "/home/ubuntu/airflow"
SCRIPT_AFTER: |
cd airflow
docker compose down airflow-scheduler
docker compose up -d airflow-scheduler
docker compose down
docker compose up -d
##################################################
Expand Down
1 change: 1 addition & 0 deletions airflow/dags/cosmos_dbt_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
DBT_PROJECT_PATH = "/opt/airflow/dags/dbt/dbt_transformation"
DBT_EXECUTABLE_PATH = "/opt/airflow/dbt_venv/bin/dbt"


# dev environment
profile_config_dev = ProfileConfig(
profile_name="modern_warehouse",
Expand Down

0 comments on commit 51e4dd7

Please sign in to comment.