First, run following commands in shell, please replace placeholder according to your environment:
export CLIENT_ID=<client id>
export CLIENT_SECRET=<client secret>
export TOKEN_EP=https://accounts.cloud.databricks.com/oidc/accounts/<databricks accoun...
You can filter row/column using dynamic view along with delta sharing. Here is the documentation:
https://docs.databricks.com/en/data-sharing/create-share.html#add-dynamic-views-to-a-share-to-filter-rows-and-columns
We recommend to use identity federation for user groups setup. You can refer the following documentation for details:
https://learn.microsoft.com/en-us/azure/databricks/admin/users-groups/best-practices
Hi,
You can follow instructions in the following doc to configure OAuth machine-to-machine authentication using Service Principal.
https://docs.databricks.com/en/dev-tools/cli/authentication.html#oauth-machine-to-machine-m2m-authentication
Once it...