cancel
Showing results for 
Search instead for 
Did you mean: 
hidden
New Contributor II
since ‎09-09-2025
Monday

User Stats

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

User Activity

I want to custom write the behaviour of DLT create auto cdc flow . how can we do it  
i want to create  delta live tables which should be streaming  and i want to use the manual upsert logic without using the apply changes api or autocdc api . how can i do it  
I have created a dlt pipeline notebook which creates tables based on a config file that has the configuration of the tables that need to be created . now what i want is i want to run my pipeline every 30 min for 4 tables from config and every 3 hours...
i am  facing the refresh issue . i am a trying to create a mv from a simple select query (select* from table where client="A") and the source table is a delta live table (streaming).  The refresh is full recompute not incremental .