cancel
Showing results for 
Search instead for 
Did you mean: 
IM_01
Contributor III
since ‎10-23-2025
yesterday

User Stats

  • 45 Posts
  • 0 Solutions
  • 9 Kudos given
  • 6 Kudos received

User Activity

Hi,I was trying to log an exception in Lakeflow SDP , firstly I am creating an empty streaming dataframe in case of exception and writing log into audit table as shown belowtry: raise Exception("testexception") return df except Exception as e: df=...
Hi, Is there a way to get number of warned records, dropped records , failed records for each expectation I see currently it gives aggregated count
Hi,Is there any option to control refresh rate of materialized view such as , even the dlt is triggered in full refresh mode and src Streaming tables are not updated then the full refresh should not happen on mvs . Is there any way to achieve this.
Hi,I am currently using Lakeflow SDP ,firstly I am creating 2 views and then joining them and creating materialized view and using order by in the materialized view create function , but the results are not sorted does order by not work on materializ...