-
Notifications
You must be signed in to change notification settings - Fork 202
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 Filesystem Documentation: Handling Deeply Nested JSON #1385
Conversation
* Add an example for post paginators * update the example cursor key * Update docs/website/docs/general-usage/http/rest-client.md Co-authored-by: VioletM <[email protected]> * Update docs/website/docs/general-usage/http/rest-client.md Co-authored-by: VioletM <[email protected]> * Update docs/website/docs/general-usage/http/rest-client.md * Add rest_api verified source documentation (#1308) * Add rest_api source docs * Expand rest_api documentation * Update snippets * Update string aliases * Link dlt source * Reordered code in the example and added a new section * Mention auto detection * Reorder the sentence about paginator types and instances * Elaborate on dependent resources; link the transformer docs * Link incremental loading * Update the example to use rest_api_resources * Rename github_config --------- Co-authored-by: Anton Burnashev <[email protected]> Co-authored-by: VioletM <[email protected]>
✅ Deploy Preview for dlt-hub-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
* Added blogpost * Updated Anuun's comments. * Updated "docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md" * updated docs/examples/custom_destination_bigquery/custom_destination_bigquery.py
kwargs = '{"auto_mkdir": true}' | ||
``` | ||
|
||
To set using environment variables: |
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.
Let's move this to the tip above (line 362)
@@ -371,6 +371,14 @@ To configure the layout and placeholders using `config.toml`, use the following | |||
layout = "{table_name}/{test_placeholder}/{YYYY}-{MM}-{DD}/{ddd}/{mm}/{load_id}.{file_id}.{ext}" | |||
extra_placeholders = { "test_placeholder" = "test_value" } | |||
current_datetime="2024-04-14T00:00:00" | |||
# for deeply nested layouts |
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.
# for deeply nested layouts | |
# for automatic directory creation in the local filesystem |
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
1762f09
to
9225803
Compare
@dat-a-man, you trying to merge changes from master to devel, you don;'t need to do that. Which branch did your branch originate from master or devel? |
This PR updates the filesystem documentation to include instructions for handling deeply nested JSON files by enabling automatic directory creation.
Changes:
Documentation Update: