generated from dbt-labs/dbt-oss-template
-
Notifications
You must be signed in to change notification settings - Fork 15
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 dependabot/pip/agate-approx-eq-1.9.1
- Loading branch information
Showing
111 changed files
with
3,236 additions
and
596 deletions.
There are no files selected for viewing
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: Cache static objects between tests to accelerate integration runs. | ||
time: 2024-01-31T15:29:23.951857-05:00 | ||
custom: | ||
Author: peterallenwebb | ||
Issue: "55" |
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: Add dataclass utility `Mergeable` | ||
time: 2024-02-01T10:18:51.474231-08:00 | ||
custom: | ||
Author: QMalcolm | ||
Issue: "58" |
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 a new InvocationContext class for application context management. | ||
time: 2024-02-01T10:44:37.161298-05:00 | ||
custom: | ||
Author: peterallenwebb | ||
Issue: "57" |
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: Make invocation contexts more reliable in testing scenarios. | ||
time: 2024-02-06T16:02:31.81842-05:00 | ||
custom: | ||
Author: peterallenwebb | ||
Issue: "52" |
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 the unset_contextvars function in events/contextvars.py | ||
time: 2024-02-21T20:02:04.341681-05:00 | ||
custom: | ||
Author: gshank | ||
Issue: "82" |
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: Clean up macro contexts. | ||
time: 2024-01-22T16:35:46.907999-05:00 | ||
custom: | ||
Author: peterallenwebb | ||
Issue: "35" |
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: Inject TagIterator into BlockIterator for greater flexibility. | ||
time: 2024-01-23T16:11:07.24321-05:00 | ||
custom: | ||
Author: peterallenwebb | ||
Issue: "38" |
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: Change metadata_vars \`if not\` to \`if ... is None\` | ||
time: 2024-01-23T19:42:42.95727089Z | ||
custom: | ||
Author: truls-p | ||
Issue: "6073" |
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: Remove `fire_event_if_test` method | ||
time: 2024-02-06T08:13:23.722615-06:00 | ||
custom: | ||
Author: emmyoop | ||
Issue: "66" |
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: Add Invocation Context Support to MultiThreadedExecutor | ||
time: 2024-02-08T10:07:09.584747-05:00 | ||
custom: | ||
Author: peterallenwebb | ||
Issue: "75" |
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: Restrict protobuf library to major version 4. | ||
time: 2024-02-21T10:43:44.642458-05:00 | ||
custom: | ||
Author: peterallenwebb | ||
Issue: "9566" |
Validating CODEOWNERS rules …
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,14 @@ | ||
# This file contains the code owners for the dbt-common repo. | ||
# PRs will be require review from the associated | ||
# team(s) or person(s) that touches any files that are mapped to them. | ||
# | ||
# A statement takes precedence over the statements above it so more general | ||
# assignments are found at the top with specific assignments being lower in | ||
# the ordering (i.e. catch all assignment should be the first item) | ||
# | ||
# Consult GitHub documentation for formatting guidelines: | ||
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file | ||
|
||
# As a default for areas with no assignment, | ||
# the core team as a whole will be assigned | ||
* @dbt-labs/core-team |
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
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,23 @@ | ||
## Short description | ||
|
||
<!-- Describe the scope of the ticket, a high-level implementation approach and any tradeoffs to consider --> | ||
|
||
## Acceptance criteria | ||
|
||
<!-- What is the definition of done for this ticket? Include any relevant edge cases and/or test cases --> | ||
|
||
## Suggested Tests | ||
|
||
<!-- Provide scenarios to test. Link to existing similar tests if appropriate. --> | ||
|
||
## Impact to Other Teams | ||
|
||
<!-- Will this change impact other teams? Include details of the kinds of changes required (new tests, code changes, related tickets) and _add the relevant `Impact:[team]` label_. --> | ||
|
||
## Will backports be required? | ||
|
||
<!-- Will this change need to be backported to previous versions? Add details, possible blockers to backporting and _add the relevant backport labels `backport 1.x.latest`_ --> | ||
|
||
## Context | ||
|
||
<!-- Provide the "why", motivation, and alternative approaches considered -- linking to previous refinement issues, spikes, docs as appropriate --> |
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,28 @@ | ||
--- | ||
name: TaskList Template | ||
about: Template for issues created off tasklists | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Short description | ||
|
||
<!-- Describe the scope of the ticket, a high-level implementation approach and any tradeoffs to consider --> | ||
|
||
## Acceptance criteria | ||
|
||
<!-- What is the definition of done for this ticket? Include any relevant edge cases and/or test cases --> | ||
|
||
## Suggested Tests | ||
|
||
<!-- Provide scenarios to test. Link to existing similar tests if appropriate. --> | ||
|
||
## Impact to Other Teams | ||
|
||
<!-- Will this change impact other teams? Include details of the kinds of changes required (new tests, code changes, related tickets) and _add the relevant `Impact:[team]` label_. --> | ||
|
||
## Context | ||
|
||
<!-- Provide the "why", motivation, and alternative approaches considered -- linking to previous refinement issues, spikes, docs as appropriate --> |
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,20 @@ | ||
name: Setup Python env | ||
description: Install Python & Hatch | ||
inputs: | ||
python-version: | ||
description: 'Version of Python to Install' | ||
required: true | ||
default: '3.9' | ||
runs: | ||
using: "composite" | ||
steps: | ||
- name: "Set up Python ${{ inputs.python-version }}" | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: "${{ inputs.python-version }}" | ||
|
||
- name: Install Hatch | ||
shell: bash | ||
run: | | ||
python -m pip install --user --upgrade pip | ||
python -m pip install hatch |
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
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,40 @@ | ||
# **what?** | ||
# Checks that a file has been committed under the /.changes directory | ||
# as a new CHANGELOG entry. Cannot check for a specific filename as | ||
# it is dynamically generated by change type and timestamp. | ||
# This workflow runs on pull_request_target because it requires | ||
# secrets to post comments. | ||
|
||
# **why?** | ||
# Ensure code change gets reflected in the CHANGELOG. | ||
|
||
# **when?** | ||
# This will run for all PRs going into main. It will | ||
# run when they are opened, reopened, when any label is added or removed | ||
# and when new code is pushed to the branch. The action will get | ||
# skipped if the 'Skip Changelog' label is present is any of the labels. | ||
|
||
name: Check Changelog Entry | ||
|
||
on: | ||
pull_request_target: | ||
types: [opened, reopened, labeled, unlabeled, synchronize] | ||
paths-ignore: ['.changes/**', '.github/**', 'tests/**', 'third-party-stubs/**', '**.md', '**.yml'] | ||
|
||
workflow_dispatch: | ||
|
||
defaults: | ||
run: | ||
shell: bash | ||
|
||
permissions: | ||
contents: read | ||
pull-requests: write | ||
|
||
jobs: | ||
changelog: | ||
uses: dbt-labs/actions/.github/workflows/changelog-existence.yml@main | ||
with: | ||
changelog_comment: 'Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-common/blob/main/CONTRIBUTING.md#adding-changelog-entry).' | ||
skip_label: 'Skip Changelog' | ||
secrets: inherit |
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
Oops, something went wrong.