cancel
Showing results for 
Search instead for 
Did you mean: 
hnnhhnnh
New Contributor II
since ‎02-28-2025
yesterday

User Stats

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

SetupBronze source table (external to DLT, CDF & type widening enabled):# Source table properties:# delta.enableChangeDataFeed: "true"# delta.enableDeletionVectors: "true"# delta.enableTypeWidening: "true"# delta.minReaderVersion: "3"# delta.minWrite...
i have a DLT pipeline, wanted to update a perticular column value from other records, trying it using windowing first_value geting below error.approach#1: joinI tried selfjoin initially, failing with joins are not possible in DLT with below error.org...