Hey @FlavioSM
The error message indicates that the library you're trying to install (com.databricks:spark-xml_2.13:0.17.0) is not on the allowlist for shared clusters in your Databricks workspace. Shared clusters are clusters that multiple users can access and use. For security reasons, it allows only pre-approved libraries to be installed on these clusters.
- Easiest fix is to raise this with your databricks administrator or cluster owner and ask them to add this library in allowed list.
- Another fix could be if you can get the admin level permissions or cluster management level permissions.
- You can try to install on a single-node share and see if it is out of admin restriction if not then again you'll have to seek permissions.
- Explore other libraries which can help you achieve same like - fast-xml and see if these are whitelisted
Let us know if you have any more questions or concerns.
Leave a like if this helps! Kudos,
Palash