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
Fusion is failing (understandably) on this line that uses *varargs and **kwargs. with the below message. I don't even know what the context var is doing here.
error: dbt1501: Failed to run operation invalid operation: value of type undefined is not callable
(in :46:47)
(in dbt_packages/dbt_external_tables/macros/common/get_external_build_plan.sql:2:31)
(in dbt_packages/dbt_external_tables/macros/plugins/redshift/get_external_build_plan.sql:12:36)
(in dbt_packages/dbt_external_tables/macros/common/refresh_external_table.sql:2:31)
(in dbt_packages/dbt_external_tables/macros/plugins/redshift/refresh_external_table.sql:18:51)
(in dbt_packages/dbt_external_tables/macros/plugins/redshift/helpers/render_macro.sql:20:30)
--> :46:47
Finished 'run-operation' with 1 error in 299ms