cancel
Showing results for 
Search instead for 
Did you mean: 
tom_shaffner
New Contributor III
since ‎04-25-2022
‎06-26-2023

User Stats

  • 7 Posts
  • 0 Solutions
  • 4 Kudos given
  • 9 Kudos received

User Activity

In streaming flows I periodically get a "Detected a data update" error. This error generally seem to indicate that something has changed in the source table schema, but it's not immediately apparent what. In one case yesterday I pulled the source tab...
Short version: I need a way to take only the most recent record from a variable number of tables in a stream. This is a relatively easy problem in sql or python pandas (group by and take the newest) but in a stream I keep hitting blocks. I could do i...
I'm trying to use delta live tables, but if I import even the example notebooks I get a warning saying `ModuleNotFoundError: No module named 'dlt'`. If I try and install via pip it attempts to install a deep learning framework of some sort.I checked ...