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
8 changes: 6 additions & 2 deletions scripts/airflow3/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ export AIRFLOW__CORE__DAGBAG_IMPORT_TIMEOUT=300
export AIRFLOW_REPO_DIR="$PWD/../airflow"
export AIRFLOW_CONN_EXAMPLE_CONN=postgresql+psycopg2://postgres:postgres@localhost:5432/airflow_db
# Until we fix the ExecutionMode.VIRTUALENV https://github.com/astronomer/astronomer-cosmos/issues/1633
export AIRFLOW__COSMOS__ENABLE_SETUP_ASYNC_TASK=False
export AIRFLOW__COSMOS__ENABLE_TEARDOWN_ASYNC_TASK=False
export AIRFLOW__COSMOS__ENABLE_SETUP_ASYNC_TASK=True
export AIRFLOW__COSMOS__ENABLE_TEARDOWN_ASYNC_TASK=True
export AIRFLOW__COSMOS__REMOTE_TARGET_PATH_CONN_ID=gcp_gs_conn
export AIRFLOW__COSMOS__REMOTE_TARGET_PATH=gs://cosmos_remote_target
#export AIRFLOW__COSMOS__REMOTE_TARGET_PATH_CONN_ID=s3_conn
#export AIRFLOW__COSMOS__REMOTE_TARGET_PATH="s3://cosmos-remote-target"
6 changes: 5 additions & 1 deletion scripts/airflow3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ apache-airflow-task-sdk
apache-airflow-providers-standard
apache-airflow-providers-fab
apache-airflow-providers-cncf-kubernetes
# Installing apache-airflow-providers-amazon[s3fs] and apache-airflow-providers-google together causes a
# dependency resolution conflict for package fsspec. Please install this manually as an independent pip command
# if you want to keep remote storage as S3.
apache-airflow-providers-amazon[s3fs]
apache-airflow-providers-google
psycopg2
asyncpg
dbt-postgres
dbt-bigquery
apache-airflow-providers-google