mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-27 02:16:18 +00:00
Change time format for the created_at of the DBT cloud pipeline status (#17916)
Co-authored-by: Suman Maharana <sumanmaharana786@gmail.com>
This commit is contained in:
parent
a7ce422ad4
commit
312b584836
@ -314,7 +314,7 @@ class DbtcloudSource(PipelineServiceSource):
|
|||||||
timestamp=Timestamp(
|
timestamp=Timestamp(
|
||||||
datetime_to_ts(
|
datetime_to_ts(
|
||||||
datetime.strptime(
|
datetime.strptime(
|
||||||
pipeline_details.created_at, "%Y-%m-%dT%H:%M:%S.%f%z"
|
pipeline_details.created_at, "%Y-%m-%d %H:%M:%S.%f%z"
|
||||||
)
|
)
|
||||||
if pipeline_details.created_at
|
if pipeline_details.created_at
|
||||||
else None
|
else None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user