Set the artifact allowlist of a certain artifact type. The whole artifact
allowlist is replaced with the new allowlist. The caller must be a metastore
admin or have the MANAGE ALLOWLIST privilege on the metastore.
Usage
update_artifact_allowlist(client, artifact_type, artifact_matchers)
artifactAllowlistsUpdate(client, artifact_type, artifact_matchers)
Arguments
- client
Required. Instance of DatabricksClient()
- artifact_type
Required. The artifact type of the allowlist.
- artifact_matchers
Required. A list of allowed artifact match patterns.