From 1e548e07d45064db2f780e3bde79d2173ec4bc13 Mon Sep 17 00:00:00 2001 From: Steinthor Palsson Date: Wed, 31 Jan 2024 20:42:19 -0500 Subject: [PATCH] Update jsonl in docs --- docs/website/docs/dlt-ecosystem/destinations/databricks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/website/docs/dlt-ecosystem/destinations/databricks.md b/docs/website/docs/dlt-ecosystem/destinations/databricks.md index 4fadea7fc0..18c41d3a8c 100644 --- a/docs/website/docs/dlt-ecosystem/destinations/databricks.md +++ b/docs/website/docs/dlt-ecosystem/destinations/databricks.md @@ -52,6 +52,7 @@ For more information on staging, see the [staging support](#staging-support) sec ## Supported file formats * [insert-values](../file-formats/insert-format.md) is used by default +* [jsonl](../file-formats/jsonl.md) supported when staging is enabled. **Note**: Currently loading compressed jsonl files is not supported. `data_writer.disable_compression` should be set to `true` in dlt config * [parquet](../file-formats/parquet.md) supported when staging is enabled ## Staging support