Skip to content

Commit

Permalink
include env var for odbc driver
Browse files Browse the repository at this point in the history
  • Loading branch information
edulauer committed Aug 18, 2023
1 parent dfb2377 commit 7620eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
AIRFLOW__CORE__DEFAULT_TIMEZONE: 'America/Sao_Paulo'
AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION: 'true'
AIRFLOW__CORE__LOAD_EXAMPLES: 'false'
AIRFLOW__PROVIDERS_ODBC__ALLOW_DRIVER_IN_EXTRA: 'true'
volumes:
- ../tests:/opt/airflow/tests
- ../tests/test_dag.py:/opt/airflow/dags/test_dag.py
Expand Down

0 comments on commit 7620eb8

Please sign in to comment.