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

User Stats

  • 40 Posts
  • 0 Solutions
  • 8 Kudos given
  • 4 Kudos received

User Activity

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...
Hi,I was going through the documentation on quarantining records. Initially I thought that partitioning is not supported for temporary tables however I came cross the following@DP.table( temporary=True, partition_cols=["is_quarantined"], ) @dp.ex...