docs: add DuckDB transformation documentation#916
Open
MonikaFeigler wants to merge 8 commits into
Open
Conversation
- Add main DuckDB transformation page with configuration, backend sizes, block orchestration, Parquet format, data type inference, examples, and best practices - Add Snowflake to DuckDB migration guide with data type mapping, SQL function differences, case sensitivity, and CREATE TABLE syntax - Add DuckDB to navigation sidebar and transformations features table - Include UI screenshots for configuration, version selection, job results, data type inference, and query examples Co-Authored-By: Monika Feigler <monika@feigler.cz>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
- Add sync actions section (syntax_check, lineage, execution plan, expected inputs) - Clarify DuckDB version selection with latest alias and pinning - Fix case sensitivity: columns always case-sensitive per component README - Separate table vs column case sensitivity rules in migration guide - Improve debug mode and configuration descriptions Co-Authored-By: Monika Feigler <monika@feigler.cz>
Co-Authored-By: Monika Feigler <monika@feigler.cz>
Contributor
Testing ResultsRan local Jekyll server and verified all new documentation pages render correctly. All 5 tests passed
|
… manual fix warning Co-Authored-By: Monika Feigler <monika@feigler.cz>
Removed Snowflake to DuckDB Migration from DuckDB Transformations.
Co-Authored-By: Monika Feigler <monika@feigler.cz>
3 tasks
Contributor
Author
|
@kudj can we release this, please? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira issue(s): N/A
Changes:
transformations/duckdb/index.md) covering creation, configuration, block-based orchestration, dynamic backends, Parquet format, data type inference, sync actions, DuckDB version selection, examples, best practices, and DuckDB vs Snowflake guidancetransformations/duckdb/snowflake-migration.md) covering identifier case sensitivity, data type mapping, SQL function differences (QUALIFY, NVL, IFF, DATEADD, LISTAGG, etc.), CREATE TABLE syntax differences, and migration tipskeboola.app-transformation-migration) that automates Snowflake → DuckDB migration using SQLGlot, including a prominent warning that ~25% of migrated transformations will require manual adjustments and a dedicated Limitations section_data/navigation.ymltransformations/index.mdto list DuckDB as an available SQL backend (marked as beta) and add it to the features tableUpdates since last revision:
;when multiple statements are in a single scriptTRY_CAST(NULLIF(...) AS TYPE)for safe type conversion of empty strings,::BOOLEANshorthand casting, and proper semicolon separation between statementsNotes for reviewers:
keboola.app-transformation-migration.Release Notes
Justification, description
Adds user-facing documentation for the new DuckDB Transformation backend (beta), including a main guide, a Snowflake-to-DuckDB migration reference with SQL dialect differences, and a step-by-step tutorial for the automated Transformation Migration component.
Plans for Customer Communication
N/A
Impact Analysis
Documentation-only change. No code or infrastructure impact.
Deployment Plan
Standard docs deployment on merge to main.
Rollback Plan
Revert the merge commit.
Post-Release Support Plan
N/A
Link to Devin session: https://app.devin.ai/sessions/ae19dd2027b64ddc87769f9a9dd7538e
Requested by: @MonikaFeigler