How to get a snapshot of a streaming delta table as a static table?
Hi,Assume that I have a streaming delta table. Is there any way to get snapshot of the streaming table as a static table?Reason is that I need to join this streaming table with a static table by:output = output.join(country_information, ["Country"], ...
- 3823 Views
- 0 replies
- 1 kudos