-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #17747: dbt update owners #19144
base: main
Are you sure you want to change the base?
Conversation
ingestion/src/metadata/ingestion/source/database/dbt/metadata.py
Outdated
Show resolved
Hide resolved
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
new_entity = deepcopy(table_entity) | ||
new_entity.owners = data_model.owners | ||
yield Either( | ||
right=PatchRequest( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
Quality Gate passed for 'open-metadata-ui'Issues Measures |
Quality Gate failed for 'open-metadata-ingestion'Failed conditions |
Describe your changes:
Fixes #17747 - dbt update owners
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>