Skip to content

Commit

Permalink
Enable test connection for increasing local dev productivity (#1453)
Browse files Browse the repository at this point in the history
Sets AIRFLOW__CORE__TEST_CONNECTION=Enabled in the
Docker image to allow testing connections in a quick go.
  • Loading branch information
pankajkoti authored Jan 23, 2024
1 parent 1c66272 commit f572da3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ COPY pyproject.toml ${AIRFLOW_HOME}/astronomer_providers/pyproject.toml

RUN pip install -e "${AIRFLOW_HOME}/astronomer_providers[all,tests,mypy]"
RUN pip install apache-airflow-providers-slack

# Enable test connection for increasing local development productivity
ENV AIRFLOW__CORE__TEST_CONNECTION=Enabled

USER astro

0 comments on commit f572da3

Please sign in to comment.