cancel
Showing results for 
Search instead for 
Did you mean: 
Thomas_Zhang
New Contributor III
since ‎06-25-2024
4 weeks ago

User Stats

  • 4 Posts
  • 0 Solutions
  • 7 Kudos given
  • 3 Kudos received

User Activity

Hi I am struggling with converting a timestamp string with T and Z to a timestamp column in my DLT job.  here is the relevent code snippet:trans_rules={'timestamp_value', '''to_timestamp(timstamp_str, "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'")'''}In my DLT func...