Azure-Samples / Synapse

Samples for Azure Synapse Analytics
MIT License
375 stars 351 forks source link

Delta Lake Feature Workaround Notebooks #86

Closed AFFogarty closed 3 years ago

AFFogarty commented 3 years ago

These notebooks (Scala, CSharp, and PySpark) contain workarounds for using Delta Lake 0.7+ features in version 0.6.x.

Delta Lake 0.7+ makes most table operations available through SQL. These notebooks show the SQL syntax for these operations and how to accomplish the same functionality using DeltaTable and DataFrame APIs.

rapoth commented 3 years ago

LGTM, thank you!