-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter dbt cloud jobs by environment id #749
Filter dbt cloud jobs by environment id #749
Conversation
This pull request has been linked to Shortcut Story #23561: Filter dbt cloud jobs by environment_id. |
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #749 +/- ##
==========================================
+ Coverage 92.01% 92.19% +0.18%
==========================================
Files 185 147 -38
Lines 15495 15354 -141
==========================================
- Hits 14257 14156 -101
+ Misses 1238 1198 -40 ☔ View full report in Codecov by Sentry. |
Yikes, merged another PR into this one and now there's a lot of changes :/ |
Rebase? |
Argh I see. You didn't create #750 against main. |
This reverts commit 1be0df8.
🤔 Why?
To filter collected dbt jobs by their environment ID.
🤓 What?
If user specified a list of environment ids to include, and the crawler sees a job with an environment id not in that list, then the job will be ignored.
🧪 Tested?
☑️ Checks
pyproject.toml
.