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
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
I get error when create basic views for elementary package using dbt run --select elementary command
10:43:40 Compilation Error in model information_schema_columns (models/edr/dbt_artifacts/information_schema_columns.sql)
AthenaAdapter.add_lf_tags() takes 3 positional arguments but 4 were given
> in macro materialization_view_athena (macros/materializations/models/view/view.sql)
> called by model information_schema_columns (models/edr/dbt_artifacts/information_schema_columns.sql)
10:43:40
Expected Behavior
View is created successfully without errors :)
Steps To Reproduce
In your dbt project install elementary package
Run command dbt run --select elementary
Receive error when create view:
10:43:40 Compilation Error in model information_schema_columns (models/edr/dbt_artifacts/information_schema_columns.sql)
AthenaAdapter.add_lf_tags() takes 3 positional arguments but 4 were given
> in macro materialization_view_athena (macros/materializations/models/view/view.sql)
> called by model information_schema_columns (models/edr/dbt_artifacts/information_schema_columns.sql)
10:43:40
Is this a new bug in dbt-athena?
Current Behavior
I get error when create basic views for elementary package using
dbt run --select elementary
commandExpected Behavior
View is created successfully without errors :)
Steps To Reproduce
dbt run --select elementary
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: