doc: Add documentation+FAQs for Parquet DataSource#153
Merged
kevinbheda merged 17 commits intoraystack:dagger-parquet-file-processingraystack/dagger:dagger-parquet-file-processingfrom Jun 6, 2022
Meghajit:feat/issue#109-add-parquet-source-documentationMeghajit/dagger:feat/issue#109-add-parquet-source-documentationCopy head branch name to clipboard
Merged
doc: Add documentation+FAQs for Parquet DataSource#153kevinbheda merged 17 commits intoraystack:dagger-parquet-file-processingraystack/dagger:dagger-parquet-file-processingfrom Meghajit:feat/issue#109-add-parquet-source-documentationMeghajit/dagger:feat/issue#109-add-parquet-source-documentationCopy head branch name to clipboard
kevinbheda merged 17 commits intoraystack:dagger-parquet-file-processingraystack/dagger:dagger-parquet-file-processingfrom
Meghajit:feat/issue#109-add-parquet-source-documentationMeghajit/dagger:feat/issue#109-add-parquet-source-documentationCopy head branch name to clipboard
Conversation
…' into feat/issue#109-add-parquet-source-documentation
Member
Author
|
Added the configurations + some common gotchas for setting up configurations. Also, some FAQs and how to create the stream config for parquet. I haven’t touched the diagrams yet, as they will require some effort to be redrawn since the original resources are missing. However, have changed the description in relevent places. |
kevinbheda
reviewed
Jun 6, 2022
docs/docs/guides/create_dagger.md
Outdated
Contributor
There was a problem hiding this comment.
small typo here, I believe we meant date partitioned here.
…' into feat/issue#109-add-parquet-source-documentation
Meghajit
commented
Jun 6, 2022
docs/docs/concepts/architecture.md
Outdated
Member
Author
There was a problem hiding this comment.
Kafka is unbounded and parquet is bounded data source. Fixing this as well
Meghajit
commented
Jun 6, 2022
docs/docs/concepts/basics.md
Outdated
Member
Author
There was a problem hiding this comment.
Same as https://github.com/odpf/dagger/pull/153/files#r890081887. Will fix this
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.
PR for #109