You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -114,6 +121,13 @@ We setup a standalone version of Airflow to set up the `PythonOperator` (Airflow
114
121
The below script will copy the dbt DAGs over. In production, you'd want to use Airflow to sync with version controlled dbt DAGS (e.g. that are sync'd to S3).
115
122
116
123
```bash
124
+
# First: export Snowflake related environment variables used above:
0 commit comments