Skip to content

Commit

Permalink
Fix import error in for snowflake extractor (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro authored Aug 23, 2022
1 parent d87f03c commit 16f828f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ x-airflow-common:
ASTRONOMER_ENVIRONMENT: local
AIRFLOW__LINEAGE__BACKEND: openlineage.lineage_backend.OpenLineageBackend
OPENLINEAGE_URL: http://host.docker.internal:5050/
OPENLINEAGE_EXTRACTORS: >-
astronomer.providers.google.cloud.extractors.bigquery.BigQueryAsyncExtractor;
astronomer.providers.snowflake.extractors.snowflake.SnowflakeAsyncExtractor
OPENLINEAGE_EXTRACTORS: "astronomer.providers.google.cloud.extractors.bigquery.BigQueryAsyncExtractor;\
astronomer.providers.snowflake.extractors.snowflake.SnowflakeAsyncExtractor"
volumes:
- ./dags:/usr/local/airflow/dags
- ./logs:/usr/local/airflow/logs
Expand Down

0 comments on commit 16f828f

Please sign in to comment.