cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Are row filters and column masks supported on foreign catalogs in Azure Databricks Unity Catalog?

Arindam19
New Contributor II

In my solution I am planning to bring in an Azure SQL Database to Azure Databricks Unity Catalog as Foreign Catalog. Are table row filters and column masks supported in my scenario ?

3 REPLIES 3

Alberto_Umana
Databricks Employee
Databricks Employee

Arindam19
New Contributor II

Thanks @AlbertP !
Does the filtering happen in SQL Server or in Databricks?

Alberto_Umana
Databricks Employee
Databricks Employee

Hi @Arindam19,

Yes. Certain operations, including filtering, can be pushed down from Databricks to SQL Server. This is managed by querying the SQL Server directly via a federated connection, allowing SQL Server to handle the filter criteria and returning the filtered results to Databricks

https://learn.microsoft.com/en-us/azure/databricks/query-federation/sql-server