-
Notifications
You must be signed in to change notification settings - Fork 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 #17905: DBT Cloud time format mismatch #17916
Conversation
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
@aldwyn Thanks for the fix. |
#17916) Co-authored-by: Suman Maharana <[email protected]>
Describe your changes:
Fixes #17905
This change the time format of the
created_at
in dbtcloud metadata from%Y-%m-%dT%H:%M:%S.%f%z
to%Y-%m-%d %H:%M:%S.%f%z
.Type of change:
Checklist:
Fixes <issue-number>: <short explanation>