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 am getting below warnings in the dbt logs for dbt artifacts macros
"macros/database_specific_helpers/generate_surrogate_key.sql" "macro_unique_id": "macro.dbt_artifacts.generate_surrogate_key", "msg":"Argument field_list in the yml for macro generate_key has an invalide type"}"
"macros/upload_invidual_datasets/upload_exposure.sql" "macro_unique_id": "macro.dbt_artifacts.upload_exposures", "msg": "Argument exposures in the yml for macro upload_exposures has an invalid type"}"
I am getting these warnings after I enable
validate_macro_args: True --- in the project.yml file
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting below warnings in the dbt logs for dbt artifacts macros
"macros/database_specific_helpers/generate_surrogate_key.sql" "macro_unique_id": "macro.dbt_artifacts.generate_surrogate_key", "msg":"Argument field_list in the yml for macro generate_key has an invalide type"}"
"macros/upload_invidual_datasets/upload_exposure.sql" "macro_unique_id": "macro.dbt_artifacts.upload_exposures", "msg": "Argument exposures in the yml for macro upload_exposures has an invalid type"}"
I am getting these warnings after I enable
validate_macro_args: True --- in the project.yml file
Beta Was this translation helpful? Give feedback.
All reactions