Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dev/dags/jaffle_shop_kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
)
from cosmos.profiles import PostgresUserPasswordProfileMapping

DEFAULT_DBT_ROOT_PATH = Path(__file__).parent / "dbt"
DEFAULT_DBT_ROOT_PATH = Path(__file__).resolve().parent / "dbt"


Comment thread
pankajastro marked this conversation as resolved.
DBT_ROOT_PATH = Path(os.getenv("DBT_ROOT_PATH", DEFAULT_DBT_ROOT_PATH))
AIRFLOW_PROJECT_DIR = DBT_ROOT_PATH / "jaffle_shop"
Expand Down
1 change: 1 addition & 0 deletions scripts/airflow3/dags/jaffle_shop_kubernetes.py
1 change: 1 addition & 0 deletions scripts/airflow3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apache-airflow
apache-airflow-task-sdk
apache-airflow-providers-standard
apache-airflow-providers-fab
apache-airflow-providers-cncf-kubernetes
psycopg2
asyncpg
dbt-postgres