Closed aranke closed 5 months ago
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.
Attention: Patch coverage is 0%
with 19 lines
in your changes are missing coverage. Please review.
Project coverage is 64.39%. Comparing base (
315aeae
) to head (5caf8cb
).
Files | Patch % | Lines |
---|---|---|
dbt_common/contracts/metadata.py | 0.00% | 19 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
As per internal Slack conversation, we want to move the catalog artifact schema to
dbt-common
so adapters can depend on them (PR 1, PR 2).This PR moves the following to
dbt-common
:StatsItem
,StatsDict
,TableMetadata
Draft PR indbt-core
that keeps imports intact but uses code fromdbt-common
is here: https://github.com/dbt-labs/dbt-core/pull/10238Checklist
changie new
to create a changelog entry