Skip to content

AIRFLOW__CORE__SQL_ALCHEMY_CONN and AIRFLOW__CELERY__RESULT_BACKEND should be exported in the entrypoint when not using SequentialExecutor #487

@theoutsider24

Description

@theoutsider24

AIRFLOW__CORE__SQL_ALCHEMY_CONN and AIRFLOW__CELERY__RESULT_BACKEND environment variables are required to run airflow commands when not using the SequentialExecutor
In entrypoint.sh line ~62 they're assigned but not exported so they're used for the initialising airflow commands but not present if attempting to use any other commands later

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions