cancel
Showing results for 
Search instead for 
Did you mean: 
yit337
Contributor
since ‎01-21-2026
2 weeks ago

User Stats

  • 24 Posts
  • 0 Solutions
  • 11 Kudos given
  • 4 Kudos received

User Activity

Is it UTC, or the local zone of whoever accesses it?
Databricks has limitations when using Open sharing that history of Streaming tables cannot be shared.What are the best 'workarounds'? How to provide history to the recipient?
I define all clusters as variable in separate files, so I can re-use them. Then I am accessing them in jobs as: The issue is that I want to change just the custom_tags in the cluster when instancing it for a job, cause my tags are different for each ...
I've got a fact streaming table, which is updated by SCD2 records from the CDF of a silver table. The join is on pk  (hash key generated from dimensions business keys) and factory_code (60 unique values). On each incremental processing, it reads all ...
I use Lakeflow Connect to load data from my source databases to bronze tables. Then I have auto_cdc to track SCD2 changes in my silver tables. I use _commit_timestamp from the bronze CDF, as sequence_by property in auto_cdc in order to order the vers...