Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I’m working on modifying an endpoint in Qlik Replicate using internal parameters within the Advanced Settings at the endpoint target level.
The primary goal is to address an issue where metadata tables being generated in Snowflake are appearing in an incompatible format. This issue cannot be resolved at the global parameters level because global parameters only apply to the task-level tables. Instead, I want to configure the endpoint so that any table created, altered, or dropped adheres to a specific format.
Here’s what I’ve achieved so far:
$info.query_syntax.create_primary_key$info.query_syntax.create_table$info.query_syntax.drop_tableHowever, I’m facing challenges in configuring data type conversions at the endpoint level, particularly:
VARCHAR(16777216) or ensuring max length for Iceberg compatibility).TIMESTAMP(6)).I’ve been unable to find documentation that lists all available internal parameters and examples for data type adjustments. I’ve seen partial references in the community but no comprehensive documentation.
Could you please provide:
This would greatly help in developing tasks that align with Iceberg table requirements in Snowflake.
Thank you for your assistance!
Hi @Ayman1
I apologize but we don't have this information documented. Others may be able to help address your specific question, but may I suggest you request this documentation directly from our Product Management team here: https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas
Thanks,
Dana