-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated databricks destination documentation #1984
Updated databricks destination documentation #1984
Conversation
✅ Deploy Preview for dlt-hub-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see the comments
* [JSONL](../file-formats/jsonl.md) supported when staging is enabled (see limitations below). | ||
* [Parquet](../file-formats/parquet.md) supported when staging is enabled. | ||
|
||
* [parquet](../file-formats/parquet.md) supported when staging is enabled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [parquet](../file-formats/parquet.md) supported when staging is enabled. | |
* [Parquet](../file-formats/parquet.md) supported when staging is enabled. |
Parquet should be capitalized in the sentence because it is the name of a specific file format. Proper nouns, such as the names of file formats, should be capitalized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, updated. Thanks!
* [Parquet](../file-formats/parquet.md) supported when staging is enabled. | ||
|
||
* [parquet](../file-formats/parquet.md) supported when staging is enabled. | ||
* [jsonl](../file-formats/jsonl.md) supported when staging is enabled (see limitations below). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [jsonl](../file-formats/jsonl.md) supported when staging is enabled (see limitations below). | |
* [jsonl](../file-formats/jsonl.md) supported when staging is enabled (see limitations below). |
Same as Parquet, "JSONL" should also be capitalized, as it is an acronym for "JSON Lines."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
@@ -128,15 +128,17 @@ See [staging support](#staging-support) for authentication options when `dlt` co | |||
All write dispositions are supported. | |||
|
|||
## Data loading | |||
Data is loaded using `INSERT VALUES` statements by default. | |||
To load data into Databricks, you must set up a staging filesystem by configuring an Amazon S3 or Azure Blob Storage bucket. `parquet` is the default file format used for data uploads. As an alternative to `parquet`, you can switch to using `JSONL`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no need to mark Parquet and JSONL as code
here as you're referring to file formats.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Description
The Databricks documentation suggests that staging is optional for the destination. However, it's important to clarify that Databricks requires a staging destination.
Related Issues