cancel
Showing results for 
Search instead for 
Did you mean: 
ipreston
New Contributor III
since ‎01-17-2024
3 weeks ago

User Stats

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a DLT pipeline script that starts by extracting metadata on the tables it should generate from a delta table. Each record returned from the table should be a dlt table to generate, so I use .collect() to turn each row into a list and then iter...