configs: More interpolation-only expr deprecations#26105
Conversation
Extend the deprecation for interpolation-only expressions to include module calls, data sources, outputs, and locals.
Codecov Report
|
apparentlymart
left a comment
There was a problem hiding this comment.
This looks good to me! It'll be nice to expand the warning coverage to be more consistent.
Regarding when to release, I think it would make sense to release this in a 0.13.x, but I'd prefer to wait until a little later in the release period when we feel like we've taken care of the most significant upgrade-related blockers, so that folks upgrading won't feel pressured to deal with these deprecations at the same time as the upgrade steps. On our current trajectory that seems like maybe one more 0.13.x release to address some of the remaining upgrade concerns, and then we could issue one containing these deprecations. (Of course, we'll see how things really look once we've made the next 0.13.x release.)
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Extend the deprecation for interpolation-only expressions to include module calls, data sources, outputs, and locals.
This PR is targeting the 0.14.0 release. If merged, I'm not sure if it should be cherry-picked to 0.13.x or not. Thoughts?
Fixes #25430, fixes #25828, supersedes #25465.