-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Allow snapshots to be defined in YAML. #10749
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00e279f - Browse repository at this point
Copy the full SHA 00e279fView commit details -
Add Snowplow tracking for behavior flags (#10721)
* add behavior deprecation snowplow callback * update tests for new callback * update test input with the new required field
Configuration menu - View commit details
-
Copy full SHA for 59682a8 - Browse repository at this point
Copy the full SHA 59682a8View commit details -
Replace
TestSelector
withResourceTypeSelector
(#10718)* [tidy first] Replace `TestSelector` with `ResourceTypeSelector` * Changelog entry * Fully preserve current behavior * Revert "Fully preserve current behavior" This reverts commit ceecfec.
Configuration menu - View commit details
-
Copy full SHA for d18d946 - Browse repository at this point
Copy the full SHA d18d946View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7001c - Browse repository at this point
Copy the full SHA 8a7001cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10464c1 - Browse repository at this point
Copy the full SHA 10464c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a854272 - Browse repository at this point
Copy the full SHA a854272View commit details -
Enable
--resource-type
and--exclude-resource-type
CLI flags and ……environment variables for `dbt test` (#10706) * Adding logic to TestSelector to remove unit tests if they are in excluded_resource_types * Adding change log * Respect `--resource-type` and `--exclude-resource-type` CLI flags and associated environment variables * Test CLI flag for excluding unit tests for the `dbt test` command * Satisy isort pre-commit hook * Fix mypy for positional argument "resource_types" in call to "TestSelector" * Replace `TestSelector` with `ResourceTypeSelector` * Add co-author * Update changelog description * Add functional tests for new feature * Compare the actual results, not just the count * Remove test case covered elsewhere * Test for `DBT_EXCLUDE_RESOURCE_TYPES` environment variable for `dbt test` * Update per pre-commit hook * Restore to original form (until we refactor extraneous `ResourceTypeSelector` references later) --------- Co-authored-by: Matthew Cooper <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 574e2d0 - Browse repository at this point
Copy the full SHA 574e2d0View commit details -
Standardize returning
ResourceTypeSelector
instances indbt list
……and `dbt build` (#10739) * Remove duplicated constructor for `ResourceTypeSelector` * Add type annotation for `ResourceTypeSelector` * Standardize on constructor for `ResourceTypeSelector` where `include_empty_nodes=True` * Changelog entry
Configuration menu - View commit details
-
Copy full SHA for 5c0d7ce - Browse repository at this point
Copy the full SHA 5c0d7ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5743edc - Browse repository at this point
Copy the full SHA 5743edcView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86cf015 - Browse repository at this point
Copy the full SHA 86cf015View commit details