Skip to content

Commit

Permalink
Change time format for the created_at of the DBT cloud pipeline status (
Browse files Browse the repository at this point in the history
#17916)

Co-authored-by: Suman Maharana <sumanmaharana786@gmail.com>
  • Loading branch information
aldwyn and SumanMaharana authored Sep 23, 2024
1 parent 2bf5e75 commit b9f881f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def yield_pipeline_status(
timestamp=Timestamp(
datetime_to_ts(
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
else None
Expand Down

0 comments on commit b9f881f

Please sign in to comment.