diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8502ac6e47c..f9e1db2f813 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.0rc2 +current_version = 1.5.0 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.5.0-rc2.md b/.changes/1.5.0-rc2.md deleted file mode 100644 index 992a1307fb7..00000000000 --- a/.changes/1.5.0-rc2.md +++ /dev/null @@ -1,12 +0,0 @@ -## dbt-core 1.5.0-rc2 - April 20, 2023 - -### Fixes - -- safe version attribute access in _check_resource_uniqueness ([#7375](https://github.com/dbt-labs/dbt-core/issues/7375)) -- Fix dbt command missing target-path param ([# 7411](https://github.com/dbt-labs/dbt-core/issues/ 7411)) -- Fix v0 ref resolution ([#7408](https://github.com/dbt-labs/dbt-core/issues/7408)) - -### Under the Hood - -- Update docs link in ContractBreakingChangeError message ([#7366](https://github.com/dbt-labs/dbt-core/issues/7366)) -- Update --help text for cache-related parameters ([#7381](https://github.com/dbt-labs/dbt-core/issues/7381)) diff --git a/.changes/1.5.0-rc1.md b/.changes/1.5.0.md similarity index 94% rename from .changes/1.5.0-rc1.md rename to .changes/1.5.0.md index bef15349e3d..e235469cf1b 100644 --- a/.changes/1.5.0-rc1.md +++ b/.changes/1.5.0.md @@ -1,4 +1,4 @@ -## dbt-core 1.5.0-rc1 - April 13, 2023 +## dbt-core 1.5.0 - April 27, 2023 ### Breaking Changes @@ -81,6 +81,11 @@ - Ensure that invocation_id changes between programmatic invocations. ([#7197](https://github.com/dbt-labs/dbt-core/issues/7197)) - Adding a new column is not a breaking contract change ([#7332](https://github.com/dbt-labs/dbt-core/issues/7332)) - fix versioned model selection in subdirectories ([#7348](https://github.com/dbt-labs/dbt-core/issues/7348)) +- safe version attribute access in _check_resource_uniqueness ([#7375](https://github.com/dbt-labs/dbt-core/issues/7375)) +- Fix dbt command missing target-path param ([# 7411](https://github.com/dbt-labs/dbt-core/issues/ 7411)) +- Fix v0 ref resolution ([#7408](https://github.com/dbt-labs/dbt-core/issues/7408)) +- fix groupable node partial parsing, raise DbtReferenceError at runtime for safety ([#7437](https://github.com/dbt-labs/dbt-core/issues/7437)) +- Fix partial parsing of latest_version changes for downstream references ([#7369](https://github.com/dbt-labs/dbt-core/issues/7369)) ### Docs @@ -139,6 +144,9 @@ - Prettify message for ListRelations event ([#7310](https://github.com/dbt-labs/dbt-core/issues/7310)) - `Parse` now returns manifest when invoked via dbtRunner ([#6547](https://github.com/dbt-labs/dbt-core/issues/6547)) - Track data about group, access, contract, version usage ([#7170](https://github.com/dbt-labs/dbt-core/issues/7170), [#7171](https://github.com/dbt-labs/dbt-core/issues/7171)) +- Update docs link in ContractBreakingChangeError message ([#7366](https://github.com/dbt-labs/dbt-core/issues/7366)) +- Update --help text for cache-related parameters ([#7381](https://github.com/dbt-labs/dbt-core/issues/7381)) +- Small UX improvements to model versions: Support defining latest_version in unsuffixed file by default. Notify on unpinned ref when a prerelease version is available. ([#7443](https://github.com/dbt-labs/dbt-core/issues/7443)) ### Dependencies diff --git a/.changes/1.5.0/Breaking Changes-20230314-161505.yaml b/.changes/1.5.0/Breaking Changes-20230314-161505.yaml deleted file mode 100644 index c0c6916533f..00000000000 --- a/.changes/1.5.0/Breaking Changes-20230314-161505.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Breaking Changes -body: Allow `--select` and `--exclude` multiple times -time: 2023-03-14T16:15:05.81741-06:00 -custom: - Author: dbeatty10 - Issue: "7158" diff --git a/.changes/1.5.0/Breaking Changes-20230317-110033.yaml b/.changes/1.5.0/Breaking Changes-20230317-110033.yaml deleted file mode 100644 index ece17d8b1de..00000000000 --- a/.changes/1.5.0/Breaking Changes-20230317-110033.yaml +++ /dev/null @@ -1,9 +0,0 @@ -kind: Breaking Changes -body: Specifying "log-path" and "target-path" in "dbt_project.yml" is deprecated. - This functionality will be removed in a future version of dbt-core. If you need - to specify a custom path for logs or artifacts, please set via CLI flag or env var - instead. -time: 2023-03-17T11:00:33.448472+01:00 -custom: - Author: jtcohen6 - Issue: "6882" diff --git a/.changes/1.5.0/Breaking Changes-20230331-133537.yaml b/.changes/1.5.0/Breaking Changes-20230331-133537.yaml deleted file mode 100644 index 773511a8386..00000000000 --- a/.changes/1.5.0/Breaking Changes-20230331-133537.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Breaking Changes -body: Remove exception functions marked as deprecated in 1.4 release -time: 2023-03-31T13:35:37.5256-05:00 -custom: - Author: emmyoop - Issue: "6578" diff --git a/.changes/1.5.0/Dependencies-20230126-000237.yaml b/.changes/1.5.0/Dependencies-20230126-000237.yaml deleted file mode 100644 index 551f144382f..00000000000 --- a/.changes/1.5.0/Dependencies-20230126-000237.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update pathspec requirement from <0.11,>=0.9 to >=0.9,<0.12 in /core" -time: 2023-01-26T00:02:37.00000Z -custom: - Author: dependabot[bot] - PR: 6737 diff --git a/.changes/1.5.0/Dependencies-20230206-000926.yaml b/.changes/1.5.0/Dependencies-20230206-000926.yaml deleted file mode 100644 index c78453cba27..00000000000 --- a/.changes/1.5.0/Dependencies-20230206-000926.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Bump ubuntu from 22.04 to 23.04" -time: 2023-02-06T00:09:26.00000Z -custom: - Author: dependabot[bot] - PR: 6865 diff --git a/.changes/1.5.0/Dependencies-20230215-091759.yaml b/.changes/1.5.0/Dependencies-20230215-091759.yaml deleted file mode 100644 index 191adea0149..00000000000 --- a/.changes/1.5.0/Dependencies-20230215-091759.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Dependencies -body: Revert hoisting dbt.cli.main into the dbt.name namespace -time: 2023-02-15T09:17:59.04148-08:00 -custom: - Author: aranke - PR: '' diff --git a/.changes/1.5.0/Dependencies-20230320-010100.yaml b/.changes/1.5.0/Dependencies-20230320-010100.yaml deleted file mode 100644 index 84a1caa6cc9..00000000000 --- a/.changes/1.5.0/Dependencies-20230320-010100.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Bump python from 3.11.1-slim-bullseye to 3.11.2-slim-bullseye in /docker" -time: 2023-03-20T01:01:00.00000Z -custom: - Author: dependabot[bot] - PR: 7196 diff --git a/.changes/1.5.0/Dependencies-20230330-005834.yaml b/.changes/1.5.0/Dependencies-20230330-005834.yaml deleted file mode 100644 index 2b67647c2eb..00000000000 --- a/.changes/1.5.0/Dependencies-20230330-005834.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Bump black from 22.12.0 to 23.3.0" -time: 2023-03-30T00:58:34.00000Z -custom: - Author: dependabot[bot] - PR: 7243 diff --git a/.changes/1.5.0/Dependencies-20230412-191333.yaml b/.changes/1.5.0/Dependencies-20230412-191333.yaml deleted file mode 100644 index bf3908e0216..00000000000 --- a/.changes/1.5.0/Dependencies-20230412-191333.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Dependencies -body: Bump mashumaro[msgpack] from 3.3.1 to 3.6 -time: 2023-04-12T19:13:33.577730692+02:00 -custom: - Author: benallard - PR: "7294" diff --git a/.changes/1.5.0/Dependency-20220927-000822.yaml b/.changes/1.5.0/Dependency-20220927-000822.yaml deleted file mode 100644 index 1ce4571445e..00000000000 --- a/.changes/1.5.0/Dependency-20220927-000822.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: "Dependency" -body: "Bump mypy from 0.971 to 0.981" -time: 2022-09-27T00:08:22.00000Z -custom: - Author: dependabot[bot] - Issue: 4904 - PR: 5937 diff --git a/.changes/1.5.0/Dependency-20221212-000240.yaml b/.changes/1.5.0/Dependency-20221212-000240.yaml deleted file mode 100644 index 091d4e19331..00000000000 --- a/.changes/1.5.0/Dependency-20221212-000240.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: "Dependency" -body: "Bump python from 3.10.7-slim-bullseye to 3.11.1-slim-bullseye in /docker" -time: 2022-12-12T00:02:40.00000Z -custom: - Author: dependabot[bot] - Issue: 4904 - PR: 6424 diff --git a/.changes/1.5.0/Dependency-20221212-002659.yaml b/.changes/1.5.0/Dependency-20221212-002659.yaml deleted file mode 100644 index b640403bba5..00000000000 --- a/.changes/1.5.0/Dependency-20221212-002659.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: "Dependency" -body: "Bump black from 22.10.0 to 22.12.0" -time: 2022-12-12T00:26:59.00000Z -custom: - Author: dependabot[bot] - Issue: 4904 - PR: 6425 diff --git a/.changes/1.5.0/Docs-20230113-094855.yaml b/.changes/1.5.0/Docs-20230113-094855.yaml deleted file mode 100644 index cd00b34a929..00000000000 --- a/.changes/1.5.0/Docs-20230113-094855.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Docs -body: Improve displayed message under "Arguments" section for argumentless macro -time: 2023-01-13T09:48:55.574898-05:00 -custom: - Author: MartinGuindon - Issue: "358" - PR: "359" diff --git a/.changes/1.5.0/Docs-20230207-123807.yaml b/.changes/1.5.0/Docs-20230207-123807.yaml deleted file mode 100644 index 8c9b6f7d5fd..00000000000 --- a/.changes/1.5.0/Docs-20230207-123807.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Docs -body: update link to installation instructions -time: 2023-02-07T12:38:07.336783-05:00 -custom: - Author: ryancharris - Issue: None diff --git a/.changes/1.5.0/Docs-20230209-082901.yaml b/.changes/1.5.0/Docs-20230209-082901.yaml deleted file mode 100644 index 3838a1b54a6..00000000000 --- a/.changes/1.5.0/Docs-20230209-082901.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Docs -body: Fix JSON path to overview docs -time: 2023-02-09T08:29:01.432616-07:00 -custom: - Author: halvorlu - Issue: "366" diff --git a/.changes/1.5.0/Docs-20230209-212729.yaml b/.changes/1.5.0/Docs-20230209-212729.yaml deleted file mode 100644 index 0ec0dca5444..00000000000 --- a/.changes/1.5.0/Docs-20230209-212729.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Docs -body: Searchable column descriptions -time: 2023-02-09T21:27:29.570243-07:00 -custom: - Author: dbeatty10 - Issue: 140 322 369 diff --git a/.changes/1.5.0/Docs-20230227-114510.yaml b/.changes/1.5.0/Docs-20230227-114510.yaml deleted file mode 100644 index 9092ffb2334..00000000000 --- a/.changes/1.5.0/Docs-20230227-114510.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Docs -body: Add access property to model details -time: 2023-02-27T11:45:10.424513-06:00 -custom: - Author: emmyoop - Issue: "381" diff --git a/.changes/1.5.0/Docs-20230227-141424.yaml b/.changes/1.5.0/Docs-20230227-141424.yaml deleted file mode 100644 index 4c3ecc256b6..00000000000 --- a/.changes/1.5.0/Docs-20230227-141424.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Docs -body: Display model owner by name and email -time: 2023-02-27T14:14:24.630816-06:00 -custom: - Author: emmyoop - Issue: "377" diff --git a/.changes/1.5.0/Docs-20230228-100932.yaml b/.changes/1.5.0/Docs-20230228-100932.yaml deleted file mode 100644 index 988ae17be26..00000000000 --- a/.changes/1.5.0/Docs-20230228-100932.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Docs -body: Add view of public models sorted by group to left navigation -time: 2023-02-28T10:09:32.015415-06:00 -custom: - Author: emmyoop - Issue: "379" diff --git a/.changes/1.5.0/Docs-20230307-104219.yaml b/.changes/1.5.0/Docs-20230307-104219.yaml deleted file mode 100644 index b748f3f8676..00000000000 --- a/.changes/1.5.0/Docs-20230307-104219.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Docs -body: Distiguish node "access" in the DAG with node borders & opacity. -time: 2023-03-07T10:42:19.044231-06:00 -custom: - Author: emmyoop jtcohen6 - Issue: "378" diff --git a/.changes/1.5.0/Docs-20230307-174951.yaml b/.changes/1.5.0/Docs-20230307-174951.yaml deleted file mode 100644 index cf8e76590ec..00000000000 --- a/.changes/1.5.0/Docs-20230307-174951.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Docs -body: Fix JSON path to package overview docs -time: 2023-03-07T17:49:51.256097-07:00 -custom: - Author: rlh1994 dbeatty10 - Issue: "390" diff --git a/.changes/1.5.0/Docs-20230308-093736.yaml b/.changes/1.5.0/Docs-20230308-093736.yaml deleted file mode 100644 index 660158d0815..00000000000 --- a/.changes/1.5.0/Docs-20230308-093736.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Docs -body: Add selection by group to DAG -time: 2023-03-08T09:37:36.78968-06:00 -custom: - Author: emmyoop - Issue: "380" diff --git a/.changes/1.5.0/Docs-20230411-141646.yaml b/.changes/1.5.0/Docs-20230411-141646.yaml deleted file mode 100644 index f40e9df2f26..00000000000 --- a/.changes/1.5.0/Docs-20230411-141646.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Docs -body: Add support for model versions -time: 2023-04-11T14:16:46.013583-05:00 -custom: - Author: emmyoop - Issue: "406" diff --git a/.changes/1.5.0/Features-20221118-141120.yaml b/.changes/1.5.0/Features-20221118-141120.yaml deleted file mode 100644 index 100fb45a8eb..00000000000 --- a/.changes/1.5.0/Features-20221118-141120.yaml +++ /dev/null @@ -1,8 +0,0 @@ -kind: Features -body: Data type constraints are now native to SQL table materializations. Enforce - columns are specific data types and not null depending on database functionality. -time: 2022-11-18T14:11:20.868062-08:00 -custom: - Author: sungchun12 - Issue: "6079" - PR: "6271" diff --git a/.changes/1.5.0/Features-20230107-003157.yaml b/.changes/1.5.0/Features-20230107-003157.yaml deleted file mode 100644 index 27858b516be..00000000000 --- a/.changes/1.5.0/Features-20230107-003157.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Have dbt debug spit out structured json logs with flags enabled. -time: 2023-01-07T00:31:57.516063-08:00 -custom: - Author: versusfacit - Issue: "5353" diff --git a/.changes/1.5.0/Features-20230112-191705.yaml b/.changes/1.5.0/Features-20230112-191705.yaml deleted file mode 100644 index 81eab16412b..00000000000 --- a/.changes/1.5.0/Features-20230112-191705.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: ✨ add unix-style wildcard selector method -time: 2023-01-12T19:17:05.841918-07:00 -custom: - Author: z3z1ma - Issue: "6598" diff --git a/.changes/1.5.0/Features-20230118-233801.yaml b/.changes/1.5.0/Features-20230118-233801.yaml deleted file mode 100644 index 38affa143e8..00000000000 --- a/.changes/1.5.0/Features-20230118-233801.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: add adapter_response to dbt test and freshness result -time: 2023-01-18T23:38:01.857342+08:00 -custom: - Author: aezomz - Issue: "2964" diff --git a/.changes/1.5.0/Features-20230119-141156.yaml b/.changes/1.5.0/Features-20230119-141156.yaml deleted file mode 100644 index dde705b05c5..00000000000 --- a/.changes/1.5.0/Features-20230119-141156.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: add support for DBT_PROJECT_DIR env var -time: 2023-01-19T14:11:56.638325919+01:00 -custom: - Author: leo-schick - Issue: "6078" diff --git a/.changes/1.5.0/Features-20230120-112921.yaml b/.changes/1.5.0/Features-20230120-112921.yaml deleted file mode 100644 index 01532220a7f..00000000000 --- a/.changes/1.5.0/Features-20230120-112921.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Improve error message for packages missing `dbt_project.yml` -time: 2023-01-20T11:29:21.509967-07:00 -custom: - Author: dbeatty10 - Issue: "6663" diff --git a/.changes/1.5.0/Features-20230124-135550.yaml b/.changes/1.5.0/Features-20230124-135550.yaml deleted file mode 100644 index 5a4d611381a..00000000000 --- a/.changes/1.5.0/Features-20230124-135550.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Make project version optional -time: 2023-01-24T13:55:50.86071024-08:00 -custom: - Author: seub - Issue: "6603" diff --git a/.changes/1.5.0/Features-20230126-154716.yaml b/.changes/1.5.0/Features-20230126-154716.yaml deleted file mode 100644 index 4b0bbea2be8..00000000000 --- a/.changes/1.5.0/Features-20230126-154716.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Adjust makefile to have clearer instructions for CI env var changes. -time: 2023-01-26T15:47:16.887327-08:00 -custom: - Author: versusfacit - Issue: "6689" diff --git a/.changes/1.5.0/Features-20230127-162812.yaml b/.changes/1.5.0/Features-20230127-162812.yaml deleted file mode 100644 index 8076cf3b18d..00000000000 --- a/.changes/1.5.0/Features-20230127-162812.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Stand-alone Python module for PostgresColumn -time: 2023-01-27T16:28:12.212427-08:00 -custom: - Author: nssalian - Issue: "6772" diff --git a/.changes/1.5.0/Features-20230206-084749.yaml b/.changes/1.5.0/Features-20230206-084749.yaml deleted file mode 100644 index 53d867ed403..00000000000 --- a/.changes/1.5.0/Features-20230206-084749.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Enable diff based partial parsing -time: 2023-02-06T08:47:49.688889-05:00 -custom: - Author: gshank - Issue: "6592" diff --git a/.changes/1.5.0/Features-20230209-092059.yaml b/.changes/1.5.0/Features-20230209-092059.yaml deleted file mode 100644 index f6456d35243..00000000000 --- a/.changes/1.5.0/Features-20230209-092059.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Exposure owner requires one of name or email keys, and accepts additional arbitrary - keys -time: 2023-02-09T09:20:59.300272-05:00 -custom: - Author: michelleark - Issue: "6833" diff --git a/.changes/1.5.0/Features-20230209-093409.yaml b/.changes/1.5.0/Features-20230209-093409.yaml deleted file mode 100644 index a14e487735a..00000000000 --- a/.changes/1.5.0/Features-20230209-093409.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Parse 'group' resource -time: 2023-02-09T09:34:09.547006-05:00 -custom: - Author: michelleark - Issue: "6921" diff --git a/.changes/1.5.0/Features-20230214-225134.yaml b/.changes/1.5.0/Features-20230214-225134.yaml deleted file mode 100644 index 2134132af68..00000000000 --- a/.changes/1.5.0/Features-20230214-225134.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: parse 'group' config on groupable nodes -time: 2023-02-14T22:51:34.936228-05:00 -custom: - Author: michelleark - Issue: "6823" diff --git a/.changes/1.5.0/Features-20230216-144534.yaml b/.changes/1.5.0/Features-20230216-144534.yaml deleted file mode 100644 index bdcc96b3f7c..00000000000 --- a/.changes/1.5.0/Features-20230216-144534.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Implemented new log cli parameters for finer-grained control. -time: 2023-02-16T14:45:34.038453-05:00 -custom: - Author: peterallenwebb - Issue: "6639" diff --git a/.changes/1.5.0/Features-20230218-092816.yaml b/.changes/1.5.0/Features-20230218-092816.yaml deleted file mode 100644 index 07263c2fe88..00000000000 --- a/.changes/1.5.0/Features-20230218-092816.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add access attribute to parsed nodes -time: 2023-02-18T09:28:16.448175-05:00 -custom: - Author: gshank - Issue: "6824" diff --git a/.changes/1.5.0/Features-20230222-130632.yaml b/.changes/1.5.0/Features-20230222-130632.yaml deleted file mode 100644 index cd63c287b82..00000000000 --- a/.changes/1.5.0/Features-20230222-130632.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Enforce contracts on models materialized as tables, views, and incremental -time: 2023-02-22T13:06:32.583743-05:00 -custom: - Author: jtcohen6 michelleark emmyoop - Issue: 6751 7034 6756 7154 diff --git a/.changes/1.5.0/Features-20230224-134533.yaml b/.changes/1.5.0/Features-20230224-134533.yaml deleted file mode 100644 index d42237fa895..00000000000 --- a/.changes/1.5.0/Features-20230224-134533.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add ability to select by group resource -time: 2023-02-24T13:45:33.974287-06:00 -custom: - Author: emmyoop - Issue: "6825" diff --git a/.changes/1.5.0/Features-20230224-182214.yaml b/.changes/1.5.0/Features-20230224-182214.yaml deleted file mode 100644 index ca1c63612c8..00000000000 --- a/.changes/1.5.0/Features-20230224-182214.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Disallow refing private model across groups -time: 2023-02-24T18:22:14.965136-05:00 -custom: - Author: gshank - Issue: "6826" diff --git a/.changes/1.5.0/Features-20230227-091316.yaml b/.changes/1.5.0/Features-20230227-091316.yaml deleted file mode 100644 index 264c7960216..00000000000 --- a/.changes/1.5.0/Features-20230227-091316.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: make version configs optional -time: 2023-02-27T09:13:16.104386-06:00 -custom: - Author: dave-connors-3 - Issue: "7054" diff --git a/.changes/1.5.0/Features-20230306-170251.yaml b/.changes/1.5.0/Features-20230306-170251.yaml deleted file mode 100644 index 80faa08affd..00000000000 --- a/.changes/1.5.0/Features-20230306-170251.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: '[CT-1584] New top level commands: interactive compile' -time: 2023-03-06T17:02:51.240582-08:00 -custom: - Author: aranke - Issue: "6358" diff --git a/.changes/1.5.0/Features-20230313-135917.yaml b/.changes/1.5.0/Features-20230313-135917.yaml deleted file mode 100644 index e8d7391a2f9..00000000000 --- a/.changes/1.5.0/Features-20230313-135917.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Make model contracts agnostic to ordering -time: 2023-03-13T13:59:17.255368-04:00 -custom: - Author: gshank - Issue: 6975 7064 diff --git a/.changes/1.5.0/Features-20230315-135108.yaml b/.changes/1.5.0/Features-20230315-135108.yaml deleted file mode 100644 index cd3c450660e..00000000000 --- a/.changes/1.5.0/Features-20230315-135108.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Unified constraints and check_constraints properties for columns and models -time: 2023-03-15T13:51:08.259624-04:00 -custom: - Author: peterallenwebb - Issue: "7066" diff --git a/.changes/1.5.0/Features-20230318-164326.yaml b/.changes/1.5.0/Features-20230318-164326.yaml deleted file mode 100644 index 95630b42c65..00000000000 --- a/.changes/1.5.0/Features-20230318-164326.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Switch from betterproto to google protobuf and enable more flexible meta dictionary - in logs -time: 2023-03-18T16:43:26.782738-04:00 -custom: - Author: gshank - Issue: "6832" diff --git a/.changes/1.5.0/Features-20230319-180844.yaml b/.changes/1.5.0/Features-20230319-180844.yaml deleted file mode 100644 index 6addf03a455..00000000000 --- a/.changes/1.5.0/Features-20230319-180844.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Ignore duplicate edges in subgraph to speed up dbt build -time: 2023-03-19T18:08:44.953765+08:00 -custom: - Author: MatthieuBlais - Issue: "7191" diff --git a/.changes/1.5.0/Features-20230322-124615.yaml b/.changes/1.5.0/Features-20230322-124615.yaml deleted file mode 100644 index 0516c3c73cb..00000000000 --- a/.changes/1.5.0/Features-20230322-124615.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Support setting of callbacks for programmatic uses of `dbtRunner` -time: 2023-03-22T12:46:15.877884-07:00 -custom: - Author: QMalcolm - Issue: "6763" diff --git a/.changes/1.5.0/Features-20230323-133026.yaml b/.changes/1.5.0/Features-20230323-133026.yaml deleted file mode 100644 index 67e3297f7d5..00000000000 --- a/.changes/1.5.0/Features-20230323-133026.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Detect breaking changes to contracts in state:modified check -time: 2023-03-23T13:30:26.593717-04:00 -custom: - Author: gshank - Issue: "6869" diff --git a/.changes/1.5.0/Features-20230324-123621.yaml b/.changes/1.5.0/Features-20230324-123621.yaml deleted file mode 100644 index ecfa3448d42..00000000000 --- a/.changes/1.5.0/Features-20230324-123621.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: 'New command: dbt show' -time: 2023-03-24T12:36:21.173419-07:00 -custom: - Author: aranke - Issue: 7207 7179 6359 diff --git a/.changes/1.5.0/Features-20230325-192830.yaml b/.changes/1.5.0/Features-20230325-192830.yaml deleted file mode 100644 index f6fd92d5ede..00000000000 --- a/.changes/1.5.0/Features-20230325-192830.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Added prettier printing to ContractError class -time: 2023-03-25T19:28:30.171461-07:00 -custom: - Author: kentkr - Issue: "7209" diff --git a/.changes/1.5.0/Features-20230329-102736.yaml b/.changes/1.5.0/Features-20230329-102736.yaml deleted file mode 100644 index 3ff7fb7a8ec..00000000000 --- a/.changes/1.5.0/Features-20230329-102736.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add support for model-level constraints -time: 2023-03-29T10:27:36.94177-04:00 -custom: - Author: peterallenwebb - Issue: "6754" diff --git a/.changes/1.5.0/Features-20230406-101019.yaml b/.changes/1.5.0/Features-20230406-101019.yaml deleted file mode 100644 index ea54a7f327b..00000000000 --- a/.changes/1.5.0/Features-20230406-101019.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: model versions -time: 2023-04-06T10:10:19.794672-04:00 -custom: - Author: michelleark - Issue: '#7263' diff --git a/.changes/1.5.0/Features-20230410-115538.yaml b/.changes/1.5.0/Features-20230410-115538.yaml deleted file mode 100644 index 9f6f548c672..00000000000 --- a/.changes/1.5.0/Features-20230410-115538.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add --no-populate-cache to optionally skip relation cache population -time: 2023-04-10T11:55:38.360997-05:00 -custom: - Author: stu-k - Issue: "1751" diff --git a/.changes/1.5.0/Features-20230410-174824.yaml b/.changes/1.5.0/Features-20230410-174824.yaml deleted file mode 100644 index 67b67a26908..00000000000 --- a/.changes/1.5.0/Features-20230410-174824.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Add relation info (database, schema, alias) to node_info dictionary in structured - logging -time: 2023-04-10T17:48:24.870944+02:00 -custom: - Author: jtcohen6 - Issue: "6724" diff --git a/.changes/1.5.0/Features-20230411-084645.yaml b/.changes/1.5.0/Features-20230411-084645.yaml deleted file mode 100644 index b082ce0adf7..00000000000 --- a/.changes/1.5.0/Features-20230411-084645.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: select resources by patch path -time: 2023-04-11T08:46:45.641682-05:00 -custom: - Author: dave-connors-3 - Issue: "7315" diff --git a/.changes/1.5.0/Features-20230412-011138.yaml b/.changes/1.5.0/Features-20230412-011138.yaml deleted file mode 100644 index 96dbe96361b..00000000000 --- a/.changes/1.5.0/Features-20230412-011138.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add version selector method -time: 2023-04-12T01:11:38.093684-04:00 -custom: - Author: MichelleArk - Issue: "7199" diff --git a/.changes/1.5.0/Fixes-20221030-102114.yaml b/.changes/1.5.0/Fixes-20221030-102114.yaml deleted file mode 100644 index 8d50ae2de87..00000000000 --- a/.changes/1.5.0/Fixes-20221030-102114.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Remove trailing slashes from source paths (#6102) -time: 2022-10-30T10:21:14.660221Z -custom: - Author: jmg-duarte - Issue: "6102" - PR: "6179" diff --git a/.changes/1.5.0/Fixes-20230123-132814.yaml b/.changes/1.5.0/Fixes-20230123-132814.yaml deleted file mode 100644 index f05bac4571a..00000000000 --- a/.changes/1.5.0/Fixes-20230123-132814.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: add merge_exclude_columns adapter tests -time: 2023-01-23T13:28:14.808748-06:00 -custom: - Author: dave-connors-3 - Issue: "6699" diff --git a/.changes/1.5.0/Fixes-20230124-115837.yaml b/.changes/1.5.0/Fixes-20230124-115837.yaml deleted file mode 100644 index c74e83bbaf0..00000000000 --- a/.changes/1.5.0/Fixes-20230124-115837.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Include adapter_response in NodeFinished run_result log event -time: 2023-01-24T11:58:37.74179-05:00 -custom: - Author: gshank - Issue: "6703" diff --git a/.changes/1.5.0/Fixes-20230124-141943.yaml b/.changes/1.5.0/Fixes-20230124-141943.yaml deleted file mode 100644 index 4b85413de58..00000000000 --- a/.changes/1.5.0/Fixes-20230124-141943.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Sort cli vars before hashing for partial parsing -time: 2023-01-24T14:19:43.333628-05:00 -custom: - Author: gshank - Issue: "6710" diff --git a/.changes/1.5.0/Fixes-20230125-191739.yaml b/.changes/1.5.0/Fixes-20230125-191739.yaml deleted file mode 100644 index fff39574ed9..00000000000 --- a/.changes/1.5.0/Fixes-20230125-191739.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: '[Regression] exposure_content referenced incorrectly' -time: 2023-01-25T19:17:39.942081-05:00 -custom: - Author: Mathyoub - Issue: "6738" diff --git a/.changes/1.5.0/Fixes-20230130-231456.yaml b/.changes/1.5.0/Fixes-20230130-231456.yaml deleted file mode 100644 index c123882f079..00000000000 --- a/.changes/1.5.0/Fixes-20230130-231456.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: 'Snapshot strategies: add a newline for subquery' -time: 2023-01-30T23:14:56.131767823+01:00 -custom: - Author: RobbertDM - Issue: "6781" diff --git a/.changes/1.5.0/Fixes-20230201-154418.yaml b/.changes/1.5.0/Fixes-20230201-154418.yaml deleted file mode 100644 index dc2099f94b1..00000000000 --- a/.changes/1.5.0/Fixes-20230201-154418.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Remove pin on packaging and stop using it for prerelease comparisons -time: 2023-02-01T15:44:18.279158-05:00 -custom: - Author: gshank - Issue: "6834" diff --git a/.changes/1.5.0/Fixes-20230203-135557.yaml b/.changes/1.5.0/Fixes-20230203-135557.yaml deleted file mode 100644 index c7b5c3ec265..00000000000 --- a/.changes/1.5.0/Fixes-20230203-135557.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Readd depends_on.macros to SeedNode, to support seeds with hooks calling macros -time: 2023-02-03T13:55:57.853715+01:00 -custom: - Author: jtcohen6 - Issue: "6806" diff --git a/.changes/1.5.0/Fixes-20230207-143544.yaml b/.changes/1.5.0/Fixes-20230207-143544.yaml deleted file mode 100644 index 67850c91927..00000000000 --- a/.changes/1.5.0/Fixes-20230207-143544.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix regression of --quiet cli parameter behavior -time: 2023-02-07T14:35:44.160163-05:00 -custom: - Author: peterallenwebb - Issue: "6749" diff --git a/.changes/1.5.0/Fixes-20230208-104230.yaml b/.changes/1.5.0/Fixes-20230208-104230.yaml deleted file mode 100644 index 5e9ea4bc888..00000000000 --- a/.changes/1.5.0/Fixes-20230208-104230.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Add double type to list of float column types for the column class -time: 2023-02-08T10:42:30.918479Z -custom: - Author: rlh1994 - Issue: "6876" diff --git a/.changes/1.5.0/Fixes-20230208-110551.yaml b/.changes/1.5.0/Fixes-20230208-110551.yaml deleted file mode 100644 index 591374a4a33..00000000000 --- a/.changes/1.5.0/Fixes-20230208-110551.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Ensure results from hooks contain nodes when processing them -time: 2023-02-08T11:05:51.952494-06:00 -custom: - Author: emmyoop - Issue: "6796" diff --git a/.changes/1.5.0/Fixes-20230208-154935.yaml b/.changes/1.5.0/Fixes-20230208-154935.yaml deleted file mode 100644 index 8b3d30242ce..00000000000 --- a/.changes/1.5.0/Fixes-20230208-154935.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Always flush stdout after logging -time: 2023-02-08T15:49:35.175874-05:00 -custom: - Author: peterallenwebb - Issue: "6901" diff --git a/.changes/1.5.0/Fixes-20230210-103028.yaml b/.changes/1.5.0/Fixes-20230210-103028.yaml deleted file mode 100644 index 2e9920b56da..00000000000 --- a/.changes/1.5.0/Fixes-20230210-103028.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Reapply logging fixes which were accidentally reverted -time: 2023-02-10T10:30:28.179997-05:00 -custom: - Author: peterallenwebb - Issue: "6936" diff --git a/.changes/1.5.0/Fixes-20230210-194157.yaml b/.changes/1.5.0/Fixes-20230210-194157.yaml deleted file mode 100644 index b9ec101687a..00000000000 --- a/.changes/1.5.0/Fixes-20230210-194157.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Set relation_name in test nodes at compile time -time: 2023-02-10T19:41:57.386766-05:00 -custom: - Author: gshank - Issue: "6930" diff --git a/.changes/1.5.0/Fixes-20230213-130522.yaml b/.changes/1.5.0/Fixes-20230213-130522.yaml deleted file mode 100644 index 622441e72ec..00000000000 --- a/.changes/1.5.0/Fixes-20230213-130522.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Readd initialization events, --log-cache-events in new CLI -time: 2023-02-13T13:05:22.989477+01:00 -custom: - Author: jtcohen6 - Issue: "6933" diff --git a/.changes/1.5.0/Fixes-20230213-170723.yaml b/.changes/1.5.0/Fixes-20230213-170723.yaml deleted file mode 100644 index 5994cb829b6..00000000000 --- a/.changes/1.5.0/Fixes-20230213-170723.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix previous state tests and disabled exposures, metrics -time: 2023-02-13T17:07:23.185679-05:00 -custom: - Author: gshank - Issue: 6752 6753 diff --git a/.changes/1.5.0/Fixes-20230215-104536.yaml b/.changes/1.5.0/Fixes-20230215-104536.yaml deleted file mode 100644 index 643c9e77110..00000000000 --- a/.changes/1.5.0/Fixes-20230215-104536.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Make use of hashlib.md5() FIPS compliant -time: 2023-02-15T10:45:36.755797+01:00 -custom: - Author: nielspardon - Issue: "6900" diff --git a/.changes/1.5.0/Fixes-20230219-114435.yaml b/.changes/1.5.0/Fixes-20230219-114435.yaml deleted file mode 100644 index b2e65dfac50..00000000000 --- a/.changes/1.5.0/Fixes-20230219-114435.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: add timeout for dbt --version command -time: 2023-02-19T11:44:35.927348786+01:00 -custom: - Author: Goodkat - Issue: "6992" diff --git a/.changes/1.5.0/Fixes-20230221-170630.yaml b/.changes/1.5.0/Fixes-20230221-170630.yaml deleted file mode 100644 index f4c08371cd1..00000000000 --- a/.changes/1.5.0/Fixes-20230221-170630.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix compilation logic for ephemeral nodes -time: 2023-02-21T17:06:30.218568-05:00 -custom: - Author: gshank - Issue: "6885" diff --git a/.changes/1.5.0/Fixes-20230224-001338.yaml b/.changes/1.5.0/Fixes-20230224-001338.yaml deleted file mode 100644 index 28f33bef515..00000000000 --- a/.changes/1.5.0/Fixes-20230224-001338.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix semver comparison logic by ensuring numeric values -time: 2023-02-24T00:13:38.23242+01:00 -custom: - Author: jtcohen6 - Issue: "7039" diff --git a/.changes/1.5.0/Fixes-20230228-130318.yaml b/.changes/1.5.0/Fixes-20230228-130318.yaml deleted file mode 100644 index abcbee150a2..00000000000 --- a/.changes/1.5.0/Fixes-20230228-130318.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: add pytz dependency -time: 2023-02-28T13:03:18.353468+01:00 -custom: - Author: sdebruyn - Issue: "7077" diff --git a/.changes/1.5.0/Fixes-20230303-112519.yaml b/.changes/1.5.0/Fixes-20230303-112519.yaml deleted file mode 100644 index 29aeaf32a05..00000000000 --- a/.changes/1.5.0/Fixes-20230303-112519.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: allow adapters to change model name resolution in py models -time: 2023-03-03T11:25:19.276637-08:00 -custom: - Author: colin-rogers-dbt - Issue: "7114" diff --git a/.changes/1.5.0/Fixes-20230321-141804.yaml b/.changes/1.5.0/Fixes-20230321-141804.yaml deleted file mode 100644 index 2f3f8e0472d..00000000000 --- a/.changes/1.5.0/Fixes-20230321-141804.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Add exception handling in postflight decorator to address exit codes -time: 2023-03-21T14:18:04.917329-05:00 -custom: - Author: stu-k - Issue: "7010" diff --git a/.changes/1.5.0/Fixes-20230327-193850.yaml b/.changes/1.5.0/Fixes-20230327-193850.yaml deleted file mode 100644 index 5d0e5de3998..00000000000 --- a/.changes/1.5.0/Fixes-20230327-193850.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Recreates missing tracking events -time: 2023-03-27T19:38:50.657292-05:00 -custom: - Author: iknox-fa - Issue: 6097 6098 diff --git a/.changes/1.5.0/Fixes-20230329-111451.yaml b/.changes/1.5.0/Fixes-20230329-111451.yaml deleted file mode 100644 index c3c0b6ab00b..00000000000 --- a/.changes/1.5.0/Fixes-20230329-111451.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix partial parsing error due to not requiring "version" -time: 2023-03-29T11:14:51.734378-04:00 -custom: - Author: gshank - Issue: "7236" diff --git a/.changes/1.5.0/Fixes-20230329-113203.yaml b/.changes/1.5.0/Fixes-20230329-113203.yaml deleted file mode 100644 index acde149c12b..00000000000 --- a/.changes/1.5.0/Fixes-20230329-113203.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Handle internal exceptions -time: 2023-03-29T11:32:03.259072-05:00 -custom: - Author: stu-k - Issue: "7118" diff --git a/.changes/1.5.0/Fixes-20230331-095428.yaml b/.changes/1.5.0/Fixes-20230331-095428.yaml deleted file mode 100644 index 772ce077b7d..00000000000 --- a/.changes/1.5.0/Fixes-20230331-095428.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Improved failed event serialization handling and associated tests -time: 2023-03-31T09:54:28.701963-07:00 -custom: - Author: QMalcolm - Issue: 7113 7108 6568 diff --git a/.changes/1.5.0/Fixes-20230331-170417.yaml b/.changes/1.5.0/Fixes-20230331-170417.yaml deleted file mode 100644 index fdcc6cad8ba..00000000000 --- a/.changes/1.5.0/Fixes-20230331-170417.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix handling of artifacts in read_and_check_versions -time: 2023-03-31T17:04:17.068698-04:00 -custom: - Author: gshank - Issue: "7252" diff --git a/.changes/1.5.0/Fixes-20230401-191322.yaml b/.changes/1.5.0/Fixes-20230401-191322.yaml deleted file mode 100644 index 6235f629ed8..00000000000 --- a/.changes/1.5.0/Fixes-20230401-191322.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Stringify datetimes in logging for prettier messages -time: 2023-04-01T19:13:22.525838+02:00 -custom: - Author: jtcohen6 - Issue: "7255" diff --git a/.changes/1.5.0/Fixes-20230405-124315.yaml b/.changes/1.5.0/Fixes-20230405-124315.yaml deleted file mode 100644 index 8f10984e62e..00000000000 --- a/.changes/1.5.0/Fixes-20230405-124315.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: avoid dbtRunner default callbacks being shared across instances -time: 2023-04-05T12:43:15.418016-04:00 -custom: - Author: chamini2 - Issue: "7278" diff --git a/.changes/1.5.0/Fixes-20230405-182927.yaml b/.changes/1.5.0/Fixes-20230405-182927.yaml deleted file mode 100644 index b4e8aab6036..00000000000 --- a/.changes/1.5.0/Fixes-20230405-182927.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Ensure same_contract is called for state:modified -time: 2023-04-05T18:29:27.369084-04:00 -custom: - Author: gshank - Issue: "7282" diff --git a/.changes/1.5.0/Fixes-20230405-201553.yaml b/.changes/1.5.0/Fixes-20230405-201553.yaml deleted file mode 100644 index 74f0c4e20a7..00000000000 --- a/.changes/1.5.0/Fixes-20230405-201553.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Avoid revoking grants for views when `copy_grants=true` -time: 2023-04-05T20:15:53.317994-06:00 -custom: - Author: dbeatty10 jtcohen6 - Issue: "7280" diff --git a/.changes/1.5.0/Fixes-20230410-105007.yaml b/.changes/1.5.0/Fixes-20230410-105007.yaml deleted file mode 100644 index 7d1956f0f03..00000000000 --- a/.changes/1.5.0/Fixes-20230410-105007.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Duplicated flags now throw errors instead of being overidden by parent-level - flag -time: 2023-04-10T10:50:07.178386-05:00 -custom: - Author: iknox-fa - Issue: "6913" diff --git a/.changes/1.5.0/Fixes-20230410-233604.yaml b/.changes/1.5.0/Fixes-20230410-233604.yaml deleted file mode 100644 index 84ef05337d7..00000000000 --- a/.changes/1.5.0/Fixes-20230410-233604.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Ensure that invocation_id changes between programmatic invocations. -time: 2023-04-10T23:36:04.837862-04:00 -custom: - Author: peterallenwebb - Issue: "7197" diff --git a/.changes/1.5.0/Fixes-20230412-133438.yaml b/.changes/1.5.0/Fixes-20230412-133438.yaml deleted file mode 100644 index ba1f8987105..00000000000 --- a/.changes/1.5.0/Fixes-20230412-133438.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Adding a new column is not a breaking contract change -time: 2023-04-12T13:34:38.231881+02:00 -custom: - Author: jtcohen6 - Issue: "7332" diff --git a/.changes/1.5.0/Fixes-20230413-102858.yaml b/.changes/1.5.0/Fixes-20230413-102858.yaml deleted file mode 100644 index c94147452af..00000000000 --- a/.changes/1.5.0/Fixes-20230413-102858.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: fix versioned model selection in subdirectories -time: 2023-04-13T10:28:58.213339-04:00 -custom: - Author: MichelleArk - Issue: "7348" diff --git a/.changes/1.5.0/Fixes-20230418-135257.yaml b/.changes/1.5.0/Fixes-20230418-135257.yaml deleted file mode 100644 index 9f3c6a197b2..00000000000 --- a/.changes/1.5.0/Fixes-20230418-135257.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: safe version attribute access in _check_resource_uniqueness -time: 2023-04-18T13:52:57.367108-04:00 -custom: - Author: MichelleArk - Issue: "7375" diff --git a/.changes/1.5.0/Fixes-20230419-142150.yaml b/.changes/1.5.0/Fixes-20230419-142150.yaml deleted file mode 100644 index dec4790c6cf..00000000000 --- a/.changes/1.5.0/Fixes-20230419-142150.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix dbt command missing target-path param -time: 2023-04-19T14:21:50.959786-07:00 -custom: - Author: ChenyuLInx - Issue: "\t7411" diff --git a/.changes/1.5.0/Fixes-20230419-220910.yaml b/.changes/1.5.0/Fixes-20230419-220910.yaml deleted file mode 100644 index 698f3275459..00000000000 --- a/.changes/1.5.0/Fixes-20230419-220910.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix v0 ref resolution -time: 2023-04-19T22:09:10.155137-04:00 -custom: - Author: MichelleArk - Issue: "7408" diff --git a/.changes/1.5.0/Under the Hood-20230111-145143.yaml b/.changes/1.5.0/Under the Hood-20230111-145143.yaml deleted file mode 100644 index 2f5c9c3fc1b..00000000000 --- a/.changes/1.5.0/Under the Hood-20230111-145143.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: '[CT-921] dbt compile works in click' -time: 2023-01-11T14:51:43.324107-08:00 -custom: - Author: aranke - Issue: "5545" diff --git a/.changes/1.5.0/Under the Hood-20230113-132513.yaml b/.changes/1.5.0/Under the Hood-20230113-132513.yaml deleted file mode 100644 index 2274fbc01a7..00000000000 --- a/.changes/1.5.0/Under the Hood-20230113-132513.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Fix use of ConnectionReused logging event -time: 2023-01-13T13:25:13.023168-05:00 -custom: - Author: gshank - Issue: "6168" diff --git a/.changes/1.5.0/Under the Hood-20230113-150700.yaml b/.changes/1.5.0/Under the Hood-20230113-150700.yaml deleted file mode 100644 index 178603104e9..00000000000 --- a/.changes/1.5.0/Under the Hood-20230113-150700.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Port docs tests to pytest -time: 2023-01-13T15:07:00.477038-05:00 -custom: - Author: peterallenwebb - Issue: "6573" diff --git a/.changes/1.5.0/Under the Hood-20230117-111737.yaml b/.changes/1.5.0/Under the Hood-20230117-111737.yaml deleted file mode 100644 index 126a25ea28a..00000000000 --- a/.changes/1.5.0/Under the Hood-20230117-111737.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Update deprecated github action command -time: 2023-01-17T11:17:37.046095-06:00 -custom: - Author: davidbloss - Issue: "6153" diff --git a/.changes/1.5.0/Under the Hood-20230117-162505.yaml b/.changes/1.5.0/Under the Hood-20230117-162505.yaml deleted file mode 100644 index 5980bd2632a..00000000000 --- a/.changes/1.5.0/Under the Hood-20230117-162505.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: dbt snapshot works in click -time: 2023-01-17T16:25:05.973769-08:00 -custom: - Author: ChenyuLInx - Issue: "5554" diff --git a/.changes/1.5.0/Under the Hood-20230117-213729.yaml b/.changes/1.5.0/Under the Hood-20230117-213729.yaml deleted file mode 100644 index 8500a0a70b7..00000000000 --- a/.changes/1.5.0/Under the Hood-20230117-213729.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: dbt list working with click -time: 2023-01-17T21:37:29.91632-05:00 -custom: - Author: michelleark - Issue: "5549" diff --git a/.changes/1.5.0/Under the Hood-20230119-105304.yaml b/.changes/1.5.0/Under the Hood-20230119-105304.yaml deleted file mode 100644 index 8d85fec68fc..00000000000 --- a/.changes/1.5.0/Under the Hood-20230119-105304.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Add dbt run-operation to click CLI -time: 2023-01-19T10:53:04.154871+01:00 -custom: - Author: jtcohen6 - Issue: "5552" diff --git a/.changes/1.5.0/Under the Hood-20230119-205650.yaml b/.changes/1.5.0/Under the Hood-20230119-205650.yaml deleted file mode 100644 index 4121d4a3118..00000000000 --- a/.changes/1.5.0/Under the Hood-20230119-205650.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: dbt build working with new click framework -time: 2023-01-19T20:56:50.50549-05:00 -custom: - Author: michelleark - Issue: "5541" diff --git a/.changes/1.5.0/Under the Hood-20230119-211040.yaml b/.changes/1.5.0/Under the Hood-20230119-211040.yaml deleted file mode 100644 index 2968fa6b6dc..00000000000 --- a/.changes/1.5.0/Under the Hood-20230119-211040.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: dbt docs generate works with new click framework -time: 2023-01-19T21:10:40.698851-05:00 -custom: - Author: michelleark - Issue: "5543" diff --git a/.changes/1.5.0/Under the Hood-20230120-172254.yaml b/.changes/1.5.0/Under the Hood-20230120-172254.yaml deleted file mode 100644 index 3f65b39f99e..00000000000 --- a/.changes/1.5.0/Under the Hood-20230120-172254.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Replaced the EmptyLine event with a more general Formatting event, and added - a Note event. -time: 2023-01-20T17:22:54.45828-05:00 -custom: - Author: peterallenwebb - Issue: "6481" diff --git a/.changes/1.5.0/Under the Hood-20230122-215235.yaml b/.changes/1.5.0/Under the Hood-20230122-215235.yaml deleted file mode 100644 index 760d8ea4838..00000000000 --- a/.changes/1.5.0/Under the Hood-20230122-215235.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Small optimization on manifest parsing benefitting large DAGs -time: 2023-01-22T21:52:35.549814+01:00 -custom: - Author: boxysean - Issue: "6697" diff --git a/.changes/1.5.0/Under the Hood-20230124-153553.yaml b/.changes/1.5.0/Under the Hood-20230124-153553.yaml deleted file mode 100644 index 0a540d6da55..00000000000 --- a/.changes/1.5.0/Under the Hood-20230124-153553.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Revised and simplified various structured logging events -time: 2023-01-24T15:35:53.065356-05:00 -custom: - Author: peterallenwebb - Issue: 6664 6665 6666 diff --git a/.changes/1.5.0/Under the Hood-20230124-175110.yaml b/.changes/1.5.0/Under the Hood-20230124-175110.yaml deleted file mode 100644 index 9d8e5b35907..00000000000 --- a/.changes/1.5.0/Under the Hood-20230124-175110.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: dbt init works with click -time: 2023-01-24T17:51:10.74065-05:00 -custom: - Author: michelleark - Issue: "5548" diff --git a/.changes/1.5.0/Under the Hood-20230125-041136.yaml b/.changes/1.5.0/Under the Hood-20230125-041136.yaml deleted file mode 100644 index ff02d3ef752..00000000000 --- a/.changes/1.5.0/Under the Hood-20230125-041136.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: '[CT-920][CT-1900] Create Click CLI runner and use it to fix dbt docs commands' -time: 2023-01-25T04:11:36.57506-08:00 -custom: - Author: aranke - Issue: 5544 6722 diff --git a/.changes/1.5.0/Under the Hood-20230125-102606.yaml b/.changes/1.5.0/Under the Hood-20230125-102606.yaml deleted file mode 100644 index 9e5cba8e28b..00000000000 --- a/.changes/1.5.0/Under the Hood-20230125-102606.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Migrate debug task to click -time: 2023-01-25T10:26:06.735994-06:00 -custom: - Author: stu-k - Issue: "5546" diff --git a/.changes/1.5.0/Under the Hood-20230126-135939.yaml b/.changes/1.5.0/Under the Hood-20230126-135939.yaml deleted file mode 100644 index 091f0a65864..00000000000 --- a/.changes/1.5.0/Under the Hood-20230126-135939.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: ' Optimized GraphQueue to remove graph analysis bottleneck in large dags.' -time: 2023-01-26T13:59:39.518345-05:00 -custom: - Author: peterallenwebb - Issue: "6759" diff --git a/.changes/1.5.0/Under the Hood-20230126-143102.yaml b/.changes/1.5.0/Under the Hood-20230126-143102.yaml deleted file mode 100644 index 505efabf53c..00000000000 --- a/.changes/1.5.0/Under the Hood-20230126-143102.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Implement --version for click cli -time: 2023-01-26T14:31:02.740282-06:00 -custom: - Author: stu-k - Issue: "6757" diff --git a/.changes/1.5.0/Under the Hood-20230126-164741.yaml b/.changes/1.5.0/Under the Hood-20230126-164741.yaml deleted file mode 100644 index 803768d9e3a..00000000000 --- a/.changes/1.5.0/Under the Hood-20230126-164741.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: '[CT-1841] Convert custom target test to Pytest' -time: 2023-01-26T16:47:41.198714-08:00 -custom: - Author: aranke - Issue: "6638" diff --git a/.changes/1.5.0/Under the Hood-20230130-153306.yaml b/.changes/1.5.0/Under the Hood-20230130-153306.yaml deleted file mode 100644 index 32d8c934151..00000000000 --- a/.changes/1.5.0/Under the Hood-20230130-153306.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Remove BigQuery-specific btye abbreviations -time: 2023-01-30T15:33:06.28965-07:00 -custom: - Author: dbeatty10 - Issue: "6741" diff --git a/.changes/1.5.0/Under the Hood-20230130-175752.yaml b/.changes/1.5.0/Under the Hood-20230130-175752.yaml deleted file mode 100644 index 95a4938915a..00000000000 --- a/.changes/1.5.0/Under the Hood-20230130-175752.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: "Enables the new Click Cli on the commandline! \U0001F680" -time: 2023-01-30T17:57:52.65626-06:00 -custom: - Author: iknox-fa - Issue: "6784" diff --git a/.changes/1.5.0/Under the Hood-20230130-180917.yaml b/.changes/1.5.0/Under the Hood-20230130-180917.yaml deleted file mode 100644 index 64c35d67f12..00000000000 --- a/.changes/1.5.0/Under the Hood-20230130-180917.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: warn_error/warn_error_options mutual exclusivity in click -time: 2023-01-30T18:09:17.240662-05:00 -custom: - Author: michelleark - Issue: "6579" diff --git a/.changes/1.5.0/Under the Hood-20230131-141806.yaml b/.changes/1.5.0/Under the Hood-20230131-141806.yaml deleted file mode 100644 index 7ebc38b8008..00000000000 --- a/.changes/1.5.0/Under the Hood-20230131-141806.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Lazily call --version -time: 2023-01-31T14:18:06.02312-06:00 -custom: - Author: stu-k - Issue: "6812" diff --git a/.changes/1.5.0/Under the Hood-20230203-143551.yaml b/.changes/1.5.0/Under the Hood-20230203-143551.yaml deleted file mode 100644 index a18f754664a..00000000000 --- a/.changes/1.5.0/Under the Hood-20230203-143551.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Moving simple_seed to adapter zone to help adapter test conversions -time: 2023-02-03T14:35:51.481856-08:00 -custom: - Author: nssalian - Issue: CT-1959 diff --git a/.changes/1.5.0/Under the Hood-20230207-165111.yaml b/.changes/1.5.0/Under the Hood-20230207-165111.yaml deleted file mode 100644 index 2f9a609d6de..00000000000 --- a/.changes/1.5.0/Under the Hood-20230207-165111.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: flags.THREADS defaults to None -time: 2023-02-07T16:51:11.011984-05:00 -custom: - Author: michelleark - Issue: "6887" diff --git a/.changes/1.5.0/Under the Hood-20230210-084647.yaml b/.changes/1.5.0/Under the Hood-20230210-084647.yaml deleted file mode 100644 index 1144a31405f..00000000000 --- a/.changes/1.5.0/Under the Hood-20230210-084647.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Fixing target type exposure error -time: 2023-02-10T08:46:47.72936-06:00 -custom: - Author: callum-mcdata - Issue: "6928" diff --git a/.changes/1.5.0/Under the Hood-20230216-143252.yaml b/.changes/1.5.0/Under the Hood-20230216-143252.yaml deleted file mode 100644 index a6cdd019391..00000000000 --- a/.changes/1.5.0/Under the Hood-20230216-143252.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Test binary serialization of logging events -time: 2023-02-16T14:32:52.524225-05:00 -custom: - Author: gshank - Issue: "6852" diff --git a/.changes/1.5.0/Under the Hood-20230217-105223.yaml b/.changes/1.5.0/Under the Hood-20230217-105223.yaml deleted file mode 100644 index 37a4a0de574..00000000000 --- a/.changes/1.5.0/Under the Hood-20230217-105223.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Treat contract config as a python object -time: 2023-02-17T10:52:23.212474-05:00 -custom: - Author: gshank emmyoop - Issue: 6748 7184 diff --git a/.changes/1.5.0/Under the Hood-20230224-132811.yaml b/.changes/1.5.0/Under the Hood-20230224-132811.yaml deleted file mode 100644 index 56ad524164f..00000000000 --- a/.changes/1.5.0/Under the Hood-20230224-132811.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Add deprecation warning for DBT_NO_PRINT -time: 2023-02-24T13:28:11.295561-06:00 -custom: - Author: stu-k - Issue: "6960" diff --git a/.changes/1.5.0/Under the Hood-20230227-102016.yaml b/.changes/1.5.0/Under the Hood-20230227-102016.yaml deleted file mode 100644 index c21b647634f..00000000000 --- a/.changes/1.5.0/Under the Hood-20230227-102016.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Make output_keys click param multi-option instead of a string -time: 2023-02-27T10:20:16.16233-06:00 -custom: - Author: stu-k - Issue: "6676" diff --git a/.changes/1.5.0/Under the Hood-20230228-130435.yaml b/.changes/1.5.0/Under the Hood-20230228-130435.yaml deleted file mode 100644 index eb3752ac567..00000000000 --- a/.changes/1.5.0/Under the Hood-20230228-130435.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Remove cli doc generation workflow -time: 2023-02-28T13:04:35.20038-06:00 -custom: - Author: stu-k - Issue: "7088" diff --git a/.changes/1.5.0/Under the Hood-20230228-140440.yaml b/.changes/1.5.0/Under the Hood-20230228-140440.yaml deleted file mode 100644 index c22d851ea8e..00000000000 --- a/.changes/1.5.0/Under the Hood-20230228-140440.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Move validation of group earlier -time: 2023-02-28T14:04:40.978022-05:00 -custom: - Author: gshank - Issue: "7087" diff --git a/.changes/1.5.0/Under the Hood-20230315-122723.yaml b/.changes/1.5.0/Under the Hood-20230315-122723.yaml deleted file mode 100644 index d99b7133b3b..00000000000 --- a/.changes/1.5.0/Under the Hood-20230315-122723.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Deprecate additional environment variables -time: 2023-03-15T12:27:23.194686-05:00 -custom: - Author: stu-k - Issue: "6903" diff --git a/.changes/1.5.0/Under the Hood-20230316-123305.yaml b/.changes/1.5.0/Under the Hood-20230316-123305.yaml deleted file mode 100644 index 8aace685284..00000000000 --- a/.changes/1.5.0/Under the Hood-20230316-123305.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Add CommandCompleted event, and fire it upon completion of every command -time: 2023-03-16T12:33:05.696752-07:00 -custom: - Author: QMalcolm - Issue: "6878" diff --git a/.changes/1.5.0/Under the Hood-20230319-172824.yaml b/.changes/1.5.0/Under the Hood-20230319-172824.yaml deleted file mode 100644 index 06722f57ae6..00000000000 --- a/.changes/1.5.0/Under the Hood-20230319-172824.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Improves build times for common selections by improving subgraph calculation -time: 2023-03-19T17:28:24.321555-07:00 -custom: - Author: '@ttusing' - Issue: "7195" diff --git a/.changes/1.5.0/Under the Hood-20230324-144050.yaml b/.changes/1.5.0/Under the Hood-20230324-144050.yaml deleted file mode 100644 index 9094cf7524b..00000000000 --- a/.changes/1.5.0/Under the Hood-20230324-144050.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Remove upper pin for hologram/jsonschema -time: 2023-03-24T14:40:50.574108-04:00 -custom: - Author: gshank - Issue: "6775" diff --git a/.changes/1.5.0/Under the Hood-20230331-132119.yaml b/.changes/1.5.0/Under the Hood-20230331-132119.yaml deleted file mode 100644 index 2dcb0bcf4e7..00000000000 --- a/.changes/1.5.0/Under the Hood-20230331-132119.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Generalize constraint compatibility warnings -time: 2023-03-31T13:21:19.507995-05:00 -custom: - Author: emmyoop - Issue: "7067" diff --git a/.changes/1.5.0/Under the Hood-20230404-181717.yaml b/.changes/1.5.0/Under the Hood-20230404-181717.yaml deleted file mode 100644 index 6b417458649..00000000000 --- a/.changes/1.5.0/Under the Hood-20230404-181717.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Add kwargs support to dbtRunner -time: 2023-04-04T18:17:17.539426-07:00 -custom: - Author: aranke - Issue: "7070" diff --git a/.changes/1.5.0/Under the Hood-20230410-140228.yaml b/.changes/1.5.0/Under the Hood-20230410-140228.yaml deleted file mode 100644 index 96725833634..00000000000 --- a/.changes/1.5.0/Under the Hood-20230410-140228.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Add unique_id to ShowNode and CompiledNode logging events -time: 2023-04-10T14:02:28.86602-04:00 -custom: - Author: gshank - Issue: "7305" diff --git a/.changes/1.5.0/Under the Hood-20230410-164543.yaml b/.changes/1.5.0/Under the Hood-20230410-164543.yaml deleted file mode 100644 index b1e636d6fbb..00000000000 --- a/.changes/1.5.0/Under the Hood-20230410-164543.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: '`Parse` now returns manifest when invoked via dbtRunner' -time: 2023-04-10T16:45:43.17915-05:00 -custom: - Author: iknox-fa - Issue: "6547" diff --git a/.changes/1.5.0/Under the Hood-20230410-214724.yaml b/.changes/1.5.0/Under the Hood-20230410-214724.yaml deleted file mode 100644 index 0c97f34f822..00000000000 --- a/.changes/1.5.0/Under the Hood-20230410-214724.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Prettify message for ListRelations event -time: 2023-04-10T21:47:24.052122+02:00 -custom: - Author: jtcohen6 - Issue: "7310" diff --git a/.changes/1.5.0/Under the Hood-20230411-114149.yaml b/.changes/1.5.0/Under the Hood-20230411-114149.yaml deleted file mode 100644 index 2728468afc8..00000000000 --- a/.changes/1.5.0/Under the Hood-20230411-114149.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Track data about group, access, contract, version usage -time: 2023-04-11T11:41:49.84883-04:00 -custom: - Author: gshank - Issue: 7170 7171 diff --git a/.changes/1.5.0/Under the Hood-20230417-114501.yaml b/.changes/1.5.0/Under the Hood-20230417-114501.yaml deleted file mode 100644 index 3b689c34596..00000000000 --- a/.changes/1.5.0/Under the Hood-20230417-114501.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Update docs link in ContractBreakingChangeError message -time: 2023-04-17T11:45:01.005104+02:00 -custom: - Author: jtcohen6 - Issue: "7366" diff --git a/.changes/1.5.0/Under the Hood-20230418-122323.yaml b/.changes/1.5.0/Under the Hood-20230418-122323.yaml deleted file mode 100644 index 64924eb607c..00000000000 --- a/.changes/1.5.0/Under the Hood-20230418-122323.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Update --help text for cache-related parameters -time: 2023-04-18T12:23:23.276693+02:00 -custom: - Author: jtcohen6 - Issue: "7381" diff --git a/.changes/unreleased/Fixes-20230424-161843.yaml b/.changes/unreleased/Fixes-20230424-161843.yaml deleted file mode 100644 index c2557b5e898..00000000000 --- a/.changes/unreleased/Fixes-20230424-161843.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: fix groupable node partial parsing, raise DbtReferenceError at runtime for safety -time: 2023-04-24T16:18:43.130637-04:00 -custom: - Author: MichelleArk - Issue: "7437" diff --git a/.changes/unreleased/Fixes-20230424-164649.yaml b/.changes/unreleased/Fixes-20230424-164649.yaml deleted file mode 100644 index 57b6646bcfe..00000000000 --- a/.changes/unreleased/Fixes-20230424-164649.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix partial parsing of latest_version changes for downstream references -time: 2023-04-24T16:46:49.721231-04:00 -custom: - Author: MichelleArk - Issue: "7369" diff --git a/.changes/unreleased/Under the Hood-20230424-135300.yaml b/.changes/unreleased/Under the Hood-20230424-135300.yaml deleted file mode 100644 index 35886266e03..00000000000 --- a/.changes/unreleased/Under the Hood-20230424-135300.yaml +++ /dev/null @@ -1,8 +0,0 @@ -kind: Under the Hood -body: 'Small UX improvements to model versions: Support defining latest_version in - unsuffixed file by default. Notify on unpinned ref when a prerelease version is - available. ' -time: 2023-04-24T13:53:00.484916+02:00 -custom: - Author: jtcohen6 - Issue: "7443" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fec416d607..3ea04f117a0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,22 +5,7 @@ - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version. - Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#adding-changelog-entry) -## dbt-core 1.5.0-rc2 - April 20, 2023 - -### Fixes - -- safe version attribute access in _check_resource_uniqueness ([#7375](https://github.com/dbt-labs/dbt-core/issues/7375)) -- Fix dbt command missing target-path param ([# 7411](https://github.com/dbt-labs/dbt-core/issues/ 7411)) -- Fix v0 ref resolution ([#7408](https://github.com/dbt-labs/dbt-core/issues/7408)) - -### Under the Hood - -- Update docs link in ContractBreakingChangeError message ([#7366](https://github.com/dbt-labs/dbt-core/issues/7366)) -- Update --help text for cache-related parameters ([#7381](https://github.com/dbt-labs/dbt-core/issues/7381)) - - - -## dbt-core 1.5.0-rc1 - April 13, 2023 +## dbt-core 1.5.0 - April 27, 2023 ### Breaking Changes @@ -103,6 +88,11 @@ - Ensure that invocation_id changes between programmatic invocations. ([#7197](https://github.com/dbt-labs/dbt-core/issues/7197)) - Adding a new column is not a breaking contract change ([#7332](https://github.com/dbt-labs/dbt-core/issues/7332)) - fix versioned model selection in subdirectories ([#7348](https://github.com/dbt-labs/dbt-core/issues/7348)) +- safe version attribute access in _check_resource_uniqueness ([#7375](https://github.com/dbt-labs/dbt-core/issues/7375)) +- Fix dbt command missing target-path param ([# 7411](https://github.com/dbt-labs/dbt-core/issues/ 7411)) +- Fix v0 ref resolution ([#7408](https://github.com/dbt-labs/dbt-core/issues/7408)) +- fix groupable node partial parsing, raise DbtReferenceError at runtime for safety ([#7437](https://github.com/dbt-labs/dbt-core/issues/7437)) +- Fix partial parsing of latest_version changes for downstream references ([#7369](https://github.com/dbt-labs/dbt-core/issues/7369)) ### Docs @@ -161,6 +151,9 @@ - Prettify message for ListRelations event ([#7310](https://github.com/dbt-labs/dbt-core/issues/7310)) - `Parse` now returns manifest when invoked via dbtRunner ([#6547](https://github.com/dbt-labs/dbt-core/issues/6547)) - Track data about group, access, contract, version usage ([#7170](https://github.com/dbt-labs/dbt-core/issues/7170), [#7171](https://github.com/dbt-labs/dbt-core/issues/7171)) +- Update docs link in ContractBreakingChangeError message ([#7366](https://github.com/dbt-labs/dbt-core/issues/7366)) +- Update --help text for cache-related parameters ([#7381](https://github.com/dbt-labs/dbt-core/issues/7381)) +- Small UX improvements to model versions: Support defining latest_version in unsuffixed file by default. Notify on unpinned ref when a prerelease version is available. ([#7443](https://github.com/dbt-labs/dbt-core/issues/7443)) ### Dependencies @@ -202,6 +195,7 @@ - [@sungchun12](https://github.com/sungchun12) ([#6079](https://github.com/dbt-labs/dbt-core/issues/6079)) - [@z3z1ma](https://github.com/z3z1ma) ([#6598](https://github.com/dbt-labs/dbt-core/issues/6598)) + ## Previous Releases For information on prior major and minor releases, see their changelogs: diff --git a/core/dbt/version.py b/core/dbt/version.py index fa39a0291fc..6c74f8608e5 100644 --- a/core/dbt/version.py +++ b/core/dbt/version.py @@ -232,5 +232,5 @@ def _get_adapter_plugin_names() -> Iterator[str]: yield plugin_name -__version__ = "1.5.0rc2" +__version__ = "1.5.0" installed = get_installed_version() diff --git a/core/setup.py b/core/setup.py index 31f00052e45..8acc8517e71 100644 --- a/core/setup.py +++ b/core/setup.py @@ -25,7 +25,7 @@ package_name = "dbt-core" -package_version = "1.5.0rc2" +package_version = "1.5.0" description = """With dbt, data analysts and engineers can build analytics \ the way engineers build applications.""" diff --git a/docker/Dockerfile b/docker/Dockerfile index 89904c3a4aa..4110da0dcf8 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -14,12 +14,12 @@ FROM --platform=$build_for python:3.11.2-slim-bullseye as base # N.B. The refs updated automagically every release via bumpversion # N.B. dbt-postgres is currently found in the core codebase so a value of dbt-core@ is correct -ARG dbt_core_ref=dbt-core@v1.5.0rc2 -ARG dbt_postgres_ref=dbt-core@v1.5.0rc2 -ARG dbt_redshift_ref=dbt-redshift@v1.5.0rc2 -ARG dbt_bigquery_ref=dbt-bigquery@v1.5.0rc2 -ARG dbt_snowflake_ref=dbt-snowflake@v1.5.0rc2 -ARG dbt_spark_ref=dbt-spark@v1.5.0rc2 +ARG dbt_core_ref=dbt-core@v1.5.0 +ARG dbt_postgres_ref=dbt-core@v1.5.0 +ARG dbt_redshift_ref=dbt-redshift@v1.5.0 +ARG dbt_bigquery_ref=dbt-bigquery@v1.5.0 +ARG dbt_snowflake_ref=dbt-snowflake@v1.5.0 +ARG dbt_spark_ref=dbt-spark@v1.5.0 # special case args ARG dbt_spark_version=all ARG dbt_third_party diff --git a/plugins/postgres/dbt/adapters/postgres/__version__.py b/plugins/postgres/dbt/adapters/postgres/__version__.py index ab9ba8df7f9..e3a0f01530b 100644 --- a/plugins/postgres/dbt/adapters/postgres/__version__.py +++ b/plugins/postgres/dbt/adapters/postgres/__version__.py @@ -1 +1 @@ -version = "1.5.0rc2" +version = "1.5.0" diff --git a/plugins/postgres/setup.py b/plugins/postgres/setup.py index 34762be718a..aafffdcdcc3 100644 --- a/plugins/postgres/setup.py +++ b/plugins/postgres/setup.py @@ -41,7 +41,7 @@ def _dbt_psycopg2_name(): package_name = "dbt-postgres" -package_version = "1.5.0rc2" +package_version = "1.5.0" description = """The postgres adapter plugin for dbt (data build tool)""" this_directory = os.path.abspath(os.path.dirname(__file__)) diff --git a/tests/adapter/dbt/tests/adapter/__version__.py b/tests/adapter/dbt/tests/adapter/__version__.py index ab9ba8df7f9..e3a0f01530b 100644 --- a/tests/adapter/dbt/tests/adapter/__version__.py +++ b/tests/adapter/dbt/tests/adapter/__version__.py @@ -1 +1 @@ -version = "1.5.0rc2" +version = "1.5.0" diff --git a/tests/adapter/setup.py b/tests/adapter/setup.py index 5126cf1ffd1..72d453552c6 100644 --- a/tests/adapter/setup.py +++ b/tests/adapter/setup.py @@ -20,7 +20,7 @@ package_name = "dbt-tests-adapter" -package_version = "1.5.0rc2" +package_version = "1.5.0" description = """The dbt adapter tests for adapter plugins""" this_directory = os.path.abspath(os.path.dirname(__file__))