Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix import error in for snowflake extractor
Browse files Browse the repository at this point in the history
pankajastro committed Aug 22, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0ff239f commit 6e26655
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
@@ -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

0 comments on commit 6e26655

Please sign in to comment.