简体   繁体   English

Synapse 无服务器 SQL 池中的数据屏蔽

[英]Data masking in Synapse serverless SQL pool

How can I implement data masking in Synapse serverless SQL pool, as currently, it is only implemented in a Synapse dedicated SQL pool?我如何在 Synapse 无服务器 SQL 池中实现数据屏蔽,目前它仅在 Synapse 专用 SQL 池中实现?

I am expecting to achieve masking in a serverless SQL pool.我期望在无服务器 SQL 池中实现屏蔽。

As per a Microsoft document , it is clearly stated that Dynamic data masking is only available for Dedicated SQL Pool , not for Serverless SQL Pool.根据Microsoft 文档,明确指出动态数据屏蔽仅适用于专用 SQL 池,不适用于无服务器 SQL 池。 As serverless SQL pool does not support Tables, Materialized views, DDL statements, DML statements, it might the reason.由于serverless SQL pool不支持Tables, Materialized views, DDL statements, DML statements,可能是这个原因。

Also, as Nandan suggested , it's not supported on external tables either.此外,正如Nandan 所建议的那样,外部表也不支持它。

在此处输入图像描述

You can raise a feature request here .您可以在此处提出功能请求。

Dynamic data masking is supported in actual physical tables and not supported on external tables.实际物理表支持动态数据屏蔽,外部表不支持。 Hence DDM is not supported in serverless pools因此无服务器池不支持 DDM

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 azure 突触-无服务器 sql 池数据库在数据选项卡中不可见 - azure synapse - serverless sql pool databases not visible in data tab 如何提高 Synapse 中 Azure 内置 SQL 无服务器池的性能 - How to increase performance on Azure inbuilt SQL Serverless Pool in Synapse 如何在dbt中使用CETAS(Synapse Serverless Pool)? - How to use CETAS (Synapse Serverless Pool) in dbt? 我们可以从管道 azure 突触在无服务器池中执行 sql 查询吗? - can we execute sql query in serverless pool from pipeline azure synapse? 使用“ActiveDirectoryPassword”身份验证和 pyodbc 连接到无服务器 Azure Synapse SQL 池时收到“登录超时已过期” - Receiving `Login timeout expired` when connecting to a serverless Azure Synapse SQL pool using `ActiveDirectoryPassword` authentication and pyodbc Azure Synapse Dedicated SQL Pool 中物理存储的数据在哪里? - Where is data physically stored in Azure Synapse Dedicated SQL Pool? Azure 内置突触视图中的数据屏蔽 - Data masking in Azure built in synapse views 任务 - 在 Azure 中生成脚本 Synapse Serverless SQL - Tasks - Generate Scripts in Azure Synapse Serverless SQL 如何在 Azure Synapse Serverless 池中为 Lake 数据库创建视图 - How to create view in Azure Synapse Serverless pool for a Lake Database Synapse 无服务器池查询以前版本的增量表 - Synapse serverless pool to query delta table previous versions
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM