Skip to content

Commit

Permalink
Merge branch 'main' into feature/fix_iceberg_db
Browse files Browse the repository at this point in the history
  • Loading branch information
ms32035 authored Feb 10, 2025
2 parents f6aaebe + a21cc45 commit 0563bd4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 509 deletions.
84 changes: 0 additions & 84 deletions .github/ISSUE_TEMPLATE/bug-report.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ contact_links:
url: mailto:support@getdbt.com
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
59 changes: 0 additions & 59 deletions .github/ISSUE_TEMPLATE/feature-request.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/ISSUE_TEMPLATE/regression-report.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/dependabot.yml

This file was deleted.

34 changes: 1 addition & 33 deletions .github/pull_request_template.md
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://www.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
59 changes: 0 additions & 59 deletions .github/workflows/main-branch-tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defaults:
shell: bash

env:
RELEASE_BRANCH: "1.8.latest"
RELEASE_BRANCH: "1.9.latest"

jobs:
aggregate-release-data:
Expand Down
Loading

0 comments on commit 0563bd4

Please sign in to comment.