<?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 Read metadata through JDBC driver in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/read-metadata-through-jdbc-driver/m-p/16694#M10824</link>
    <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;The Spark JDBC driver (SparkJDBC42.jar) is unable to capture certain information from the below table structure:&lt;/P&gt;
&lt;P&gt;1. table level comment&lt;/P&gt;
&lt;P&gt;2. the TBLPROPERTIES key-value pair information&lt;/P&gt;
&lt;P&gt;3. PARTITION BY information&lt;/P&gt;
&lt;P&gt;However, it captures the column level comment (eg. the comment against employee_number column), all columns of employee table, their technical data types.&lt;/P&gt;
&lt;P&gt;Please advise if I need to configure any additional properties to be ale to read/extract the information that the driver could not extract at the moment.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;create table default.employee(
employee_number INT COMMENT 'Unique identifier for an employee', 
employee_name VARCHAR(50),
employee_age INT
)
PARTITIONED BY (employee_age) 
COMMENT 'this is a table level comment'
TBLPROPERTIES ('created.by.user' = 'Noor', 'created.date' = '10-08-2021');
&lt;/CODE&gt;&lt;/PRE&gt; 
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Aug 2021 17:08:02 GMT</pubDate>
    <dc:creator>NOOR_BASHASHAIK</dc:creator>
    <dc:date>2021-08-10T17:08:02Z</dc:date>
    <item>
      <title>Read metadata through JDBC driver</title>
      <link>https://community.databricks.com/t5/data-engineering/read-metadata-through-jdbc-driver/m-p/16694#M10824</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;The Spark JDBC driver (SparkJDBC42.jar) is unable to capture certain information from the below table structure:&lt;/P&gt;
&lt;P&gt;1. table level comment&lt;/P&gt;
&lt;P&gt;2. the TBLPROPERTIES key-value pair information&lt;/P&gt;
&lt;P&gt;3. PARTITION BY information&lt;/P&gt;
&lt;P&gt;However, it captures the column level comment (eg. the comment against employee_number column), all columns of employee table, their technical data types.&lt;/P&gt;
&lt;P&gt;Please advise if I need to configure any additional properties to be ale to read/extract the information that the driver could not extract at the moment.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;create table default.employee(
employee_number INT COMMENT 'Unique identifier for an employee', 
employee_name VARCHAR(50),
employee_age INT
)
PARTITIONED BY (employee_age) 
COMMENT 'this is a table level comment'
TBLPROPERTIES ('created.by.user' = 'Noor', 'created.date' = '10-08-2021');
&lt;/CODE&gt;&lt;/PRE&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 17:08:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/read-metadata-through-jdbc-driver/m-p/16694#M10824</guid>
      <dc:creator>NOOR_BASHASHAIK</dc:creator>
      <dc:date>2021-08-10T17:08:02Z</dc:date>
    </item>
  </channel>
</rss>

