- 4354 Views
- 1 replies
- 1 kudos
Hello allI have a delta table in bronze layer, let's call it BRZ. It contains 25B rows and many duplicates. It has a version 0 and a version 1, nothing else yet. I then create a silver table SLV by running one deduplication batch job. This creates ve...
- 4354 Views
- 1 replies
- 1 kudos
Latest Reply
Thanks for the confirmation. Not sure I see everything as your text gets truncated, but it basically confirms that it should work.Anyway: It looks like the incremental load is working. The problem here is, that we receive late arriving facts that tou...
- 12270 Views
- 3 replies
- 0 kudos
Hello, I am trying to generate a DLT but need to use a UDF Table Function in the process. This is what I have so far, everything works (without e CREATE OR REFRESH LIVE TABLE wrapper)```sqlCREATE OR REPLACE FUNCTION silver.portal.get_workflows_from_...
- 12270 Views
- 3 replies
- 0 kudos
Latest Reply
@alexiswl - could you please use CREATE OR REPLACE function instead of CREATE OR REFRESH LIVE table?
2 More Replies