<?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 Set default tblproperties for pipeline in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/set-default-tblproperties-for-pipeline/m-p/134967#M50238</link>
    <description>&lt;P&gt;I like to set&amp;nbsp;tblproperties ("delta.feature.timestampNtz" = "supported") for all tables in a pipeline. instead of set this option for every table definition.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The property must be set direct on creation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried it in the pipeline settings - configuratie . But there is nog response on that configuration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an other way to set tblproperties default?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Oct 2025 08:26:52 GMT</pubDate>
    <dc:creator>B_Stam</dc:creator>
    <dc:date>2025-10-15T08:26:52Z</dc:date>
    <item>
      <title>Set default tblproperties for pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/set-default-tblproperties-for-pipeline/m-p/134967#M50238</link>
      <description>&lt;P&gt;I like to set&amp;nbsp;tblproperties ("delta.feature.timestampNtz" = "supported") for all tables in a pipeline. instead of set this option for every table definition.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The property must be set direct on creation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried it in the pipeline settings - configuratie . But there is nog response on that configuration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an other way to set tblproperties default?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 08:26:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/set-default-tblproperties-for-pipeline/m-p/134967#M50238</guid>
      <dc:creator>B_Stam</dc:creator>
      <dc:date>2025-10-15T08:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set default tblproperties for pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/set-default-tblproperties-for-pipeline/m-p/134969#M50240</link>
      <description>&lt;P&gt;Databricks does not allow you to set a global default for all TBLPROPERTIES. However, you can use the spark.databricks.delta.properties.defaults configuration key to set defaults for new Delta tables created in a specific session or pipeline.&lt;/P&gt;&lt;P&gt;If you want every new Delta table to automatically include:&lt;/P&gt;&lt;P&gt;sql&lt;BR /&gt;TBLPROPERTIES ("delta.feature.timestampNtz" = "supported")&lt;/P&gt;&lt;P&gt;you should set it like this:&lt;/P&gt;&lt;P&gt;SET spark.databricks.delta.properties.defaults.feature.timestampNtz = supported;&lt;/P&gt;&lt;P&gt;You can also set it programmatically in a notebook or a cluster initialization script:&lt;/P&gt;&lt;P&gt;spark.conf.set("spark.databricks.delta.properties.defaults.feature.timestampNtz", "supported")&lt;/P&gt;&lt;P&gt;If Pipeline Configuration Had No Effect&lt;/P&gt;&lt;P&gt;If you tried to define this in the pipeline configuration JSON and did not see any change, that is normal. Current Delta Live Tables and Lakeflow Declarative Pipelines do not automatically apply the spark.databricks.delta.properties.defaults.* settings unless they are explicitly passed to the Spark session at runtime.&lt;/P&gt;&lt;P&gt;As a workaround, add the setting in the “spark_conf” block of your pipeline configuration.&lt;/P&gt;&lt;P&gt;Alternatively, set it in a cluster policy or a workspace-level notebook execution environment.&lt;/P&gt;&lt;P&gt;Therefore, the only reliable method is to use spark.databricks.delta.properties.defaults.delta.feature.timestampNtz=supported at the cluster or session level. This will act as your default TBLPROPERTIES for all new tables.&lt;/P&gt;&lt;P&gt;Some additional references&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/sql/language-manual/data-types/timestamp-ntz-type" target="_blank"&gt;https://docs.databricks.com/aws/en/sql/language-manual/data-types/timestamp-ntz-type&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/delta/table-properties" target="_blank"&gt;https://docs.databricks.com/aws/en/delta/table-properties&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/70168370/how-to-specify-delta-table-properties-when-writing-a-steaming-spark-dataframe" target="_blank"&gt;https://stackoverflow.com/questions/70168370/how-to-specify-delta-table-properties-when-writing-a-steaming-spark-dataframe&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 08:42:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/set-default-tblproperties-for-pipeline/m-p/134969#M50240</guid>
      <dc:creator>ManojkMohan</dc:creator>
      <dc:date>2025-10-15T08:42:16Z</dc:date>
    </item>
  </channel>
</rss>

