Azure-Samples / Synapse

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

Write to existing Synapse table #64

Open MahendraRaja opened 3 years ago

MahendraRaja commented 3 years ago

From Synapse's Apache Spark pool, Is it possible to write to an existing internal/external table? All examples are related to creating and loading the data to a new table.  Even though the Synapse pipeline runs on spark, how does it manage to select/update? To have the same list of features through Pyspark/Scala, do we need to switch to Databricks instead of Apache spark pool comes with Synapse?

Krithigasiva commented 3 years ago

I was wondering the same. Let me know if you have any options for it.