cancel
Showing results for 
Search instead for 
Did you mean: 
dofre
New Contributor II
since ‎02-14-2024
‎04-15-2024

User Stats

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

User Activity

In our Delta Live Table pipeline I am simply joining two streaming tables to a new streaming table.We use the following code: @Dlt.create_table() def fact_event_faults(): events = dlt.read_stream('event_list').withWatermark('TimeStamp', '4 hours'...