Skip to content

Commit

Permalink
pollution-v2: use test001 as prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 28, 2024
1 parent 388a1b7 commit 31bbe8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-pollution-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
X_AIRFLOW_VAR_COMPUTATION_CHECKPOINT_REDIS_DB: 3
# X_AIRFLOW__CORE__MAX_ACTIVE_TASKS_PER_DAG: 4
X_AIRFLOW__CORE__MAX_ACTIVE_TASKS_PER_DAG: 16
X_AIRFLOW_VAR_DATATYPE_PREFIX: test_001

# Currently no logging enabled
# X_AIRFLOW__CORE__REMOTE_LOGGING: '<your_choice_on_remote_logging>'
Expand Down
2 changes: 1 addition & 1 deletion pollution_v2/infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ x-airflow-common:
AIRFLOW_VAR_COMPUTATION_CHECKPOINT_REDIS_HOST: 'redis'
AIRFLOW_VAR_COMPUTATION_CHECKPOINT_REDIS_PORT: 6379
AIRFLOW_VAR_COMPUTATION_CHECKPOINT_REDIS_DB: 10
AIRFLOW_VAR_DATATYPE_PREFIX: ""
AIRFLOW_VAR_DATATYPE_PREFIX: ${AIRFLOW_VAR_DATATYPE_PREFIX}
# AIRFLOW__CORE__REMOTE_LOGGING: '<your_choice_on_remote_logging>'
# AIRFLOW__CORE__REMOTE_BASE_LOG_FOLDER: '<your_bucket_for_remote_logging>'
# AIRFLOW__CORE__REMOTE_LOG_CONN_ID: '<your_connection_id_for_remote_logging>'
Expand Down

0 comments on commit 31bbe8a

Please sign in to comment.