dbt-labs / dbt-labs/dbt-jobs-as-code
Simplify the logic of updating/deleting env var overwrite using sets
Open
feature
- Dominant language
- Python
- Stars
- 85
- Forks
- 14
- Avg merge
- 16m
- Merged PRs (30d)
- 5
Description
I believe this can be simplified using set operations, which would reduce the need for the nested loop and the explicit conditional logic.
_Originally posted by @nicholasyager in https://github.com/dbt-labs/dbt-jobs-as-code/pull/14#discussion_r1014811620_
Contributor guide
Assessment
This issue has not been assessed yet.