cancel
Showing results for 
Search instead for 
Did you mean: 
Data Governance
Join discussions on data governance practices, compliance, and security within the Databricks Community. Exchange strategies and insights to ensure data integrity and regulatory compliance.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Tushar_Parekar
by Databricks Employee
  • 1546 Views
  • 0 replies
  • 1 kudos

[Recap] Data + AI Summit 2026 - Data Governance | Simplify governance across AI, data, and tools

If you're catching up on Data + AI Summit 2026, here’s a simple Unity Catalog recap for data governance. Three themes stand out: Control, Context, and Choice. Control: Keep governance consistent as AI moves from access to action. AI governance at Dat...

Unity Catalog Recap.png
  • 1546 Views
  • 0 replies
  • 1 kudos
Dp15
by Contributor
  • 5960 Views
  • 1 replies
  • 1 kudos

Resolved! Schema enforcement from External Location

Hi, This might be a silly question to ask but is it possible to enforce schema on a table created from external location, I am trying to create a table from a s3 location and my command looks like thisquery = """CREATE TABLE IF NOT EXISTS {} ...

  • 5960 Views
  • 1 replies
  • 1 kudos
Latest Reply
feiyun0112
Honored Contributor
  • 1 kudos

define columns when create table https://community.databricks.com/t5/data-engineering/external-table-from-parquet-partition/td-p/24689 

  • 1 kudos
Yevhen
by New Contributor II
  • 5160 Views
  • 1 replies
  • 1 kudos

Metastore ErrorClass=QUOTA_EXCEEDED limit: 100000

I faced with error "[RequestId=b567c3bb-05fc-4ac8-b4db-2d826b2c00be ErrorClass=QUOTA_EXCEEDED] Cannot create 1 Table(s) in Metastore 95157916-5539-4dc4-a7d6-e9a854ba0591 (estimated count: 100088, limit: 100000). " but I didn't  see  here this limit  ...

  • 5160 Views
  • 1 replies
  • 1 kudos
Latest Reply
arpit
Databricks Employee
  • 1 kudos

@Yevhen Here is the doc for quota limit: https://docs.databricks.com/en/data-governance/unity-catalog/index.html#resource-quotas

  • 1 kudos
lsun6234
by New Contributor II
  • 11923 Views
  • 5 replies
  • 0 kudos

help me in converting the below code equivalent to databricks sql PS. with recursive is not working

 SELECT position_no,      position_function,     work_function,      job_profile_id,     pos_cat as position_category,     pos_cat_desc,     job_posting_title as pos_title,     employee_status as emp_status,     emp_status_desc,      clevel,     subs...

  • 11923 Views
  • 5 replies
  • 0 kudos
Latest Reply
DBSolution
New Contributor II
  • 0 kudos

Do we have the solution of this now?

  • 0 kudos
4 More Replies
iplantevin
by New Contributor III
  • 2777 Views
  • 0 replies
  • 0 kudos

Introducing PACE, the new open-source data security engine

Hi Databricks community! Exciting news: we open-sourced PACE (Policy As Code Engine) and launched on Product Hunt, and we'd love your input!PACE offers an abstraction on Unity Catalog data access policies, translating YAML/JSON policy definitions int...

Data Governance
Data Policies
Dynamic Views
  • 2777 Views
  • 0 replies
  • 0 kudos
Dp15
by Contributor
  • 21795 Views
  • 7 replies
  • 2 kudos

Resolved! Schema Changes to External table

Hi,I have an external table which reads data from a S3 bucket. The s3 bucket is expected to get new files frequently. With some changes to the underlying schema. I used Refresh Table table command to load new files from the s3 location and it worked ...

  • 21795 Views
  • 7 replies
  • 2 kudos
Latest Reply
shan_chandra
Databricks Employee
  • 2 kudos

@Dp15 - I am glad it worked. Happy to help!!!

  • 2 kudos
6 More Replies
ravi_kumar
by New Contributor
  • 4952 Views
  • 1 replies
  • 0 kudos

Best way to run a job/trigger on alter table SET ROW FILTER or SET MASK

I want to run SQL statements whenever we add ROW FILTER or MASK using ALTER TABLE command. https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-alter-table.htmlhttps://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-alt...

  • 4952 Views
  • 1 replies
  • 0 kudos
Latest Reply
Walter_C
Databricks Employee
  • 0 kudos

The best way to run a jobon ALTER TABLE SET ROW FILTER or SET MASK.1. **Create the Function**  You need to start by creating a function that will be used to filter the rows or mask the columns. The function should return a boolean value that determin...

  • 0 kudos
BalaRamesh
by New Contributor II
  • 4565 Views
  • 1 replies
  • 0 kudos

couldn't able to find the Data explorer in my current databricks workspace

I am trying to create catelog and metastor but not able to create it

  • 4565 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, The Catalog Explorer UI is not live in all Databricks workspaces. For information about the previous UI, see Explore and create tables in DBFS. Refer: https://docs.databricks.com/en/catalog-explorer/index.html .  Also, could you please share the ...

  • 0 kudos
karthik_p
by Databricks Partner
  • 5970 Views
  • 1 replies
  • 0 kudos

Azure private link enable and system tables

we are planning to enabled azure private link config. as per article looks , we will have 2 private link services that need to be configured and 2 private endpoints. also we would like enable system tables. based on system tables limitations it says ...

karthik_p_0-1704834297422.png
  • 5970 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, In this scenario, are you mentioning about private preview of system tables? Also, you can refer to https://learn.microsoft.com/en-us/azure/key-vault/general/integrate-databricks-blob-storage , let us know if this helps. 

  • 0 kudos
Mado
by Valued Contributor II
  • 55205 Views
  • 8 replies
  • 1 kudos

Resolved! Databricks Audit Logs, Where can I find table usage information or queries?

Hi,I want to access the Databricks Audit Logs to check the table usage information.I created a Databricks workspace on the premium pricing tier and enabled it for the Unity Catalogue.I configured Audit logs to be sent to Azure Diagnostic log delivery...

image image
  • 55205 Views
  • 8 replies
  • 1 kudos
Latest Reply
Mado
Valued Contributor II
  • 1 kudos

Thanks @Suteja Kanuri​ Could you guide me on how to setup and configure Table Access Control (TAC)?

  • 1 kudos
7 More Replies
karthik_p
by Databricks Partner
  • 9748 Views
  • 2 replies
  • 1 kudos

How to configure storage credentials for aws s3 buckets which use access keys

We have a requirement to configure storage credentials in UC for s3 buckets which have been previously mounted by using access keys  mounts has been depreciated and we need to configure storage credentials when we use UC. But while configuring storag...

  • 9748 Views
  • 2 replies
  • 1 kudos
Latest Reply
nkraj
Databricks Employee
  • 1 kudos

Hello @karthik_p ,  The UC setup provides the feasibility to add the S3 bucket as a volume when compared to the non-UC concept Mounts.When added as Volume, the access to the Volume in UC is Governed via the Storage Credentials.Regarding Storage crede...

  • 1 kudos
1 More Replies
Hubert-Dudek
by Databricks MVP
  • 6956 Views
  • 1 replies
  • 1 kudos

Enable lineage data system tables

Execute the below Python code in your databricks workspace to enable lineage system tables import requests ctx = dbutils.notebook.entry_point.getDbutils().notebook().getContext() api_url = ctx.tags().get("browserHostName").get() api_token = ctx.apiTo...

ezgif-1-9a34272eba.gif
  • 6956 Views
  • 1 replies
  • 1 kudos
Latest Reply
iplantevin
New Contributor III
  • 1 kudos

Great, I wondered why I didn't see them

  • 1 kudos
MiroFuoli
by New Contributor II
  • 11458 Views
  • 1 replies
  • 1 kudos

Unity Catalog - Limited Options for Connection Objects

I’m currently trying to create a Foreign Catalog based on a Connection object of type SQLSERVER. This would allow me to directly access our on-premises MS SQL database from within Azure Databricks using Unity Catalog.As I’m part of a large organizati...

Data Governance
Connection
Foreign Catalog
JDBC
SQL Server
Unity Catalog
  • 11458 Views
  • 1 replies
  • 1 kudos
OwenDB
by New Contributor III
  • 10679 Views
  • 2 replies
  • 1 kudos

Migration and deletion of metastore

Good afternoon,We are in the process of setting up Unity Cat, we started in our existing workspace and set it up fine. We are particularly interested in federating existing warehouses at this point. We were able to federate one datawarehouse (dwh1) b...

  • 10679 Views
  • 2 replies
  • 1 kudos
-werners-
by Esteemed Contributor III
  • 24498 Views
  • 6 replies
  • 2 kudos

multiple storage credentials/external locations to same physical location

Hi all,we are in the process of rolling out a new unity-enabled databricks env with 2 tiers: dev and prod.Initially we had the plan to completely decouple dev and prod, each with their own data lake as storage.While this is the safest option, it does...

  • 24498 Views
  • 6 replies
  • 2 kudos
Latest Reply
-werners-
Esteemed Contributor III
  • 2 kudos

That is the way I am working at right now.  Assign workspace to the catalog and set to read-only if necessary.It would be easier though if it was possible to define a 2nd external location in read-only, as this cannot break anything (of course in rea...

  • 2 kudos
5 More Replies
karthik_p
by Databricks Partner
  • 3610 Views
  • 0 replies
  • 0 kudos

Managed Loactions overlap Issue DLT UC

Did any one tried UC DLT, we are trying to create multiple catalogs for UC DLTnote: as per limitations it won't support Locations, supports managed locationsOur use case: we want to create 2 catalogs one for dev and other for production. Dev catalog ...

  • 3610 Views
  • 0 replies
  • 0 kudos
Labels