Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created at snapshot #2

Open
wants to merge 39 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
ced70d5
Fix partial parsing issue not working for changing semantic model nam…
github-actions[bot] Oct 25, 2023
12c1cbb
Contract enforcement on temporary tables (#8889) (#8902)
github-actions[bot] Oct 26, 2023
5e13698
[Backport 1.7.latest] Fix #8836: Add version to fqn when version==0 (…
github-actions[bot] Oct 26, 2023
b6f0eac
Backport Catalog Fix to 1.7.latest (#8953)
peterallenwebb Oct 31, 2023
333d793
add a no-op runner for saved_query (#8937) (#8958)
github-actions[bot] Nov 1, 2023
1cbab80
ADAP-974: Fix issue where materialized views were not showing up in c…
github-actions[bot] Nov 1, 2023
eeaaec4
DSI 0.4.0 and Saved Query Exports (#8950) (#8973)
QMalcolm Nov 1, 2023
0995825
Make relation filtering None-tolerant for maximal flexibility across …
peterallenwebb Nov 1, 2023
a8fcf77
Bumping version to 1.7.0 and generate changelog
FishtownBuildBot Nov 2, 2023
2401600
[Automated] Merged prep-release/1.7.0_6734243388 into target 1.7.late…
FishtownBuildBot Nov 2, 2023
66cb5a0
Fix back compat for run_results pre-v5 (#9009) (#9017)
peterallenwebb Nov 7, 2023
bebd6ca
Use MANIFEST.in to identify package data, allows recursive include (#…
github-actions[bot] Nov 7, 2023
7d60d63
Fix lock for git subduer (#9019) (#9028)
github-actions[bot] Nov 7, 2023
ce86238
Support new agate Integer data_type in adapter code (#9004) (#9027)
github-actions[bot] Nov 7, 2023
6ba3dc2
Bumping version to 1.7.1 and generate changelog
FishtownBuildBot Nov 7, 2023
7eb6cdb
[Automated] Merged prep-release/1.7.1_6789802369 into target 1.7.late…
FishtownBuildBot Nov 7, 2023
67d8ce3
[Backport 1.7.latest] Fix dbt deps failing on tarballs (#9075)
github-actions[bot] Nov 15, 2023
2a9c368
test pinning ddtrace (#9090) (#9092)
github-actions[bot] Nov 15, 2023
73ebe53
Support hierarchical config setting for SavedQueryExport configs (#90…
github-actions[bot] Nov 15, 2023
b5885da
[Backport 1.7.latest] [IDE] also treat SystemExit exception as an int…
github-actions[bot] Nov 16, 2023
1e45a75
roll back agate pin (#9106)
emmyoop Nov 16, 2023
ae75cc3
Bumping version to 1.7.2 and generate changelog
FishtownBuildBot Nov 16, 2023
f94bf2b
[Automated] Merged prep-release/1.7.2_6894976289 into target 1.7.late…
FishtownBuildBot Nov 16, 2023
09f5bb3
Backport #9147 to 1.7.latest (#9156)
jtcohen6 Nov 29, 2023
cf3714d
[Backport 1.7.latest] Fix #9119: Get sources working again in `dbt do…
github-actions[bot] Nov 29, 2023
de35686
Bumping version to 1.7.3 and generate changelog
FishtownBuildBot Nov 29, 2023
fc2d16f
[Automated] Merged prep-release/1.7.3_7034454600 into target 1.7.late…
FishtownBuildBot Nov 29, 2023
0ef8638
[Backport 1.7.latest] Fix ensuring we produce valid jsonschema artifa…
QMalcolm Dec 7, 2023
d65179b
[Backport 1.7.latest] Update parser to support conversion metrics #9…
QMalcolm Dec 11, 2023
9f0bcf5
Bumping version to 1.7.4 and generate changelog
FishtownBuildBot Dec 14, 2023
d338b3e
[Automated] Merged prep-release/1.7.4_7213813158 into target 1.7.late…
FishtownBuildBot Dec 14, 2023
6e33183
Backport 9328 to 1.7.latest (#9391)
ChenyuLInx Jan 17, 2024
5f5ddd2
Bumping version to 1.7.5 and generate changelog
FishtownBuildBot Jan 18, 2024
1f98991
[Automated] Merged prep-release/1.7.5_7572664948 into target 1.7.late…
FishtownBuildBot Jan 18, 2024
3f3dda4
Handle unknown `type_code` for model contracts (#8887) (#9409)
github-actions[bot] Jan 19, 2024
bc494bb
[Backport 1.7.latest] fix retry as CLI (#9448)
github-actions[bot] Jan 25, 2024
5ec34cd
Bumping version to 1.7.6 and generate changelog
FishtownBuildBot Jan 25, 2024
cbe3711
created_at based strategy of snapshot for dbt v1.7.6
Mar 13, 2024
a060aba
Revert "Bumping version to 1.7.6 and generate changelog"
Mar 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.0rc1
current_version = 1.7.5
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
70 changes: 0 additions & 70 deletions .changes/1.7.0-b1.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changes/1.7.0-b2.md

This file was deleted.

78 changes: 0 additions & 78 deletions .changes/1.7.0-rc1.md

This file was deleted.

Loading