<?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: DELTA_CREATE_TABLE_WITH_DIFFERENT_PROPERTY error on Databricks target endpoint in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539477#M15683</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/326289"&gt;@raffaelec&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="50" data-end="265"&gt;The reported behavior cannot be reproduced in my lab using &lt;STRONG data-start="110" data-end="145"&gt;Qlik Replicate 2025.11.0.164 GA&lt;/STRONG&gt; with &lt;STRONG data-start="151" data-end="197"&gt;Simba Spark ODBC Driver &lt;/STRONG&gt;version &lt;STRONG data-start="151" data-end="197"&gt;2.9.2.1008&lt;/STRONG&gt;. There is also no caching of internal parameters in Qlik Replicate.&lt;/P&gt;
&lt;P data-start="267" data-end="387" data-is-last-node="" data-is-only-node=""&gt;To proceed with a deeper investigation, I recommend opening a support ticket so we can analyze the issue in more detail.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Dec 2025 04:14:49 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2025-12-18T04:14:49Z</dc:date>
    <item>
      <title>DELTA_CREATE_TABLE_WITH_DIFFERENT_PROPERTY error on Databricks target endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539152#M15642</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I’ve configured a Log Stream task to read from a Microsoft Azure SQL database, along with a replication task that reads from this Log Stream and replicates data to a Databricks Lakehouse (Delta) endpoint.&lt;/P&gt;&lt;P&gt;Both tasks were running correctly until this week, when I stopped and resumed them for maintenance on the Qlik Replicate server.&lt;/P&gt;&lt;P&gt;After resuming the tasks, the replication task started logging the following error for all tables, and replication is now suspended for each of them:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Failed (retcode -1) to execute statement: CREATE OR REPLACE  TABLE `schema_name`.`table_name` ([fields]) USING DELTA LOCATION 'abfss://location_for_tables' TBLPROPERTIES (delta.autoOptimize.optimizeWrite = true)
RetCode: SQL_ERROR  SqlState: 42KD7 NativeError: 80 Message: [Simba][Hardy] (80) Syntax or semantic analysis error thrown in server while executing query. Error message from server: org.apache.hive.service.cli.HiveSQLException: Error running query: [DELTA_CREATE_TABLE_WITH_DIFFERENT_PROPERTY] com.databricks.sql.transaction.tahoe.DeltaAnalysisException: The specified properties do not match the existing properties at abfss://location_for_tables.

== Specified ==
delta.autoOptimize.optimizeWrite=true

== Existing ==
delta.autoOptimize.optimizeWrite=true
delta.enableChangeDataFeed=true&lt;/LI-CODE&gt;&lt;P&gt;The Databricks target endpoint is configured with the internal parameter $info.query_syntax.create_table, using the following statement:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CREATE or REPLACE ${TABLE_TYPE} TABLE ${QO}${TABLE_OWNER}${QC}.${QO}${TABLE_NAME}${QC} ( ${COLUMN_LIST} ) USING DELTA TBLPROPERTIES (delta.autoOptimize.optimizeWrite = true)&lt;/LI-CODE&gt;&lt;P&gt;I then tried adding the missing property to match the existing table metadata, but the same error still occurs. Specifically, I tested the following statement:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CREATE or REPLACE ${TABLE_TYPE} TABLE ${QO}${TABLE_OWNER}${QC}.${QO}${TABLE_NAME}${QC} ( ${COLUMN_LIST} ) USING DELTA TBLPROPERTIES (delta.enableChangeDataFeed=true, delta.autoOptimize.optimizeWrite = true)&lt;/LI-CODE&gt;&lt;P&gt;I even tried removing the internal parameter entirely, but the same error continues to occur.&lt;/P&gt;&lt;P&gt;Is there a supported way to force Qlik Replicate to recreate the tables (or align with existing ones) while preserving or explicitly setting the missing property?&lt;/P&gt;&lt;P&gt;Any guidance or best practices for handling this scenario with Databricks targets would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you very much in advance for your help.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Sun, 14 Dec 2025 22:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539152#M15642</guid>
      <dc:creator>raffaelec</dc:creator>
      <dc:date>2025-12-14T22:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: DELTA_CREATE_TABLE_WITH_DIFFERENT_PROPERTY error on Databricks target endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539170#M15648</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/326289"&gt;@raffaelec&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="52" data-end="72"&gt;Thanks for the post!&lt;/P&gt;
&lt;P data-start="74" data-end="227"&gt;I’m not sure which versions of Qlik Replicate and Databricks you’re currently running. However, you can follow the steps below to troubleshoot the issue:&lt;/P&gt;
&lt;OL data-start="229" data-end="666"&gt;
&lt;LI data-start="229" data-end="353"&gt;
&lt;P data-start="232" data-end="353"&gt;Create a &lt;EM&gt;test task&lt;/EM&gt; to replicate &lt;EM&gt;a table&lt;/EM&gt; from LogStream to a Databricks &lt;EM&gt;test table&lt;/EM&gt; (this will not impact existing tables).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="354" data-end="451"&gt;
&lt;P data-start="357" data-end="451"&gt;Set &lt;STRONG data-start="361" data-end="376"&gt;TARGET_LOAD&lt;/STRONG&gt; and &lt;STRONG data-start="381" data-end="397"&gt;TARGET_APPLY&lt;/STRONG&gt; to &lt;STRONG data-start="401" data-end="412"&gt;Verbose&lt;/STRONG&gt; in the task, then reproduce the issue.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="452" data-end="666"&gt;
&lt;P data-start="455" data-end="666"&gt;Review the task log files (please do not forget to &lt;A href="https://community.qlik.com/t5/Knowledge/How-to-decrypt-Qlik-Replicate-verbose-task-log-files/ta-p/1862114" target="_blank" rel="noopener"&gt;decrypt the verbose task log files&lt;/A&gt;) to identify the &lt;STRONG&gt;target table creation SQL statement&lt;/STRONG&gt;. Try running that SQL manually in the Databricks web UI to see whether the same error occurs, or to determine the correct SQL syntax, or figure out the root reason of the failure.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Feel free to let us know if you need any further assistance.&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 01:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539170#M15648</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-12-15T01:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: DELTA_CREATE_TABLE_WITH_DIFFERENT_PROPERTY error on Databricks target endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539174#M15650</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/326289"&gt;@raffaelec&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="54" data-end="112"&gt;Could you please confirm whether the following is correct?&lt;/P&gt;
&lt;OL data-start="114" data-end="316"&gt;
&lt;LI data-start="114" data-end="239"&gt;
&lt;P data-start="117" data-end="239"&gt;The tables were initially created &lt;STRONG data-start="151" data-end="162"&gt;without&lt;/STRONG&gt; the below property&lt;/P&gt;
&lt;TABLE style="border-style: none; width: 100%; background-color: lightgrey;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;FONT face="courier new,courier"&gt;TBLPROPERTIES (delta.autoOptimize.optimizeWrite = true)&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/LI&gt;
&lt;LI data-start="240" data-end="316"&gt;
&lt;P data-start="243" data-end="316"&gt;The property was added later, and then you attempted to resume the tasks.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P data-start="318" data-end="366"&gt;If so, you have several options to resolve this:&lt;/P&gt;
&lt;H3 data-start="368" data-end="421"&gt;&lt;FONT size="4"&gt;&lt;STRONG data-start="372" data-end="421"&gt;Option 1: Don’t recreate the table — alter it&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P data-start="422" data-end="493"&gt;If the table already exists and you only need to change its properties:&lt;/P&gt;
&lt;TABLE style="border-style: none; width: 100%; background-color: lightgrey;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;FONT face="courier new,courier"&gt;ALTER TABLE schema_name.table_name&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;SET TBLPROPERTIES (delta.autoOptimize.optimizeWrite = true);&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;H3 data-start="603" data-end="651"&gt;&lt;FONT size="4"&gt;&lt;STRONG data-start="607" data-end="651"&gt;Option 2: Drop the table and recreate it&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P data-start="652" data-end="682"&gt;If you prefer a clean rebuild:&lt;/P&gt;
&lt;TABLE style="border-style: none; width: 100%; background-color: lightgrey;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;FONT face="courier new,courier"&gt;DROP TABLE IF EXISTS schema_name.table_name;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P data-start="741" data-end="785"&gt;Then run the CREATE TABLE statement again.&lt;/P&gt;
&lt;H3 data-start="787" data-end="824"&gt;&lt;FONT size="4"&gt;&lt;STRONG data-start="791" data-end="824"&gt;Option 3: Use IF NOT EXIST&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P data-start="825" data-end="909"&gt;If this is only for initialization and you want to avoid recreating existing tables:&lt;/P&gt;
&lt;TABLE style="border-style: none; width: 100%; background-color: lightgrey;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;FONT face="courier new,courier"&gt;CREATE TABLE IF NOT EXISTS schema_name.table_name&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;USING DELTA&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOCATION 'abfss://location_for_tables'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TBLPROPERTIES (delta.autoOptimize.optimizeWrite = true);&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P data-start="825" data-end="909"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="825" data-end="909"&gt;Hope this helps.&lt;/P&gt;
&lt;P data-start="825" data-end="909"&gt;John.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 02:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539174#M15650</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-12-15T02:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: DELTA_CREATE_TABLE_WITH_DIFFERENT_PROPERTY error on Databricks target endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539272#M15659</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;The tables were originally created using the internal parameter&lt;BR /&gt;$info.query_syntax.create_table, with the following statement:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CREATE or REPLACE ${TABLE_TYPE} TABLE ${QO}${TABLE_OWNER}${QC}.${QO}${TABLE_NAME}${QC} ( ${COLUMN_LIST} ) USING DELTA TBLPROPERTIES (delta.autoOptimize.optimizeWrite = true)&lt;/LI-CODE&gt;&lt;P&gt;This means that, according to this internal parameter, the tables were created &lt;STRONG&gt;with&lt;/STRONG&gt; this property&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;delta.autoOptimize.optimizeWrite = true&lt;/LI-CODE&gt;&lt;P&gt;but &lt;STRONG&gt;without&lt;/STRONG&gt; this property&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;delta.enableChangeDataFeed = true&lt;/LI-CODE&gt;&lt;P&gt;I'm not sure when and how this property was added to the tables.&lt;/P&gt;&lt;P&gt;Unfortunately, I don’t have direct access to the target tables in Databricks, so I'm unable to manually drop, recreate or alter them. From a SQL perspective, the correct table definition should include both the table properties:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;delta.autoOptimize.optimizeWrite = true
delta.enableChangeDataFeed = true&lt;/LI-CODE&gt;&lt;P&gt;As suggested, I increased the logging verbosity. However, the logs still only show the following error and do not provide any additional details:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;00018296: 2025-12-15T23:58:05:117065 [TARGET_LOAD ]T: Execute create table statement failed, statement CREATE OR REPLACE TABLE `schema_name`.`table_name` ([fields]) USING DELTA LOCATION 'abfss://location_for_tables' TBLPROPERTIES (delta.autoOptimize.optimizeWrite = true) [1022502] (cloud_imp.c:5611)
00018296: 2025-12-15T23:58:05:117065 [TARGET_LOAD ]T: Handling new table 'schema_name'.'table_name' failed [1022502] (endpointshell.c:3188)
00018296: 2025-12-15T23:58:05:117065 [TARGET_LOAD ]E: Failed (retcode -1) to execute statement: CREATE OR REPLACE TABLE `schema_name`.`table_name` ([fields]) USING DELTA LOCATION 'abfss://location_for_tables' TBLPROPERTIES (delta.autoOptimize.optimizeWrite = true) [1022502] (ar_odbc_stmt.c:5069)
00018296: 2025-12-15T23:58:05:117065 [TARGET_LOAD ]E: RetCode: SQL_ERROR SqlState: 42KD7 NativeError: 80 Message: [Simba][Hardy] (80) Syntax or semantic analysis error thrown in server while executing query. Error message from server: org.apache.hive.service.cli.HiveSQLException: Error running query: [DELTA_CREATE_TABLE_WITH_DIFFERENT_PROPERTY] com.databricks.sql.transaction.tahoe.DeltaAnalysisException: The specified properties do not match the existing properties at abfss://location_for_tables.

== Specified ==
delta.autoOptimize.optimizeWrite=true

== Existing ==
delta.autoOptimize.optimizeWrite=true
delta.enableChangeDataFeed=true&lt;/LI-CODE&gt;&lt;P&gt;I also tried creating a new replication task using a new Databricks target endpoint (a copy of the original one affected by the issue), but I still encounter the same error for the same SQL statement, even during the initial task startup and even when the internal parameter includes both properties in the table creation statement.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 23:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539272#M15659</guid>
      <dc:creator>raffaelec</dc:creator>
      <dc:date>2025-12-15T23:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: DELTA_CREATE_TABLE_WITH_DIFFERENT_PROPERTY error on Databricks target endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539274#M15660</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/326289"&gt;@raffaelec&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The default value of&amp;nbsp;&lt;FONT face="courier new,courier"&gt;delta.enableChangeDataFeed&lt;/FONT&gt; is &lt;STRONG data-start="89" data-end="98"&gt;false.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If it is set to &lt;STRONG data-start="153" data-end="161"&gt;true&lt;/STRONG&gt;, the table has been altered (or was created) with this property enabled. You can check &lt;STRONG data-start="249" data-end="256"&gt;who&lt;/STRONG&gt; enabled it and &lt;STRONG data-start="272" data-end="280"&gt;when&lt;/STRONG&gt; by reviewing the table history. For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;describe history johnw_qmi_unitycatalog.default.kit;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="392" data-end="416"&gt;In the output, look for:&lt;/P&gt;
&lt;UL data-start="417" data-end="589"&gt;
&lt;LI data-start="417" data-end="436"&gt;
&lt;P data-start="419" data-end="436"&gt;the &lt;STRONG data-start="423" data-end="436"&gt;timestamp&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="437" data-end="464"&gt;
&lt;P data-start="439" data-end="464"&gt;&lt;STRONG data-start="439" data-end="449"&gt;userId&lt;/STRONG&gt; / &lt;STRONG data-start="452" data-end="464"&gt;userName&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="465" data-end="519"&gt;
&lt;P data-start="467" data-end="519"&gt;the &lt;STRONG data-start="471" data-end="484"&gt;operation&lt;/STRONG&gt; (for example, SET TBLPROPERTIES)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="520" data-end="589"&gt;
&lt;P data-start="522" data-end="589"&gt;the &lt;STRONG data-start="526" data-end="549"&gt;operationParameters&lt;/STRONG&gt; containing&amp;nbsp;&lt;STRONG&gt;delta.enableChangeDataFeed&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 01:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539274#M15660</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-12-16T01:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: DELTA_CREATE_TABLE_WITH_DIFFERENT_PROPERTY error on Databricks target endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539468#M15677</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you again for your suggestions.&lt;/P&gt;&lt;P&gt;I have another question related to the same topic.&lt;/P&gt;&lt;P&gt;As mentioned earlier, I don’t have access to the target Databricks environment. Therefore, I cannot manually recreate the tables in Databricks or in the Data Lake. I would like to add the property &lt;STRONG&gt;delta.enableChangeDataFeed=true&lt;/STRONG&gt; during table creation directly from the Qlik Replicate endpoint.&lt;/P&gt;&lt;P&gt;If I understand correctly, the proper way to set table properties at creation time is by using the internal parameter &lt;STRONG&gt;$info.query_syntax.create_table&lt;/STRONG&gt;. I tried to add this property by setting the following value for that parameter:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CREATE or REPLACE ${TABLE_TYPE} TABLE ${QO}${TABLE_OWNER}${QC}.${QO}${TABLE_NAME}${QC} ( ${COLUMN_LIST} ) USING DELTA TBLPROPERTIES (delta.enableChangeDataFeed=true, delta.autoOptimize.optimizeWrite=true)&lt;/LI-CODE&gt;&lt;P&gt;However, the CREATE operation executed by Qlik Replicate always omits the newly added property and continues to use the value that was configured for the internal parameter a long time ago. Specifically, the operation being executed is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CREATE or REPLACE ${TABLE_TYPE} TABLE ${QO}${TABLE_OWNER}${QC}.${QO}${TABLE_NAME}${QC} ( ${COLUMN_LIST} ) USING DELTA TBLPROPERTIES (delta.autoOptimize.optimizeWrite=true)&lt;/LI-CODE&gt;&lt;P&gt;This makes me suspect that Qlik Replicate is not correctly registering the updated value of the internal parameter. After updating the parameter, I save the new endpoint configuration and then start the reload. I’m not sure if I’m missing an additional step.&lt;/P&gt;&lt;P&gt;I also tried recreating the replication task using &lt;STRONG&gt;a new endpoint&lt;/STRONG&gt;, but the result is the same: the executed operation is always CREATE or REPLACE without the delta.enableChangeDataFeed=true property.&lt;/P&gt;&lt;P&gt;Finally, I tried to &lt;STRONG&gt;remove the internal parameter&lt;/STRONG&gt; entirely, but during the task reload Qlik Replicate still executes CREATE or REPLACE without the delta.enableChangeDataFeed=true property. This result also seems unexpected to me, since (if I’m not mistaken) the default table creation operation should be CREATE, not CREATE or REPLACE, when no custom syntax is defined.&lt;/P&gt;&lt;P&gt;For reference, I’m using the &lt;STRONG&gt;November 2025&lt;/STRONG&gt; version of &lt;STRONG&gt;Qlik Replicate&lt;/STRONG&gt; and the &lt;STRONG&gt;Simba Spark ODBC Driver&lt;/STRONG&gt; version &lt;STRONG&gt;2.9.2&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Thank you in advance for any help you can provide.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 23:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539468#M15677</guid>
      <dc:creator>raffaelec</dc:creator>
      <dc:date>2025-12-17T23:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: DELTA_CREATE_TABLE_WITH_DIFFERENT_PROPERTY error on Databricks target endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539477#M15683</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/326289"&gt;@raffaelec&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="50" data-end="265"&gt;The reported behavior cannot be reproduced in my lab using &lt;STRONG data-start="110" data-end="145"&gt;Qlik Replicate 2025.11.0.164 GA&lt;/STRONG&gt; with &lt;STRONG data-start="151" data-end="197"&gt;Simba Spark ODBC Driver &lt;/STRONG&gt;version &lt;STRONG data-start="151" data-end="197"&gt;2.9.2.1008&lt;/STRONG&gt;. There is also no caching of internal parameters in Qlik Replicate.&lt;/P&gt;
&lt;P data-start="267" data-end="387" data-is-last-node="" data-is-only-node=""&gt;To proceed with a deeper investigation, I recommend opening a support ticket so we can analyze the issue in more detail.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 04:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DELTA-CREATE-TABLE-WITH-DIFFERENT-PROPERTY-error-on-Databricks/m-p/2539477#M15683</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-12-18T04:14:49Z</dc:date>
    </item>
  </channel>
</rss>

