-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dbeatty/snapshots_new_record_mode
- Loading branch information
Showing
38 changed files
with
846 additions
and
1,064 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Added support for custom iceberg base_location_root | ||
time: 2025-01-13T13:34:14.326047-08:00 | ||
custom: | ||
Author: LProcopi15 | ||
Issue: "1284" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Fix parsing of the VECTOR type | ||
time: 2024-10-18T17:31:23.931299-04:00 | ||
custom: | ||
Author: achawkins | ||
Issue: "1098" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Under the Hood | ||
body: Move from setup.py to pyproject.toml and to hatch as a dev tool | ||
time: 2024-11-17T18:44:30.85288-05:00 | ||
custom: | ||
Author: mikealfare | ||
Issue: "1250" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Under the Hood | ||
body: Update default Python version for python models | ||
time: 2024-12-11T17:08:31.842063-05:00 | ||
custom: | ||
Author: mikealfare | ||
Issue: "1203" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,11 @@ contact_links: | |
url: mailto:[email protected] | ||
about: Are you using dbt Cloud? Contact our support team for help! | ||
- name: Participate in Discussions | ||
url: https://github.com/dbt-labs/dbt-snowflake/discussions | ||
url: https://github.com/dbt-labs/dbt-adapters/discussions | ||
about: Do you have a Big Idea for dbt-snowflake? Read open discussions, or start a new one | ||
- name: Create an issue for dbt-snowflake | ||
url: https://github.com/dbt-labs/dbt-adapters/issues/new/choose | ||
about: Report a bug or request a feature for dbt-snowflake | ||
- name: Create an issue for dbt-core | ||
url: https://github.com/dbt-labs/dbt-core/issues/new/choose | ||
about: Report a bug or request a feature for dbt-core |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,3 @@ | ||
resolves # | ||
[docs](https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose) dbt-labs/docs.getdbt.com/# | ||
|
||
<!--- | ||
Include the number of the issue addressed by this PR above if applicable. | ||
PRs for code changes without an associated issue *will not be merged*. | ||
See CONTRIBUTING.md for more information. | ||
Include the number of the docs issue that was opened for this PR. If | ||
this change has no user-facing implications, "N/A" suffices instead. New | ||
docs tickets can be created by clicking the link above or by going to | ||
https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose. | ||
This repository has moved into [dbt-labs/dbt-adapters](https://github.com/dbt-labs/dbt-adapters). | ||
--> | ||
|
||
### Problem | ||
|
||
<!--- | ||
Describe the problem this PR is solving. What is the application state | ||
before this PR is merged? | ||
--> | ||
|
||
### Solution | ||
|
||
<!--- | ||
Describe the way this PR solves the above problem. Add as much detail as you | ||
can to help reviewers understand your changes. Include any alternatives and | ||
tradeoffs you considered. | ||
--> | ||
|
||
### Checklist | ||
|
||
- [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md) and understand what's expected of me | ||
- [ ] I have run this code in development and it appears to resolve the stated issue | ||
- [ ] This PR includes tests, or tests are not required/relevant for this PR | ||
- [ ] This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX |
Oops, something went wrong.