What problem does it solve?
Writing RDBMS export and import SQL for Celigo often fails due to dialect differences, incorrect Handlebars templating, wrong query shapes, or mismatched queryType settings.
Core Features & Use Cases
- Correct Handlebars SQL templating: uses the required record. prefix and triple braces to prevent broken quoting and numeric corruption.
- Right query structure per queryType: generates the proper array-of-strings format and aligns INSERT/UPDATE/UPSERT/MERGE patterns to per_record, per_page, bulk_insert, and bulk_load strategies.
- Database-dialect safe patterns: provides practical syntax guidance across Snowflake, Postgres, MySQL/MariaDB, SQL Server/Azure Synapse, Oracle, BigQuery, and Redshift, including delta and once/mark-as-processed flows.
- Troubleshooting and guardrails: includes common error causes and a pre-submit checklist for typical runtime and syntax failures.
Quick Start
Use the writing-sql skill to generate an export SELECT query using the correct record. templating and the right delta token for your target database.