ole_bause
08/11/2021, 1:06 PMversion: '3.8'
x-meltano-image: &meltano-image
image: meltano-demo-project:dev # Change me to a name and tag that makes sense for your project
build: .
x-meltano-env: &meltano-env
MELTANO_DATABASE_URI: <postgresql://postgres:postgres@meltano-system-db/meltano>
# Add any additional Meltano configuration environment variables here
# Uncomment if you are using the Airflow orchestrator, delete otherwise
x-airflow-env: &airflow-env
AIRFLOW__CORE__SQL_ALCHEMY_CONN: <postgres://postgres:postgres@airflow-metadata-db/airflow>
AIRFLOW__CORE__EXECUTOR: LocalExecutor
Is it possible to get rid of this?ole_bause
08/11/2021, 1:28 PM