Skip to content
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

Bug: Cannot create dbt profile from Airflow connection #134

Closed
rsviastyn opened this issue May 13, 2024 · 1 comment · Fixed by #137
Closed

Bug: Cannot create dbt profile from Airflow connection #134

rsviastyn opened this issue May 13, 2024 · 1 comment · Fixed by #137

Comments

@rsviastyn
Copy link

Version: 2.0.1
Error:

File "/usr/local/airflow/.local/lib/python3.11/site-packages/airflow_dbt_python/utils/configs.py", line 529, in create_dbt_profile
    profile = Profile.from_raw_profile_info(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Profile.from_raw_profile_info() got an unexpected keyword argument 'user_config'
@satar
Copy link

satar commented May 31, 2024

Not sure this will help beings I am still unsuccessful with Airflow 2.8.1 via MWAA but I ran into the 'user_config' problem when I attempted to use dbt-core==1.7.15. I backed it down to v1.7.11 and that issue went away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants