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
We've moved date_spine and it's sub-macros to dbt-core in dbt-labs/dbt-core#8616. As such we should deprecate these macros. The macros to be deprecated are
date_spine
generate_series
get_intervals_between
get_powers_of_two
Additional context
We use to have a deprecation function. However, we removed it in a previous PR. We should bring it back. We should also probably keep it around in the future even if nothing is using it at some given point in time as it's always possible more things will get deprecated as time goes on.
Acceptance Criteria
A deprecation helper exists again
The following have been deprecated: date_spine, generate_series, get_intervals_between, get_powers_of_two
Uses of the deprecated functions in dbt-utils now use the dbt-core provided implementations
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers.
Describe the bug
We've moved
date_spine
and it's sub-macros todbt-core
in dbt-labs/dbt-core#8616. As such we should deprecate these macros. The macros to be deprecated aredate_spine
generate_series
get_intervals_between
get_powers_of_two
Additional context
We use to have a deprecation function. However, we removed it in a previous PR. We should bring it back. We should also probably keep it around in the future even if nothing is using it at some given point in time as it's always possible more things will get deprecated as time goes on.
Acceptance Criteria
date_spine
,generate_series
,get_intervals_between
,get_powers_of_two
dbt_utils
as-needed [1]Are you interested in contributing the fix?
Yes
The text was updated successfully, but these errors were encountered: