cancel
Showing results for 
Search instead for 
Did you mean: 
_singh_vish
New Contributor III
since ‎05-01-2025
‎05-01-2025

User Stats

  • 5 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

I am using @Dlt.table decorator to create a table which will store history for my tables.My code works like this:@Dlt.table(name="table name")def target:       Custom spark code to create history Even though the spark code creates and prints history ...
Hi All, I am working on DLT pipeline, to create SCD2 for my bronze layer, my architecture has 4 layers, namely Raw, Bronze, Silver, Gold. I am ingesting data directly into raw, and then I am creating history(SCD2) into bronze. My code:    @Dlt.view(n...
Kudos given to