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
Introduced in: v0.17.2
In the last week, raised by: 0 projects
Pretty straightforward: as the deprecation warning message states, we should remove the release arg from the execute_macro method. I don't think we need to worry too much about moving text_only_columns up one positional argument, but it may not be a bad idea to leave a placeholder in its spot.
Introduced in: v0.17.2
In the last week, raised by: 0 projects
Pretty straightforward: as the deprecation warning message states, we should remove the
release
arg from theexecute_macro
method. I don't think we need to worry too much about movingtext_only_columns
up one positional argument, but it may not be a bad idea to leave a placeholder in its spot.https://github.com/dbt-labs/dbt/blob/484517416f3ec7affb22f3f1be4f19b2ef825332/core/dbt/adapters/base/impl.py#L961-L964
Then, we can remove it from the list of active deprecations.
Originally posted by @jtcohen6 in #2798 (comment)
The text was updated successfully, but these errors were encountered: