Closed peterallenwebb closed 4 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 50.00000%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 64.31%. Comparing base (
8edae92
) to head (a54fa57
).
Files | Patch % | Lines |
---|---|---|
dbt_common/clients/system.py | 20.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
resolves #
Description
This PR adds a "group" property to records that can be used to record, replay, or diff related records. The initial application of the group property will be to create a Database group in core and adapters which will apply to all records related to DB/DWH interaction.
Checklist
changie new
to create a changelog entry