astronomer / astro-sdk

Astro SDK allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow.
https://astro-sdk-python.rtfd.io/
Apache License 2.0
342 stars 42 forks source link

Fix gdrive_to_snowflake task in example_load_dag #2073

Closed vatsrahul1001 closed 9 months ago

vatsrahul1001 commented 9 months ago

Fix gdrive_to_snowflake task in example_load_dag

The gdrive_to_snowflake task was failing because we hadn't set the GOOGLE_APPLICATION_CREDENTIALS in deployment.

vatsrahul1001 commented 9 months ago

Raised PR https://github.com/astronomer/astro-sdk/pull/2072