<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Automate Unity Access management Process at Schema, Tables, Cluster and Job in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/automate-unity-access-management-process-at-schema-tables/m-p/146825#M52708</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I’d like to automate the process of providing access to users and groups across:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Schemas&lt;/LI&gt;&lt;LI&gt;Tables&lt;/LI&gt;&lt;LI&gt;Jobs&lt;/LI&gt;&lt;LI&gt;Workflows&lt;/LI&gt;&lt;LI&gt;Clusters&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Currently, this is a manual, day-to-day process. Our goal is to implement an optimized, reliable solution.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Proposed approach (config + scripting):&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use a config-file–based model (YAML/JSON) as the source of truth.&lt;/LI&gt;&lt;LI&gt;A Python reconciler will read the configuration and update access in Unity Catalog and compute accordingly.&lt;/LI&gt;&lt;LI&gt;Maintain the configuration in a Git repository to enable version control, change tracking, and reviews.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Request:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Please share any prior experience with similar automation, including lessons learned, best practices, or recommended tooling.&lt;/LI&gt;&lt;LI&gt;If feasible, let’s identify stakeholders and a suitable environment for a pilot.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;#Unity #Access&lt;/P&gt;</description>
    <pubDate>Wed, 04 Feb 2026 15:52:55 GMT</pubDate>
    <dc:creator>ameet9257</dc:creator>
    <dc:date>2026-02-04T15:52:55Z</dc:date>
    <item>
      <title>Automate Unity Access management Process at Schema, Tables, Cluster and Job</title>
      <link>https://community.databricks.com/t5/data-engineering/automate-unity-access-management-process-at-schema-tables/m-p/146825#M52708</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I’d like to automate the process of providing access to users and groups across:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Schemas&lt;/LI&gt;&lt;LI&gt;Tables&lt;/LI&gt;&lt;LI&gt;Jobs&lt;/LI&gt;&lt;LI&gt;Workflows&lt;/LI&gt;&lt;LI&gt;Clusters&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Currently, this is a manual, day-to-day process. Our goal is to implement an optimized, reliable solution.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Proposed approach (config + scripting):&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use a config-file–based model (YAML/JSON) as the source of truth.&lt;/LI&gt;&lt;LI&gt;A Python reconciler will read the configuration and update access in Unity Catalog and compute accordingly.&lt;/LI&gt;&lt;LI&gt;Maintain the configuration in a Git repository to enable version control, change tracking, and reviews.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Request:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Please share any prior experience with similar automation, including lessons learned, best practices, or recommended tooling.&lt;/LI&gt;&lt;LI&gt;If feasible, let’s identify stakeholders and a suitable environment for a pilot.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;#Unity #Access&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 15:52:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automate-unity-access-management-process-at-schema-tables/m-p/146825#M52708</guid>
      <dc:creator>ameet9257</dc:creator>
      <dc:date>2026-02-04T15:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Unity Access management Process at Schema, Tables, Cluster and Job</title>
      <link>https://community.databricks.com/t5/data-engineering/automate-unity-access-management-process-at-schema-tables/m-p/148295#M52861</link>
      <description>&lt;P&gt;Hello Amit,&lt;BR /&gt;&lt;BR /&gt;You can automate Unity Catalog permissions management using the Databricks Terraform provider instead of ad‑hoc scripts. With the databricks_grants resource you can declaratively manage privileges at the catalog, schema, table, and table/view levels for users and groups, and keep everything under version control: &lt;A href="https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/grants" target="_self"&gt;https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/grants&lt;/A&gt; .&lt;BR /&gt;For end‑to‑end examples of managing Databricks and Unity Catalog with Terraform (including CI/CD), have a look at the official examples repo: &lt;A href="https://github.com/databricks/terraform-databricks-examples" target="_self"&gt;https://github.com/databricks/terraform-databricks-examples&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 10:40:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automate-unity-access-management-process-at-schema-tables/m-p/148295#M52861</guid>
      <dc:creator>anshu_roy</dc:creator>
      <dc:date>2026-02-13T10:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Unity Access management Process at Schema, Tables, Cluster and Job</title>
      <link>https://community.databricks.com/t5/data-engineering/automate-unity-access-management-process-at-schema-tables/m-p/148301#M52864</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/132136"&gt;@ameet9257&lt;/a&gt;&amp;nbsp; see if this psot can help you :&amp;nbsp;&lt;A href="https://www.linkedin.com/posts/ishashankshekhar_databricks-unitycatalog-datagovernance-activity-7334515730937229312-yVPg?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAlFpRcB2e5Ub33KKrsPHNgFLuA5WVkjuU4" target="_blank"&gt;https://www.linkedin.com/posts/ishashankshekhar_databricks-unitycatalog-datagovernance-activity-7334515730937229312-yVPg?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAlFpRcB2e5Ub33KKrsPHNgFLuA5WVkjuU4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 11:09:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automate-unity-access-management-process-at-schema-tables/m-p/148301#M52864</guid>
      <dc:creator>saurabh18cs</dc:creator>
      <dc:date>2026-02-13T11:09:52Z</dc:date>
    </item>
  </channel>
</rss>

