forked from repo-mirrors/dbt-core
Compare commits
115 Commits
postgres-s
...
v1.9.0rc1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a84a787eeb | ||
|
|
3d70e1b06f | ||
|
|
55872497bd | ||
|
|
d305137226 | ||
|
|
bda92e7312 | ||
|
|
a42303c3af | ||
|
|
6fccfe84ea | ||
|
|
fd6ec71dab | ||
|
|
ae957599e1 | ||
|
|
f080346227 | ||
|
|
2a75dd4683 | ||
|
|
945539e3ae | ||
|
|
84230ce333 | ||
|
|
35c09203ad | ||
|
|
1625eb059a | ||
|
|
2c43af897d | ||
|
|
6e1f64f8b4 | ||
|
|
e9a2b548cb | ||
|
|
89caa33fb4 | ||
|
|
30b8a92e38 | ||
|
|
b95f7a7f2c | ||
|
|
e451a371e6 | ||
|
|
81067d4fc4 | ||
|
|
3198ce4809 | ||
|
|
0c51985c83 | ||
|
|
e26af57989 | ||
|
|
bdf28d7eff | ||
|
|
289d2dd932 | ||
|
|
8a17a0d7e7 | ||
|
|
8c6bec4fb5 | ||
|
|
7f5abdc565 | ||
|
|
f714e84282 | ||
|
|
7f92c6e003 | ||
|
|
8de0229a04 | ||
|
|
dd77210756 | ||
|
|
8df5c96f3d | ||
|
|
6b5db1796f | ||
|
|
3224589fe7 | ||
|
|
b71ceb3166 | ||
|
|
4d4b05effc | ||
|
|
316ecfca28 | ||
|
|
d07bfda9df | ||
|
|
8ae689c674 | ||
|
|
bdb79e8626 | ||
|
|
f7b7935a97 | ||
|
|
3d96b4e36c | ||
|
|
7920b0e71d | ||
|
|
a0674db840 | ||
|
|
ba6c7baf1d | ||
|
|
8be063502b | ||
|
|
78c05718c5 | ||
|
|
d18f50bbb8 | ||
|
|
ffa75ca9ff | ||
|
|
8f847167fa | ||
|
|
cd6bb9e782 | ||
|
|
ef9abe6c06 | ||
|
|
40c350ff21 | ||
|
|
c7d8693f70 | ||
|
|
6743e32574 | ||
|
|
f6cdacc61e | ||
|
|
5db0b81da1 | ||
|
|
fc8eb820aa | ||
|
|
fc83f5edfa | ||
|
|
8248d1eb53 | ||
|
|
6b9c1da1ae | ||
|
|
7940ad5c78 | ||
|
|
3ec8fa79bd | ||
|
|
396cf2d683 | ||
|
|
87b1143a62 | ||
|
|
75a09621cd | ||
|
|
5e9f1b515f | ||
|
|
25a68a990c | ||
|
|
a86e2b4ffc | ||
|
|
94917432f9 | ||
|
|
d1857b39ca | ||
|
|
2ff3f20863 | ||
|
|
5e3d418264 | ||
|
|
5d32aa8b62 | ||
|
|
d8b1bf53f7 | ||
|
|
1076352293 | ||
|
|
1fe9c1bbfe | ||
|
|
41e4836c0f | ||
|
|
b590045b9f | ||
|
|
1fd4d2eae6 | ||
|
|
ac66f91351 | ||
|
|
359a2c0cc5 | ||
|
|
bbdb98fa5d | ||
|
|
a8d4ba2b4a | ||
|
|
09e973d24a | ||
|
|
730e40a867 | ||
|
|
a1e4753020 | ||
|
|
3ac20ce7a8 | ||
|
|
aa23af98e5 | ||
|
|
46da967115 | ||
|
|
db694731c9 | ||
|
|
7016cd3085 | ||
|
|
9ca10fbfd9 | ||
|
|
3308a4365e | ||
|
|
f8bfd32ed6 | ||
|
|
3e437a6734 | ||
|
|
9e633f6178 | ||
|
|
d182d06644 | ||
|
|
054c6fde37 | ||
|
|
4c326e40b5 | ||
|
|
8fe5ea1ee7 | ||
|
|
16f5023f4d | ||
|
|
c6b8f7e595 | ||
|
|
77aeb3ea68 | ||
|
|
1e20772d33 | ||
|
|
8ce2c46a2f | ||
|
|
aeaaedcaa1 | ||
|
|
6c111f2e31 | ||
|
|
139b9ac54f | ||
|
|
cc8541c05f | ||
|
|
ab500a9709 |
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 1.9.0a1
|
||||
current_version = 1.9.0rc1
|
||||
parse = (?P<major>[\d]+) # major version number
|
||||
\.(?P<minor>[\d]+) # minor version number
|
||||
\.(?P<patch>[\d]+) # patch version number
|
||||
|
||||
136
.changes/1.9.0-b1.md
Normal file
136
.changes/1.9.0-b1.md
Normal file
@@ -0,0 +1,136 @@
|
||||
## dbt-core 1.9.0-b1 - October 01, 2024
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- Fix changing the current working directory when using dpt deps, clean and init. ([#8997](https://github.com/dbt-labs/dbt-core/issues/8997))
|
||||
|
||||
### Features
|
||||
|
||||
- serialize inferred primary key ([#9824](https://github.com/dbt-labs/dbt-core/issues/9824))
|
||||
- Add unit_test: selection method ([#10053](https://github.com/dbt-labs/dbt-core/issues/10053))
|
||||
- Maximally parallelize dbt clone in clone command" ([#7914](https://github.com/dbt-labs/dbt-core/issues/7914))
|
||||
- Add --host flag to dbt docs serve, defaulting to '127.0.0.1' ([#10229](https://github.com/dbt-labs/dbt-core/issues/10229))
|
||||
- Update data_test to accept arbitrary config options ([#10197](https://github.com/dbt-labs/dbt-core/issues/10197))
|
||||
- add pre_model and post_model hook calls to data and unit tests to be able to provide extra config options ([#10198](https://github.com/dbt-labs/dbt-core/issues/10198))
|
||||
- add --empty value to jinja context as flags.EMPTY ([#10317](https://github.com/dbt-labs/dbt-core/issues/10317))
|
||||
- Warning message for snapshot timestamp data types ([#10234](https://github.com/dbt-labs/dbt-core/issues/10234))
|
||||
- Support cumulative_type_params & sub-daily granularities in semantic manifest. ([#10360](https://github.com/dbt-labs/dbt-core/issues/10360))
|
||||
- Add time_granularity to metric spec. ([#10376](https://github.com/dbt-labs/dbt-core/issues/10376))
|
||||
- Support standard schema/database fields for snapshots ([#10301](https://github.com/dbt-labs/dbt-core/issues/10301))
|
||||
- Support ref and source in foreign key constraint expressions, bump dbt-common minimum to 1.6 ([#8062](https://github.com/dbt-labs/dbt-core/issues/8062))
|
||||
- Support new semantic layer time spine configs to enable sub-daily granularity. ([#10475](https://github.com/dbt-labs/dbt-core/issues/10475))
|
||||
- Include models that depend on changed vars in state:modified, add state:modified.vars selection method ([#4304](https://github.com/dbt-labs/dbt-core/issues/4304))
|
||||
- Add support for behavior flags ([#10618](https://github.com/dbt-labs/dbt-core/issues/10618))
|
||||
- Enable `--resource-type` and `--exclude-resource-type` CLI flags and environment variables for `dbt test` ([#10656](https://github.com/dbt-labs/dbt-core/issues/10656))
|
||||
- Allow configuring snapshot column names ([#10185](https://github.com/dbt-labs/dbt-core/issues/10185))
|
||||
- Add custom_granularities to YAML spec for time spines. ([#9265](https://github.com/dbt-labs/dbt-core/issues/9265))
|
||||
- Add basic functionality for creating microbatch incremental models ([#9490](https://github.com/dbt-labs/dbt-core/issues/9490), [#10635](https://github.com/dbt-labs/dbt-core/issues/10635), [#10637](https://github.com/dbt-labs/dbt-core/issues/10637), [#10638](https://github.com/dbt-labs/dbt-core/issues/10638), [#10636](https://github.com/dbt-labs/dbt-core/issues/10636), [#10662](https://github.com/dbt-labs/dbt-core/issues/10662), [#10639](https://github.com/dbt-labs/dbt-core/issues/10639))
|
||||
- Execute microbatch models in batches ([#10700](https://github.com/dbt-labs/dbt-core/issues/10700))
|
||||
- Create 'skip_nodes_if_on_run_start_fails' behavior change flag ([#7387](https://github.com/dbt-labs/dbt-core/issues/7387))
|
||||
- Allow snapshots to be defined in YAML. ([#10246](https://github.com/dbt-labs/dbt-core/issues/10246))
|
||||
- Write microbatch compiled/run targets to separate files, one per batch ([#10714](https://github.com/dbt-labs/dbt-core/issues/10714))
|
||||
- Track incremental_strategy as part of model_run tracking event ([#10761](https://github.com/dbt-labs/dbt-core/issues/10761))
|
||||
- Support required 'begin' config for microbatch models ([#10701](https://github.com/dbt-labs/dbt-core/issues/10701))
|
||||
- Parse-time validation of microbatch configs: require event_time, batch_size, lookback and validate input event_time ([#10709](https://github.com/dbt-labs/dbt-core/issues/10709))
|
||||
- Added the --inline-direct parameter to 'dbt show' ([#10770](https://github.com/dbt-labs/dbt-core/issues/10770))
|
||||
- Enable `retry` support for microbatch models ([#10715](https://github.com/dbt-labs/dbt-core/issues/10715), [#10729](https://github.com/dbt-labs/dbt-core/issues/10729))
|
||||
- Use unrendered database and schema source properties during state:modified, behind state_modified_compare_more_unrendered_values behavoiur flag ([#9573](https://github.com/dbt-labs/dbt-core/issues/9573))
|
||||
- Ensure microbatch models respect `full_refresh` model config ([#10785](https://github.com/dbt-labs/dbt-core/issues/10785))
|
||||
- Adds validations for custom_granularities to ensure unique naming. ([#9265](https://github.com/dbt-labs/dbt-core/issues/9265))
|
||||
|
||||
### Fixes
|
||||
|
||||
- Remove unused check_new method ([#7586](https://github.com/dbt-labs/dbt-core/issues/7586))
|
||||
- Test case for `merge_exclude_columns` ([#8267](https://github.com/dbt-labs/dbt-core/issues/8267))
|
||||
- Convert "Skipping model due to fail_fast" message to DEBUG level ([#8774](https://github.com/dbt-labs/dbt-core/issues/8774))
|
||||
- Restore previous behavior for --favor-state: only favor defer_relation if not selected in current command" ([#10107](https://github.com/dbt-labs/dbt-core/issues/10107))
|
||||
- Unit test fixture (csv) returns null for empty value ([#9881](https://github.com/dbt-labs/dbt-core/issues/9881))
|
||||
- Fix json format log and --quiet for ls and jinja print by converting print call to fire events ([#8756](https://github.com/dbt-labs/dbt-core/issues/8756))
|
||||
- Add resource type to saved_query ([#10168](https://github.com/dbt-labs/dbt-core/issues/10168))
|
||||
- Fix: Order-insensitive unit test equality assertion for expected/actual with multiple nulls ([#10167](https://github.com/dbt-labs/dbt-core/issues/10167))
|
||||
- Renaming or removing a contracted model should raise a BreakingChange warning/error ([#10116](https://github.com/dbt-labs/dbt-core/issues/10116))
|
||||
- prefer disabled project nodes to external node ([#10224](https://github.com/dbt-labs/dbt-core/issues/10224))
|
||||
- Fix issues with selectors and inline nodes ([#8943](https://github.com/dbt-labs/dbt-core/issues/8943), [#9269](https://github.com/dbt-labs/dbt-core/issues/9269))
|
||||
- Fix snapshot config to work in yaml files ([#4000](https://github.com/dbt-labs/dbt-core/issues/4000))
|
||||
- Improve handling of error when loading schema file list ([#10284](https://github.com/dbt-labs/dbt-core/issues/10284))
|
||||
- Use model alias for the CTE identifier generated during ephemeral materialization ([#5273](https://github.com/dbt-labs/dbt-core/issues/5273))
|
||||
- Implement state:modified for saved queries ([#10294](https://github.com/dbt-labs/dbt-core/issues/10294))
|
||||
- Saved Query node fail during skip ([#10029](https://github.com/dbt-labs/dbt-core/issues/10029))
|
||||
- DOn't warn on `unit_test` config paths that are properly used ([#10311](https://github.com/dbt-labs/dbt-core/issues/10311))
|
||||
- Fix setting `silence` of `warn_error_options` via `dbt_project.yaml` flags ([#10160](https://github.com/dbt-labs/dbt-core/issues/10160))
|
||||
- Attempt to provide test fixture tables with all values to set types correctly for comparisong with source tables ([#10365](https://github.com/dbt-labs/dbt-core/issues/10365))
|
||||
- Limit data_tests deprecation to root_project ([#9835](https://github.com/dbt-labs/dbt-core/issues/9835))
|
||||
- CLI flags should take precedence over env var flags ([#10304](https://github.com/dbt-labs/dbt-core/issues/10304))
|
||||
- Fix typing for artifact schemas ([#10442](https://github.com/dbt-labs/dbt-core/issues/10442))
|
||||
- Fix over deletion of generated_metrics in partial parsing ([#10450](https://github.com/dbt-labs/dbt-core/issues/10450))
|
||||
- Fix error constructing warn_error_options ([#10452](https://github.com/dbt-labs/dbt-core/issues/10452))
|
||||
- Do not update varchar column definitions if a contract exists ([#10362](https://github.com/dbt-labs/dbt-core/issues/10362))
|
||||
- fix all_constraints access, disabled node parsing of non-uniquely named resources ([#10509](https://github.com/dbt-labs/dbt-core/issues/10509))
|
||||
- respect --quiet and --warn-error-options for flag deprecations ([#10105](https://github.com/dbt-labs/dbt-core/issues/10105))
|
||||
- Propagate measure label when using create_metrics ([#10536](https://github.com/dbt-labs/dbt-core/issues/10536))
|
||||
- Fix state:modified check for exports ([#10138](https://github.com/dbt-labs/dbt-core/issues/10138))
|
||||
- Filter out empty nodes after graph selection to support consistent selection of nodes that depend on upstream public models ([#8987](https://github.com/dbt-labs/dbt-core/issues/8987))
|
||||
- Late render pre- and post-hooks configs in properties / schema YAML files ([#10603](https://github.com/dbt-labs/dbt-core/issues/10603))
|
||||
- Allow the use of env_var function in certain macros in which it was previously unavailable. ([#10609](https://github.com/dbt-labs/dbt-core/issues/10609))
|
||||
- Remove deprecation for tests: to data_tests: change ([#10564](https://github.com/dbt-labs/dbt-core/issues/10564))
|
||||
- Fix `--resource-type test` for `dbt list` and `dbt build` ([#10730](https://github.com/dbt-labs/dbt-core/issues/10730))
|
||||
- Fix unit tests for incremental model with alias ([#10754](https://github.com/dbt-labs/dbt-core/issues/10754))
|
||||
- Allow singular tests to be documented in properties.yml ([#9005](https://github.com/dbt-labs/dbt-core/issues/9005))
|
||||
- Ignore --empty in unit test ref/source rendering ([#10516](https://github.com/dbt-labs/dbt-core/issues/10516))
|
||||
- Ignore rendered jinja in configs for state:modified, behind state_modified_compare_more_unrendered_values behaviour flag ([#9564](https://github.com/dbt-labs/dbt-core/issues/9564))
|
||||
- Improve performance of infer primary key ([#10781](https://github.com/dbt-labs/dbt-core/issues/10781))
|
||||
- Attempt to skip saved query processing when no semantic manifest changes ([#10563](https://github.com/dbt-labs/dbt-core/issues/10563))
|
||||
- Ensure dbt retry of microbatch models doesn't lose prior successful state ([#10800](https://github.com/dbt-labs/dbt-core/issues/10800))
|
||||
|
||||
### Docs
|
||||
|
||||
- Enable display of unit tests ([dbt-docs/#501](https://github.com/dbt-labs/dbt-docs/issues/501))
|
||||
- Unit tests not rendering ([dbt-docs/#506](https://github.com/dbt-labs/dbt-docs/issues/506))
|
||||
- Add support for Saved Query node ([dbt-docs/#486](https://github.com/dbt-labs/dbt-docs/issues/486))
|
||||
- Fix npm security vulnerabilities as of June 2024 ([dbt-docs/#513](https://github.com/dbt-labs/dbt-docs/issues/513))
|
||||
|
||||
### Under the Hood
|
||||
|
||||
- Clear error message for Private package in dbt-core ([#10083](https://github.com/dbt-labs/dbt-core/issues/10083))
|
||||
- Enable use of context in serialization ([#10093](https://github.com/dbt-labs/dbt-core/issues/10093))
|
||||
- Make RSS high water mark measurement more accurate on Linux ([#10177](https://github.com/dbt-labs/dbt-core/issues/10177))
|
||||
- Enable record filtering by type. ([#10240](https://github.com/dbt-labs/dbt-core/issues/10240))
|
||||
- Remove IntermediateSnapshotNode ([#10326](https://github.com/dbt-labs/dbt-core/issues/10326))
|
||||
- Additional logging for skipped ephemeral models ([#10389](https://github.com/dbt-labs/dbt-core/issues/10389))
|
||||
- bump black to 24.3.0 ([#10454](https://github.com/dbt-labs/dbt-core/issues/10454))
|
||||
- generate protos with protoc version 5.26.1 ([#10457](https://github.com/dbt-labs/dbt-core/issues/10457))
|
||||
- Move from minimal-snowplow-tracker fork back to snowplow-tracker ([#8409](https://github.com/dbt-labs/dbt-core/issues/8409))
|
||||
- Add group info to RunResultError, RunResultFailure, RunResultWarning log lines ([#](https://github.com/dbt-labs/dbt-core/issues/))
|
||||
- Improve speed of tree traversal when finding children, increasing build speed for some selectors ([#10434](https://github.com/dbt-labs/dbt-core/issues/10434))
|
||||
- Add test for sources tables with quotes ([#10582](https://github.com/dbt-labs/dbt-core/issues/10582))
|
||||
- Additional type hints for `core/dbt/version.py` ([#10612](https://github.com/dbt-labs/dbt-core/issues/10612))
|
||||
- Fix typing issues in core/dbt/contracts/sql.py ([#10614](https://github.com/dbt-labs/dbt-core/issues/10614))
|
||||
- Fix type errors in `dbt/core/task/clean.py` ([#10616](https://github.com/dbt-labs/dbt-core/issues/10616))
|
||||
- Add Snowplow tracking for behavior flag deprecations ([#10552](https://github.com/dbt-labs/dbt-core/issues/10552))
|
||||
- Add test utility patch_microbatch_end_time for adapters testing ([#10713](https://github.com/dbt-labs/dbt-core/issues/10713))
|
||||
- Replace `TestSelector` with `ResourceTypeSelector` ([#10718](https://github.com/dbt-labs/dbt-core/issues/10718))
|
||||
- Standardize returning `ResourceTypeSelector` instances in `dbt list` and `dbt build` ([#10739](https://github.com/dbt-labs/dbt-core/issues/10739))
|
||||
- Add group metadata info to LogModelResult and LogTestResult ([#10775](https://github.com/dbt-labs/dbt-core/issues/10775))
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Remove logbook dependency ([#8027](https://github.com/dbt-labs/dbt-core/issues/8027))
|
||||
- Increase supported version range for dbt-semantic-interfaces. Needed to support custom calendar features. ([#9265](https://github.com/dbt-labs/dbt-core/issues/9265))
|
||||
|
||||
### Security
|
||||
|
||||
- Explicitly bind to localhost in docs serve ([#10209](https://github.com/dbt-labs/dbt-core/issues/10209))
|
||||
|
||||
### Contributors
|
||||
- [@McKnight-42](https://github.com/McKnight-42) ([#10197](https://github.com/dbt-labs/dbt-core/issues/10197), [#10198](https://github.com/dbt-labs/dbt-core/issues/10198))
|
||||
- [@TowardOliver](https://github.com/TowardOliver) ([#10656](https://github.com/dbt-labs/dbt-core/issues/10656))
|
||||
- [@aliceliu](https://github.com/aliceliu) ([#10536](https://github.com/dbt-labs/dbt-core/issues/10536), [#10138](https://github.com/dbt-labs/dbt-core/issues/10138))
|
||||
- [@courtneyholcomb](https://github.com/courtneyholcomb) ([#10360](https://github.com/dbt-labs/dbt-core/issues/10360), [#10376](https://github.com/dbt-labs/dbt-core/issues/10376), [#10475](https://github.com/dbt-labs/dbt-core/issues/10475), [#9265](https://github.com/dbt-labs/dbt-core/issues/9265), [#9265](https://github.com/dbt-labs/dbt-core/issues/9265), [#9265](https://github.com/dbt-labs/dbt-core/issues/9265))
|
||||
- [@dave-connors-3](https://github.com/dave-connors-3) ([#9824](https://github.com/dbt-labs/dbt-core/issues/9824))
|
||||
- [@jeancochrane](https://github.com/jeancochrane) ([#5273](https://github.com/dbt-labs/dbt-core/issues/5273))
|
||||
- [@katsugeneration](https://github.com/katsugeneration) ([#10754](https://github.com/dbt-labs/dbt-core/issues/10754))
|
||||
- [@kevinneville](https://github.com/kevinneville) ([#7586](https://github.com/dbt-labs/dbt-core/issues/7586))
|
||||
- [@nakamichiworks](https://github.com/nakamichiworks) ([#10442](https://github.com/dbt-labs/dbt-core/issues/10442))
|
||||
- [@rariyama](https://github.com/rariyama) ([#8997](https://github.com/dbt-labs/dbt-core/issues/8997))
|
||||
- [@scottgigante,nevdelap](https://github.com/scottgigante,nevdelap) ([#8774](https://github.com/dbt-labs/dbt-core/issues/8774))
|
||||
- [@ttusing](https://github.com/ttusing) ([#10434](https://github.com/dbt-labs/dbt-core/issues/10434))
|
||||
1
.changes/1.9.0-b2.md
Normal file
1
.changes/1.9.0-b2.md
Normal file
@@ -0,0 +1 @@
|
||||
## dbt-core 1.9.0-b2 - October 07, 2024
|
||||
38
.changes/1.9.0-b3.md
Normal file
38
.changes/1.9.0-b3.md
Normal file
@@ -0,0 +1,38 @@
|
||||
## dbt-core 1.9.0-b3 - October 30, 2024
|
||||
|
||||
### Features
|
||||
|
||||
- Add `order_by` and `limit` fields to saved queries. ([#10531](https://github.com/dbt-labs/dbt-core/issues/10531))
|
||||
- Enable specification of dbt_valid_to for current records ([#10187](https://github.com/dbt-labs/dbt-core/issues/10187))
|
||||
- Enable use of multi-column unique key in snapshots ([#9992](https://github.com/dbt-labs/dbt-core/issues/9992))
|
||||
- Ensure `--event-time-start` is before `--event-time-end` ([#10786](https://github.com/dbt-labs/dbt-core/issues/10786))
|
||||
- Ensure microbatch models use same `current_time` value ([#10819](https://github.com/dbt-labs/dbt-core/issues/10819))
|
||||
- Emit warning when microbatch model has no input with `event_time` config ([#10926](https://github.com/dbt-labs/dbt-core/issues/10926))
|
||||
|
||||
### Fixes
|
||||
|
||||
- Pass test user config to adapter pre_hook by explicitly adding test builder config to node ([#10484](https://github.com/dbt-labs/dbt-core/issues/10484))
|
||||
- Handle edge cases when a specified `--event-time-end` is equivalent to the batch size truncated batch start time ([#10824](https://github.com/dbt-labs/dbt-core/issues/10824))
|
||||
- Begin tracking execution time of microbatch model batches ([#10825](https://github.com/dbt-labs/dbt-core/issues/10825))
|
||||
- Allow instances of generic data tests to be documented ([#2578](https://github.com/dbt-labs/dbt-core/issues/2578))
|
||||
- Fix warnings for models referring to a deprecated model ([#10833](https://github.com/dbt-labs/dbt-core/issues/10833))
|
||||
- Change `lookback` default from `0` to `1` to ensure better data completeness ([#10867](https://github.com/dbt-labs/dbt-core/issues/10867))
|
||||
- Make `--event-time-start` and `--event-time-end` mutually required ([#10874](https://github.com/dbt-labs/dbt-core/issues/10874))
|
||||
- Exclude hook result from results in on-run-end context ([#7387](https://github.com/dbt-labs/dbt-core/issues/7387))
|
||||
- Implement partial parsing for all-yaml snapshots ([#10903](https://github.com/dbt-labs/dbt-core/issues/10903))
|
||||
- Restore source quoting behaviour when quoting config provided in dbt_project.yml ([#10892](https://github.com/dbt-labs/dbt-core/issues/10892))
|
||||
- Fix bug when referencing deprecated models ([#10915](https://github.com/dbt-labs/dbt-core/issues/10915))
|
||||
- Fix 'model' jinja context variable type to dict ([#10927](https://github.com/dbt-labs/dbt-core/issues/10927))
|
||||
- Take `end_time` for batches to the ceiling to handle edge case where `event_time` column is a date ([#10868](https://github.com/dbt-labs/dbt-core/issues/10868))
|
||||
|
||||
### Under the Hood
|
||||
|
||||
- Remove support and testing for Python 3.8, which is now EOL. ([#10861](https://github.com/dbt-labs/dbt-core/issues/10861))
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Bump minimnum allowed dbt-adapters version to 1.8.0 ([#N/A](https://github.com/dbt-labs/dbt-core/issues/N/A))
|
||||
|
||||
### Contributors
|
||||
- [@danlsn](https://github.com/danlsn) ([#10915](https://github.com/dbt-labs/dbt-core/issues/10915))
|
||||
- [@plypaul](https://github.com/plypaul) ([#10531](https://github.com/dbt-labs/dbt-core/issues/10531))
|
||||
19
.changes/1.9.0-b4.md
Normal file
19
.changes/1.9.0-b4.md
Normal file
@@ -0,0 +1,19 @@
|
||||
## dbt-core 1.9.0-b4 - November 06, 2024
|
||||
|
||||
### Features
|
||||
|
||||
- Emit debug logging event whenever artifacts are written ([#10937](https://github.com/dbt-labs/dbt-core/issues/10937))
|
||||
- Support --empty for snapshots ([#10372](https://github.com/dbt-labs/dbt-core/issues/10372))
|
||||
|
||||
### Fixes
|
||||
|
||||
- Ensure KeyboardInterrupt/SystemExit halts microbatch model execution ([#10862](https://github.com/dbt-labs/dbt-core/issues/10862))
|
||||
- Handle exceptions in `get_execution_status` more broadly to better ensure `run_results.json` gets written ([#10934](https://github.com/dbt-labs/dbt-core/issues/10934))
|
||||
|
||||
### Under the Hood
|
||||
|
||||
- Behavior change for mf timespine without yaml configuration ([#10959](https://github.com/dbt-labs/dbt-core/issues/10959))
|
||||
- Behavior change for cumulative metric type param ([#10960](https://github.com/dbt-labs/dbt-core/issues/10960))
|
||||
|
||||
### Contributors
|
||||
- [@DevonFulcher](https://github.com/DevonFulcher) ([#10959](https://github.com/dbt-labs/dbt-core/issues/10959), [#10960](https://github.com/dbt-labs/dbt-core/issues/10960))
|
||||
35
.changes/1.9.0-rc1.md
Normal file
35
.changes/1.9.0-rc1.md
Normal file
@@ -0,0 +1,35 @@
|
||||
## dbt-core 1.9.0-rc1 - November 25, 2024
|
||||
|
||||
### Features
|
||||
|
||||
- Parseable JSON and text output in quiet mode for `dbt show` and `dbt compile` ([#9840](https://github.com/dbt-labs/dbt-core/issues/9840))
|
||||
- Change gating of microbatch feature to be behind project flag / behavior flag ([#10798](https://github.com/dbt-labs/dbt-core/issues/10798))
|
||||
- Add new hard_deletes="new_record" mode for snapshots. ([#10235](https://github.com/dbt-labs/dbt-core/issues/10235))
|
||||
- Allow microbatch batches to run in parallel ([#10853](https://github.com/dbt-labs/dbt-core/issues/10853), [#10855](https://github.com/dbt-labs/dbt-core/issues/10855))
|
||||
|
||||
### Fixes
|
||||
|
||||
- override materialization python models ([#8520](https://github.com/dbt-labs/dbt-core/issues/8520))
|
||||
- Support disabling unit tests via config. ([#9109](https://github.com/dbt-labs/dbt-core/issues/9109), [#10540](https://github.com/dbt-labs/dbt-core/issues/10540))
|
||||
- unit tests with versioned refs ([#10880](https://github.com/dbt-labs/dbt-core/issues/10880), [#10528](https://github.com/dbt-labs/dbt-core/issues/10528), [#10623](https://github.com/dbt-labs/dbt-core/issues/10623))
|
||||
- Fix 'no attribute .config' error when ref-ing a microbatch model from non-Model context ([#10928](https://github.com/dbt-labs/dbt-core/issues/10928))
|
||||
- Ensure inferred primary_key is a List[str] with no null values ([#10983](https://github.com/dbt-labs/dbt-core/issues/10983))
|
||||
- Correct when custom microbatch macro deprecation warning is fired ([#10994](https://github.com/dbt-labs/dbt-core/issues/10994))
|
||||
- Validate manifest has group_map during group_lookup init ([#10988](https://github.com/dbt-labs/dbt-core/issues/10988))
|
||||
- Fix plural of 'partial success' in log message ([#10999](https://github.com/dbt-labs/dbt-core/issues/10999))
|
||||
- Emit batch-level exception with node_info on microbatch batch run failure ([#10840](https://github.com/dbt-labs/dbt-core/issues/10840))
|
||||
- Fix restrict-access to not apply within a package ([#10134](https://github.com/dbt-labs/dbt-core/issues/10134))
|
||||
- Make microbatch models skippable ([#11021](https://github.com/dbt-labs/dbt-core/issues/11021))
|
||||
- Catch DbtRuntimeError for hooks ([#11012](https://github.com/dbt-labs/dbt-core/issues/11012))
|
||||
|
||||
### Under the Hood
|
||||
|
||||
- Upgrade protobuf ([#10658](https://github.com/dbt-labs/dbt-core/issues/10658))
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Bump minimum dbt-adapters version to 1.9.0 ([#10996](https://github.com/dbt-labs/dbt-core/issues/10996))
|
||||
|
||||
### Contributors
|
||||
- [@devmessias](https://github.com/devmessias) ([#8520](https://github.com/dbt-labs/dbt-core/issues/8520), [#10880](https://github.com/dbt-labs/dbt-core/issues/10880), [#10528](https://github.com/dbt-labs/dbt-core/issues/10528), [#10623](https://github.com/dbt-labs/dbt-core/issues/10623))
|
||||
- [@tsturge](https://github.com/tsturge) ([#9109](https://github.com/dbt-labs/dbt-core/issues/9109), [#10540](https://github.com/dbt-labs/dbt-core/issues/10540))
|
||||
6
.changes/1.9.0/Dependencies-20241030-134526.yaml
Normal file
6
.changes/1.9.0/Dependencies-20241030-134526.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Dependencies
|
||||
body: Bump minimnum allowed dbt-adapters version to 1.8.0
|
||||
time: 2024-10-30T13:45:26.144328-05:00
|
||||
custom:
|
||||
Author: QMalcolm
|
||||
Issue: N/A
|
||||
6
.changes/1.9.0/Dependencies-20241113-112043.yaml
Normal file
6
.changes/1.9.0/Dependencies-20241113-112043.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Dependencies
|
||||
body: Bump minimum dbt-adapters version to 1.9.0
|
||||
time: 2024-11-13T11:20:43.25658-06:00
|
||||
custom:
|
||||
Author: QMalcolm
|
||||
Issue: "10996"
|
||||
6
.changes/1.9.0/Features-20240416-123234.yaml
Normal file
6
.changes/1.9.0/Features-20240416-123234.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Parseable JSON and text output in quiet mode for `dbt show` and `dbt compile`
|
||||
time: 2024-04-16T12:32:34.764394-06:00
|
||||
custom:
|
||||
Author: dbeatty10
|
||||
Issue: "9840"
|
||||
6
.changes/1.9.0/Features-20240806-144859.yaml
Normal file
6
.changes/1.9.0/Features-20240806-144859.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Add `order_by` and `limit` fields to saved queries.
|
||||
time: 2024-08-06T14:48:59.035914-07:00
|
||||
custom:
|
||||
Author: plypaul
|
||||
Issue: "10531"
|
||||
6
.changes/1.9.0/Features-20240903-132428.yaml
Normal file
6
.changes/1.9.0/Features-20240903-132428.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Enable `--resource-type` and `--exclude-resource-type` CLI flags and environment variables for `dbt test`
|
||||
time: 2024-09-03T13:24:28.592837+01:00
|
||||
custom:
|
||||
Author: TowardOliver dbeatty10
|
||||
Issue: "10656"
|
||||
6
.changes/1.9.0/Features-20240903-154133.yaml
Normal file
6
.changes/1.9.0/Features-20240903-154133.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Allow configuring snapshot column names
|
||||
time: 2024-09-03T15:41:33.167097-04:00
|
||||
custom:
|
||||
Author: gshank
|
||||
Issue: "10185"
|
||||
6
.changes/1.9.0/Features-20240904-182320.yaml
Normal file
6
.changes/1.9.0/Features-20240904-182320.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Add custom_granularities to YAML spec for time spines.
|
||||
time: 2024-09-04T18:23:20.234952-07:00
|
||||
custom:
|
||||
Author: courtneyholcomb
|
||||
Issue: "9265"
|
||||
6
.changes/1.9.0/Features-20240911-121029.yaml
Normal file
6
.changes/1.9.0/Features-20240911-121029.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Add basic functionality for creating microbatch incremental models
|
||||
time: 2024-09-11T12:10:29.822189-05:00
|
||||
custom:
|
||||
Author: MichelleArk QMalcolm
|
||||
Issue: 9490 10635 10637 10638 10636 10662 10639
|
||||
6
.changes/1.9.0/Features-20240913-232111.yaml
Normal file
6
.changes/1.9.0/Features-20240913-232111.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Execute microbatch models in batches
|
||||
time: 2024-09-13T23:21:11.935434-04:00
|
||||
custom:
|
||||
Author: michelleark
|
||||
Issue: "10700"
|
||||
6
.changes/1.9.0/Features-20240918-162959.yaml
Normal file
6
.changes/1.9.0/Features-20240918-162959.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Create 'skip_nodes_if_on_run_start_fails' behavior change flag
|
||||
time: 2024-09-18T16:29:59.268422+01:00
|
||||
custom:
|
||||
Author: aranke
|
||||
Issue: "7387"
|
||||
6
.changes/1.9.0/Features-20240920-110447.yaml
Normal file
6
.changes/1.9.0/Features-20240920-110447.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Allow snapshots to be defined in YAML.
|
||||
time: 2024-09-20T11:04:47.703117-04:00
|
||||
custom:
|
||||
Author: peterallenwebb
|
||||
Issue: "10246"
|
||||
6
.changes/1.9.0/Features-20240920-172419.yaml
Normal file
6
.changes/1.9.0/Features-20240920-172419.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Write microbatch compiled/run targets to separate files, one per batch
|
||||
time: 2024-09-20T17:24:19.219556+01:00
|
||||
custom:
|
||||
Author: michelleark
|
||||
Issue: "10714"
|
||||
6
.changes/1.9.0/Features-20240923-155335.yaml
Normal file
6
.changes/1.9.0/Features-20240923-155335.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Track incremental_strategy as part of model_run tracking event
|
||||
time: 2024-09-23T15:53:35.898928+01:00
|
||||
custom:
|
||||
Author: michelleark
|
||||
Issue: "10761"
|
||||
6
.changes/1.9.0/Features-20240923-155903.yaml
Normal file
6
.changes/1.9.0/Features-20240923-155903.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Support required 'begin' config for microbatch models
|
||||
time: 2024-09-23T15:59:03.924079+01:00
|
||||
custom:
|
||||
Author: michelleark
|
||||
Issue: "10701"
|
||||
6
.changes/1.9.0/Features-20240924-152922.yaml
Normal file
6
.changes/1.9.0/Features-20240924-152922.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Added the --inline-direct parameter to 'dbt show'
|
||||
time: 2024-09-24T15:29:22.874496-04:00
|
||||
custom:
|
||||
Author: aranke peterallenwebb
|
||||
Issue: "10770"
|
||||
7
.changes/1.9.0/Features-20240924-154639.yaml
Normal file
7
.changes/1.9.0/Features-20240924-154639.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
kind: Features
|
||||
body: 'Parse-time validation of microbatch configs: require event_time, batch_size,
|
||||
lookback and validate input event_time'
|
||||
time: 2024-09-24T15:46:39.83112+01:00
|
||||
custom:
|
||||
Author: michelleark
|
||||
Issue: "10709"
|
||||
6
.changes/1.9.0/Features-20240925-120855.yaml
Normal file
6
.changes/1.9.0/Features-20240925-120855.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Enable specification of dbt_valid_to for current records
|
||||
time: 2024-09-25T12:08:55.926848-04:00
|
||||
custom:
|
||||
Author: gshank
|
||||
Issue: "10187"
|
||||
6
.changes/1.9.0/Features-20240925-165002.yaml
Normal file
6
.changes/1.9.0/Features-20240925-165002.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Enable `retry` support for microbatch models
|
||||
time: 2024-09-25T16:50:02.105069-05:00
|
||||
custom:
|
||||
Author: QMalcolm MichelleArk
|
||||
Issue: 10715 10729
|
||||
7
.changes/1.9.0/Features-20240926-140206.yaml
Normal file
7
.changes/1.9.0/Features-20240926-140206.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
kind: Features
|
||||
body: Use unrendered database and schema source properties during state:modified,
|
||||
behind state_modified_compare_more_unrendered_values behavoiur flag
|
||||
time: 2024-09-26T14:02:06.732068+01:00
|
||||
custom:
|
||||
Author: michelleark
|
||||
Issue: "9573"
|
||||
6
.changes/1.9.0/Features-20240926-151057.yaml
Normal file
6
.changes/1.9.0/Features-20240926-151057.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Adds validations for custom_granularities to ensure unique naming.
|
||||
time: 2024-09-26T15:10:57.907694-07:00
|
||||
custom:
|
||||
Author: courtneyholcomb
|
||||
Issue: "9265"
|
||||
6
.changes/1.9.0/Features-20240926-153210.yaml
Normal file
6
.changes/1.9.0/Features-20240926-153210.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Ensure microbatch models respect `full_refresh` model config
|
||||
time: 2024-09-26T15:32:10.202789-05:00
|
||||
custom:
|
||||
Author: QMalcolm
|
||||
Issue: "10785"
|
||||
6
.changes/1.9.0/Features-20241001-134051.yaml
Normal file
6
.changes/1.9.0/Features-20241001-134051.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Enable use of multi-column unique key in snapshots
|
||||
time: 2024-10-01T13:40:51.297529-04:00
|
||||
custom:
|
||||
Author: gshank
|
||||
Issue: "9992"
|
||||
6
.changes/1.9.0/Features-20241001-161422.yaml
Normal file
6
.changes/1.9.0/Features-20241001-161422.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Change gating of microbatch feature to be behind project flag / behavior flag
|
||||
time: 2024-10-01T16:14:22.267253-05:00
|
||||
custom:
|
||||
Author: MichelleArk QMalcolm
|
||||
Issue: "10798"
|
||||
6
.changes/1.9.0/Features-20241003-170529.yaml
Normal file
6
.changes/1.9.0/Features-20241003-170529.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Ensure `--event-time-start` is before `--event-time-end`
|
||||
time: 2024-10-03T17:05:29.984398-05:00
|
||||
custom:
|
||||
Author: QMalcolm
|
||||
Issue: "10786"
|
||||
6
.changes/1.9.0/Features-20241007-115853.yaml
Normal file
6
.changes/1.9.0/Features-20241007-115853.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Ensure microbatch models use same `current_time` value
|
||||
time: 2024-10-07T11:58:53.460941-05:00
|
||||
custom:
|
||||
Author: QMalcolm
|
||||
Issue: "10819"
|
||||
6
.changes/1.9.0/Features-20241028-173419.yaml
Normal file
6
.changes/1.9.0/Features-20241028-173419.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Emit warning when microbatch model has no input with `event_time` config
|
||||
time: 2024-10-28T17:34:19.195209-04:00
|
||||
custom:
|
||||
Author: michelleark
|
||||
Issue: "10926"
|
||||
6
.changes/1.9.0/Features-20241029-181728.yaml
Normal file
6
.changes/1.9.0/Features-20241029-181728.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Emit debug logging event whenever artifacts are written
|
||||
time: 2024-10-29T18:17:28.321188-05:00
|
||||
custom:
|
||||
Author: QMalcolm
|
||||
Issue: 10937
|
||||
6
.changes/1.9.0/Features-20241031-163149.yaml
Normal file
6
.changes/1.9.0/Features-20241031-163149.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Support --empty for snapshots
|
||||
time: 2024-10-31T16:31:49.926164-04:00
|
||||
custom:
|
||||
Author: gshank
|
||||
Issue: "10372"
|
||||
6
.changes/1.9.0/Features-20241104-120053.yaml
Normal file
6
.changes/1.9.0/Features-20241104-120053.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Add new hard_deletes="new_record" mode for snapshots.
|
||||
time: 2024-11-04T12:00:53.95191-05:00
|
||||
custom:
|
||||
Author: peterallenwebb
|
||||
Issue: "10235"
|
||||
6
.changes/1.9.0/Features-20241118-160038.yaml
Normal file
6
.changes/1.9.0/Features-20241118-160038.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Features
|
||||
body: Allow microbatch batches to run in parallel
|
||||
time: 2024-11-18T16:00:38.895449-06:00
|
||||
custom:
|
||||
Author: QMalcolm MichelleArk
|
||||
Issue: 10853 10855
|
||||
6
.changes/1.9.0/Fixes-20230801-094626.yaml
Normal file
6
.changes/1.9.0/Fixes-20230801-094626.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixes
|
||||
body: Test case for `merge_exclude_columns`
|
||||
time: 2023-08-01T09:46:26.829362-06:00
|
||||
custom:
|
||||
Author: dbeatty10
|
||||
Issue: "8267"
|
||||
6
.changes/1.9.0/Fixes-20240917-174446.yaml
Normal file
6
.changes/1.9.0/Fixes-20240917-174446.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixes
|
||||
body: Fix `--resource-type test` for `dbt list` and `dbt build`
|
||||
time: 2024-09-17T17:44:46.121032-06:00
|
||||
custom:
|
||||
Author: dbeatty10
|
||||
Issue: "10730"
|
||||
6
.changes/1.9.0/Fixes-20240922-133527.yaml
Normal file
6
.changes/1.9.0/Fixes-20240922-133527.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixes
|
||||
body: Fix unit tests for incremental model with alias
|
||||
time: 2024-09-22T13:35:27.991398741Z
|
||||
custom:
|
||||
Author: katsugeneration
|
||||
Issue: "10754"
|
||||
6
.changes/1.9.0/Fixes-20240923-190758.yaml
Normal file
6
.changes/1.9.0/Fixes-20240923-190758.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixes
|
||||
body: Allow singular tests to be documented in properties.yml
|
||||
time: 2024-09-23T19:07:58.151069+01:00
|
||||
custom:
|
||||
Author: aranke
|
||||
Issue: "9005"
|
||||
6
.changes/1.9.0/Fixes-20240923-202024.yaml
Normal file
6
.changes/1.9.0/Fixes-20240923-202024.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixes
|
||||
body: Ignore --empty in unit test ref/source rendering
|
||||
time: 2024-09-23T20:20:24.151285+01:00
|
||||
custom:
|
||||
Author: michelleark
|
||||
Issue: "10516"
|
||||
7
.changes/1.9.0/Fixes-20240925-131028.yaml
Normal file
7
.changes/1.9.0/Fixes-20240925-131028.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
kind: Fixes
|
||||
body: Ignore rendered jinja in configs for state:modified, behind state_modified_compare_more_unrendered_values
|
||||
behaviour flag
|
||||
time: 2024-09-25T13:10:28.490042+01:00
|
||||
custom:
|
||||
Author: michelleark
|
||||
Issue: "9564"
|
||||
6
.changes/1.9.0/Fixes-20240925-154514.yaml
Normal file
6
.changes/1.9.0/Fixes-20240925-154514.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixes
|
||||
body: Pass test user config to adapter pre_hook by explicitly adding test builder config to node
|
||||
time: 2024-09-25T15:45:14.459598-07:00
|
||||
custom:
|
||||
Author: colin-rogers-dbt
|
||||
Issue: "10484"
|
||||
6
.changes/1.9.0/Fixes-20240925-160543.yaml
Normal file
6
.changes/1.9.0/Fixes-20240925-160543.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixes
|
||||
body: Improve performance of infer primary key
|
||||
time: 2024-09-25T16:05:43.59536-04:00
|
||||
custom:
|
||||
Author: gshank
|
||||
Issue: "10781"
|
||||
6
.changes/1.9.0/Fixes-20240926-101220.yaml
Normal file
6
.changes/1.9.0/Fixes-20240926-101220.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixes
|
||||
body: Attempt to skip saved query processing when no semantic manifest changes
|
||||
time: 2024-09-26T10:12:20.193453-04:00
|
||||
custom:
|
||||
Author: gshank
|
||||
Issue: "10563"
|
||||
6
.changes/1.9.0/Fixes-20240930-153158.yaml
Normal file
6
.changes/1.9.0/Fixes-20240930-153158.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixes
|
||||
body: Ensure dbt retry of microbatch models doesn't lose prior successful state
|
||||
time: 2024-09-30T15:31:58.541656-05:00
|
||||
custom:
|
||||
Author: QMalcolm
|
||||
Issue: "10800"
|
||||
6
.changes/1.9.0/Fixes-20241002-142638.yaml
Normal file
6
.changes/1.9.0/Fixes-20241002-142638.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixes
|
||||
body: ' override materialization python models'
|
||||
time: 2024-10-02T14:26:38.332191458-03:00
|
||||
custom:
|
||||
Author: devmessias
|
||||
Issue: "8520"
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user