зеркало из
1
0
Форкнуть 0
spark-cdm-connector/README.md

16 строки
1.1 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2024-04-08 21:08:13 +03:00
# ❗IMPORTANT NOTICE❗
The CDM library, which this connector is reliant on, is deprecating the CDM Schema Store. Please upgrade your connector version to the latest version [spark3.3-1.19.7](https://github.com/Azure/spark-cdm-connector/releases/tag/spark3.3-1.19.7) to ensure there is no disruption in your workflows.
Full details in: https://github.com/Azure/spark-cdm-connector/issues/162
2020-04-30 04:21:30 +03:00
# spark-cdm-connector
2023-01-10 22:55:37 +03:00
The Connector is now Generally Available in **Azure Spark for Azure Synapse**. The connector allows Spark dataframes to read and write entities in a CDM folder format residing on ADLS. To get started, please see [Using the Spark CDM Connector](documentation/overview.md).
2020-04-30 04:21:30 +03:00
2023-01-10 22:55:37 +03:00
Be sure to check the [issues](https://github.com/Azure/spark-cdm-connector/issues) and search the error message before sending mail to asksparkcdm@microsoft.com for questions or feedback.
2020-04-30 04:21:30 +03:00
2020-05-30 02:23:49 +03:00
For more information about CDM see: https://docs.microsoft.com/en-us/common-data-model/
2022-02-08 22:39:53 +03:00
Samples to use the connector with Python and Scala can be found here:
2023-01-10 22:55:37 +03:00
- [Python sample](samples/SparkCDMsamplePython.ipynb)
- [Scala sample](samples/SparkCDMsample.scala)