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
  • 1417 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
  • 1417 Views
  • 0 replies
  • 1 kudos
Akash30307
by New Contributor II
  • 2296 Views
  • 4 replies
  • 0 kudos

Can we deploy databricks notebooks using databricks asset bundles ( DABs )?

I gone through resources supported by DABs but cannot find notebooks deployment via DABs. Is it any possible way we can deploy notebooks using DABs? What the alternative approach?

  • 2296 Views
  • 4 replies
  • 0 kudos
Latest Reply
Sai_Ponugoti
Databricks Employee
  • 0 kudos

Hi @Akash30307 ,Thank you for your question!You can also deploy notebooks via our Terraform provider.You can find more information on our website.You can also work with databricks_notebook and databricks_notebook_paths data sources.

  • 0 kudos
3 More Replies
ReyCMFG
by New Contributor II
  • 57492 Views
  • 11 replies
  • 10 kudos

Can you use Managed Identities in databricks besides Unity Catalog

We are looking to send messages using databricks to an azure service bus topic and would like to connect to the service bus using a managed identity vs a connection string. Is this possible in databricks. The only thing I could find regarding datab...

  • 57492 Views
  • 11 replies
  • 10 kudos
Latest Reply
yenneprem
New Contributor II
  • 10 kudos

Is there any update to use managed identity instead of dbmanaged identity?

  • 10 kudos
10 More Replies
ck7007
by Contributor II
  • 2927 Views
  • 4 replies
  • 3 kudos

Resolved! Achieved 87% Query Performance Improvement with Custom Zonemap Indexing

Problem: Queries on our 100M+ record Iceberg tables were taking 45+ seconds.Solution: Implemented lightweight zonemap indexing that tracks min/max values per file.Quick Implementationdef apply_zonemap_pruning(table_path, predicate_value):# Load zonem...

  • 2927 Views
  • 4 replies
  • 3 kudos
Latest Reply
Isi
Honored Contributor III
  • 3 kudos

Hi! @ck7007 @WiliamRosa ,I have a question — why are you actually doing this? I’m not fully familiar with your exact setup (Iceberg), but my understanding is that Iceberg already stores these stats (min/max) in the manifests, and Spark should be able...

  • 3 kudos
3 More Replies
juanjomendez96
by Contributor
  • 1698 Views
  • 2 replies
  • 4 kudos

Resolved! Duplicated storage location

Hello there!After a year working with Databricks, we have found that we could improve our catalog and schemas organization, so we would like to perform a 'migration' process where we move tables, volumes, models, etc from one catalog to another.The p...

  • 1698 Views
  • 2 replies
  • 4 kudos
Latest Reply
WiliamRosa
Databricks Partner
  • 4 kudos

Hi @-werners- Exactly, “It is not possible to have overlap within/between catalogs.” I’m sharing below the official documentation that confirms this behavior:https://docs.databricks.com/aws/en/volumes/paths

  • 4 kudos
1 More Replies
MatthewSandstro
by New Contributor II
  • 1277 Views
  • 2 replies
  • 0 kudos

ITGC 101 - New user initial login

Currently our Databricks platform is been audited against ITGC standards. ITGC 101 which is create access, we need to provide a first login date after access grant. The system audit table provides all logins for the last 180 days but our period is gr...

  • 1277 Views
  • 2 replies
  • 0 kudos
Latest Reply
szymon_dybczak
Esteemed Contributor III
  • 0 kudos

Hi @MatthewSandstro ,You can create a pipeline that will historize data from the audit system. This way, you can bypass the limit and have the full history of user logins

  • 0 kudos
1 More Replies
adityapa
by New Contributor II
  • 2418 Views
  • 2 replies
  • 0 kudos

Error while inserting data to unity catalog from AWS EMR (spark) for uniform enable table

Hi Everyone,I am trying to write data to a delta table created on Unity Catalog with external location. I am using AWS EMR and below are my table and spark properties.#### Spark Shell```spark-shell \--conf "spark.sql.defaultCatalog=<catalog_name>" \-...

  • 2418 Views
  • 2 replies
  • 0 kudos
Latest Reply
adityapa
New Contributor II
  • 0 kudos

Hi @SP_6721 ,I am able to read data from Spark (as it is using delta logs) and able to view the schema/catalog details on Trino over EMR.I am also able to write data to delta files in s3 using UC. However, the metadata/manifest file for iceberg is no...

  • 0 kudos
1 More Replies
Aviral-Bhardwaj
by Esteemed Contributor III
  • 7936 Views
  • 3 replies
  • 38 kudos

Understanding DLT pipe lines in Databricks In Databricks, a DLT (Data Live Table) pipeline is a set of data transformations that are applied to data a...

Understanding DLT pipe lines in DatabricksIn Databricks, a DLT (Data Live Table) pipeline is a set of data transformations that are applied to data assets in a defined sequence, in order to clean, enrich, and prepare data for analysis or other purpos...

  • 7936 Views
  • 3 replies
  • 38 kudos
Latest Reply
WiliamRosa
Databricks Partner
  • 38 kudos

Thanks @Aviral-Bhardwaj ​ for sharing

  • 38 kudos
2 More Replies
Databricks1126
by Databricks Partner
  • 1432 Views
  • 1 replies
  • 0 kudos

Audit Access Rights

We have a large Databricks instance, and we are performing a technical audit of Databricks to identify (1) the full list of users, service principals, and groups; (2) the full list of objects (e.g. catalogs, schemas, jobs, notebooks, etc.); and (3) t...

  • 1432 Views
  • 1 replies
  • 0 kudos
Latest Reply
WiliamRosa
Databricks Partner
  • 0 kudos

Hi @Databricks1126,I understand that you’re looking to capture permissions across a wide variety of Databricks objects. These can generally be grouped into three main categories:- Data objects (Unity Catalog–governed) – catalogs, schemas, tables, vie...

  • 0 kudos
cj_guz
by New Contributor III
  • 2062 Views
  • 2 replies
  • 1 kudos

Permissions changes on dashboards, genie and folders

I'm trying to identify events in the audit logs that correspond to granting permissions for dashboards, genie spaces, and folders. Based on the documentation, my understanding is that I should be looking for the following:serviceName: 'unityCatalog'a...

  • 2062 Views
  • 2 replies
  • 1 kudos
Latest Reply
SP_6721
Honored Contributor II
  • 1 kudos

Hi @cj_guz ,Have you tried action_name='updateSpace'?

  • 1 kudos
1 More Replies
meenali
by New Contributor
  • 4033 Views
  • 3 replies
  • 0 kudos

Resolved! Move delta live tables amongst schemas within a catalog

Can we Move delta live tables amongst schemas within a catalog

  • 4033 Views
  • 3 replies
  • 0 kudos
Latest Reply
ChrisLawford_n1
Contributor II
  • 0 kudos

Do you have a mechanism to do this ?Any aspects that are accessible to allow this to be possible?

  • 0 kudos
2 More Replies
lizou
by Contributor III
  • 19925 Views
  • 9 replies
  • 6 kudos

no information on character_maximum_length and is_identity in unity catalog table system.information_schema.columns

no information on character_maximum_length and is_identity in unity catalog table system.information_schema.columnstable definition exampleCREATE TABLE tyable_name ( UniqueID bigint not null GENERATED ALWAYS AS IDENTITY ,  ID varchar(256))looks like ...

image
  • 19925 Views
  • 9 replies
  • 6 kudos
Latest Reply
Subiksha
New Contributor II
  • 6 kudos

if you look at the official document here: https://docs.databricks.com/gcp/en/sql/language-manual/information-schema/columnsmany of them are "Always NULL, reserved for future use."so I think the feature simply isn't available to use yet. It's seems i...

  • 6 kudos
8 More Replies
FanMichelleTW
by Databricks Partner
  • 5557 Views
  • 3 replies
  • 0 kudos

Resolved! on Databricks how to set RLS(role level security)

i try to find out SQL for RLS , the databricks geni give this feedback "In Databricks SQL, the CREATE ROW ACCESS POLICY statement is not supported" . it means we can set RLS (role level security) for managed table or external table ?

  • 5557 Views
  • 3 replies
  • 0 kudos
Latest Reply
BS_THE_ANALYST
Databricks Partner
  • 0 kudos

@FanMichelleTW any further forward with this?All the best,BS

  • 0 kudos
2 More Replies
karunakaran_r
by New Contributor III
  • 1597 Views
  • 2 replies
  • 1 kudos

Resolved! RLS Impact on Lake house monitoring quality metrics

We have RLS applied on a table and we would like to enable lake house monitoring for a quality profile metrics ,My Questions:Which identity is used by Lakehouse Monitoring and how can I find it, so that I can exclude it for unrestricted access to tab...

karunakaran_r_0-1754592769557.png
  • 1597 Views
  • 2 replies
  • 1 kudos
Latest Reply
lingareddy_Alva
Esteemed Contributor
  • 1 kudos

Hi @karunakaran_r In Databricks Lakehouse Monitoring, the profiling and drift metric collection runs as a service principal that’s tied to the Databricks system itself, not as your own user account.That means when the monitor queries your table, it w...

  • 1 kudos
1 More Replies
Charansai
by New Contributor III
  • 3686 Views
  • 3 replies
  • 2 kudos

tagging for serverless compute

Hi,I am working with Databricks Serverless Compute and All-Purpose Compute and have several questions regarding tagging, system tables, and budget policies. Specifically, I need clarification on how these work together in Databricks, and how I can ma...

  • 3686 Views
  • 3 replies
  • 2 kudos
Latest Reply
Charansai
New Contributor III
  • 2 kudos

I am now more inclined towards the serverless and tagging, would be more helpful if you could take a real time use case and elaborate on it. Ty

  • 2 kudos
2 More Replies
Hubert-Dudek
by Databricks MVP
  • 18289 Views
  • 5 replies
  • 21 kudos

Unity Catalog: create the first metastore The great benefit of the Unity catalog is that data is ours and stored in an open format on cloud storage in...

Unity Catalog: create the first metastoreThe great benefit of the Unity catalog is that data is ours and stored in an open format on cloud storage in our container. To install the unity catalog, we need to create storage and give databricks access to...

image.png image.png image.png image.png
  • 18289 Views
  • 5 replies
  • 21 kudos
Latest Reply
salavatov
New Contributor II
  • 21 kudos

container < > account  

  • 21 kudos
4 More Replies
Labels