<?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 Re: How to check/list the tables which has CDF enabled? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-check-list-the-tables-which-has-cdf-enabled/m-p/10398#M5585</link>
    <description>&lt;P&gt;Just wrap it in Python code, add .collect() in the end of listTables and apply for each&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2023 19:10:44 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2023-01-31T19:10:44Z</dc:date>
    <item>
      <title>How to check/list the tables which has CDF enabled?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-check-list-the-tables-which-has-cdf-enabled/m-p/10397#M5584</link>
      <description>&lt;P&gt;How to list all the tables which has CDF enabled?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can review a table to find out if CDF is enable with below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SHOW TBLPROPERTIES tableA(delta.enableChangeDataFeed)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The return &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; 
key                                                                    value
delta.enableChangeDataFeed                       true&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Also, below code can list all the tables in databaseA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;spark.catalog.listTables("databaseA")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I combine both to list all the tables which has delta.enableChangeDataFeed=== true?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 17:38:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-check-list-the-tables-which-has-cdf-enabled/m-p/10397#M5584</guid>
      <dc:creator>Databrickguy</dc:creator>
      <dc:date>2023-01-31T17:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to check/list the tables which has CDF enabled?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-check-list-the-tables-which-has-cdf-enabled/m-p/10398#M5585</link>
      <description>&lt;P&gt;Just wrap it in Python code, add .collect() in the end of listTables and apply for each&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 19:10:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-check-list-the-tables-which-has-cdf-enabled/m-p/10398#M5585</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2023-01-31T19:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to check/list the tables which has CDF enabled?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-check-list-the-tables-which-has-cdf-enabled/m-p/10399#M5586</link>
      <description>&lt;P&gt;Hhi @Tim zhang​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a friendly follow-up. Did any of the responses help you to resolve your question? if it did, please mark it as best. Otherwise, please let us know if you still need help.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 22:46:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-check-list-the-tables-which-has-cdf-enabled/m-p/10399#M5586</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2023-02-23T22:46:27Z</dc:date>
    </item>
  </channel>
</rss>

