Skip to content

Conversation

@RiteshKarki27
Copy link

@RiteshKarki27 RiteshKarki27 commented Oct 9, 2025

Create a new lab (lab 21) for Delta Sharing node type.

@RiteshKarki27 RiteshKarki27 requested a review from stv0g as a code owner October 9, 2025 18:05

Supported Keys:

- `profile_path` (string, required): Path to a Delta Sharing profile file.
Copy link
Contributor

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`.
Copy link
Contributor

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`).
Copy link
Contributor

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):

Comment on lines +36 to +38
type = "delta_sharing"


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
type = "delta_sharing"
type = "delta_sharing"

RiteshKarki27 and others added 3 commits October 20, 2025 10:04
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants