Skip to content

Commit

Permalink
Merge branch 'refs/heads/devel' into 1387-clickhouse-mergetree-support
Browse files Browse the repository at this point in the history
  • Loading branch information
Pipboyguy committed Jul 1, 2024
2 parents 409487c + a23435f commit 173610a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/dlt-ecosystem/destinations/duckdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ All write dispositions are supported.

### Names normalization
`dlt` uses the standard **snake_case** naming convention to keep identical table and column identifiers across all destinations. If you want to use the **duckdb** wide range of characters (i.e., emojis) for table and column names, you can switch to the **duck_case** naming convention, which accepts almost any string as an identifier:
* `\n` `\r` and `" are translated to `_`
* `\n` `\r` and `"` are translated to `_`
* multiple `_` are translated to a single `_`

Switch the naming convention using `config.toml`:
Expand Down

0 comments on commit 173610a

Please sign in to comment.