I created a policy for users to use when they create their own Job clusters. When I'm editing the policy, I don't have the UI options for adding library (I can only see Definitions and Permissions tabs). I need to add via JSON the option to allows the policy to reference the Oracle JAR file (necessary to run JDBC queries). So far, I haven't found the JSON code to do this in a policy. Something like :
"policy_field_name": {
"type": "fixed",
"value": "dbfs:/FileStore/ojdbc.jar"
}
I've researched extensively including Databricks documentation form the Databricks site, posted questions on other forums, etc. So far, have not found an answer to my question.