-
Couldn't load subscription status.
- Fork 7
Add documentation for Delta Sharing node type #129
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
base: node-delta-sharing
Are you sure you want to change the base?
Add documentation for Delta Sharing node type #129
Conversation
Signed-off-by: Ritesh.K <[email protected]>
Signed-off-by: Ritesh.K <[email protected]>
|
|
||
| Supported Keys: | ||
|
|
||
| - `profile_path` (string, required): Path to a Delta Sharing profile file. |
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.
Are these referring to the configuration file? If so, please move them to the configuration section.
Please try to follow the same structure as in the other node-type pages.
| - `profile_path` (string, required): Path to a Delta Sharing profile file. | ||
| - `cache_dir` (string, optional): Local directory for caching fetched parquet files. | ||
| - `table_path` (string, required for `read`/`write`): Table path in the format `server#share.schema.table`. | ||
| - `op` (string, optional): One of `read`, `write`, `noop`. Defaults to `noop`. |
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 try to avoid abbreviations for options. A full operation is easier to understand by the user.
|
|
||
| ## Prerequisites | ||
|
|
||
| - A reachable Delta Sharing server and a valid Delta Sharing profile path (`profile_path`). |
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.
Can we please add some hyperlinks to the project of the delta sharing server, as well as add the exact name of the libraries and links which need to be installed as a pre-requisite?
Please make sure to add these new dependencies also to this table, as well as the two command invocations below it (apt|dnf install):
| type = "delta_sharing" | ||
|
|
||
|
|
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.
| type = "delta_sharing" | |
| type = "delta_sharing" | |
Co-authored-by: Steffen Vogel <[email protected]> Signed-off-by: RiteshKarki27 <[email protected]>
Co-authored-by: Steffen Vogel <[email protected]> Signed-off-by: RiteshKarki27 <[email protected]>
Co-authored-by: Steffen Vogel <[email protected]> Signed-off-by: RiteshKarki27 <[email protected]>
Create a new lab (lab 21) for Delta Sharing node type.