can we use spark-xml with delta live tables ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2022 11:29 PM
Hi
is there a way to use spark-xml with delta live tables (Azure Databricks) ?
i 've try something like this without any succes for the moment
CREATE LIVE TABLE df17
USING com.databricks.spark.xml
AS SELECT * FROM cloud_files("/mnt/dev/bronze/xml/s4327994", "xml")
Can we load this libray with dlt ?
Labels: