-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dags don't run in demo #8
Comments
The output from
|
Project is running! All components are now available. Airflow Webserver: http://localhost:8080 ===> postgres:postgres pgcli -h localhost -d postgres -u postgres |
@dschneiderch Not sure if you've fixed this, by manually adding connection, it works for me.
|
For anyone who failed to run due to connection error, you should set |
add dbt-postgres adapter in the requirement file, it fixed my issue. |
I'm a trying to better understand how airflow and dbt can be used together but I can't actually run the demo.
when I trigger
dbt_basic_dag
I getairflow.exceptions.AirflowNotFoundException: The conn_id `***` isn't defined
so i appears that the docker container doesn't have the environment variables defined needed to connect to postgres. is there a simple fix for this?
The text was updated successfully, but these errors were encountered: