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

User Stats

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

User Activity

Hi all,sharing an article I wrote on Lakebase CDF — a feature that replaces the whole Debezium + staging pipeline setup with a single toggle. Walks through how it works, getting it running, and a pattern for surviving schema changes without breaking ...
 Hi, Can we add multiple sample questions to one SQL query  in the sql queries instructions so Genie learns to handle similar variations?
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