-
Notifications
You must be signed in to change notification settings - Fork 15
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
Bump dbt version to 1.4 #144
Conversation
something is not yet fully working:
|
Also for 1.4.1 of DBT core this issue persists. How can this be fixed? @dbeaty suggested the mainline master branch of DBT for dbt-labs/dbt-core#6451 a while ago |
This issue is fixed now and it looks like dbt-impala is compatible with dbt 1.4.x now. |
However, I still cannot use dbt-impala due to #146 (for both 1.3.1 and 1.4.0) |
is still open for incremental models |
After changing all references of row['name'] to row['col_name'] and row['type'] to row['data_type'] , most of these errors go away. But, the generated SQL code is weird: strange output:
most likely expected output:
input:
Observations:
|
@hpasumarthi can you take a look at this? |
This is closed by #175 |
bump DBT version