Skip to content

Commit

Permalink
rename AIRFLOW__CORE__LOAD_DEFAULTS
Browse files Browse the repository at this point in the history
  • Loading branch information
edbizarro committed Apr 1, 2019
1 parent 4df31e9 commit f0989cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The Airflow service runs under systemd, so logs are available through journalctl
- [ ] Provide a way to pass a custom packages.txt files on provision step
- [ ] RBAC
- [ ] Flower
- [ ] Provide a way inject envinronment variables to airflow
- [ ] Provide a way inject environment variables to airflow
- [ ] Auto Scalling for workers
- [ ] Use SPOT instances for workers
- [ ] Maybe use the [AWS Fargate](https://aws.amazon.com/pt/fargate/) to reduce costs
Expand Down
3 changes: 1 addition & 2 deletions files/airflow.environment
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ AWS_DEFAULT_REGION=${AWS_REGION}
AIRFLOW_HOME=/etc/airflow

AIRFLOW__CORE__EXECUTOR=CeleryExecutor
AIRFLOW__CORE__LOAD_EXAMPLES=True
AIRFLOW__CORE__FERNET_KEY=${FERNET_KEY}
AIRFLOW__CORE__LOAD_EXAMPLES=${LOAD_EXAMPLE_DAGS}
TURBINE__CORE__LOAD_DEFAULTS=${LOAD_DEFAULT_CONNS}
AIRFLOW__CORE__LOAD_DEFAULTS=${LOAD_DEFAULT_CONNS}
AIRFLOW__CORE__SQL_ALCHEMY_CONN=postgresql://${DB_USERNAME}:${DB_PASSWORD}@${DB_ENDPOINT}/${DB_DBNAME}
AIRFLOW__CORE__REMOTE_BASE_LOG_FOLDER=s3://${S3_BUCKET}
AIRFLOW__CORE__REMOTE_LOGGING=True
Expand Down

0 comments on commit f0989cb

Please sign in to comment.