Skip to content

Conversation

@bobbai00
Copy link
Contributor

This PR refines the logic of showing selected dataset and version in scan source operators, if a file path is being selected.

It makes it no longer rely on the backend's API, a cleaner implementation. This is the base of the following refactor PR like #2972

@bobbai00 bobbai00 added the refactor Refactor the code label Oct 28, 2024
@bobbai00 bobbai00 requested a review from mengw15 October 28, 2024 06:12
@bobbai00 bobbai00 self-assigned this Oct 28, 2024
Copy link
Contributor

@mengw15 mengw15 left a comment

Choose a reason for hiding this comment

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

LGTM!

@mengw15
Copy link
Contributor

mengw15 commented Oct 28, 2024

do we disable duplicate database name and version name?

@bobbai00
Copy link
Contributor Author

do we disable duplicate database name and version name?

The uniqueness guarantee is the following:

  • Under the same owner email, all dataset names are unique
  • Under the same dataset name, all version names are unique

@bobbai00 bobbai00 force-pushed the jiadong-fix-scan-op-file-retrieval branch from 3eab960 to b2bf9e7 Compare October 28, 2024 14:31
@bobbai00 bobbai00 merged commit 266bd0f into master Oct 28, 2024
@bobbai00 bobbai00 deleted the jiadong-fix-scan-op-file-retrieval branch October 28, 2024 15:05
PurelyBlank pushed a commit that referenced this pull request Dec 4, 2024
…urce operators. (#2975)

This PR refines the logic of showing selected dataset and version in
scan source operators, if a file path is being selected.

It makes it no longer rely on the backend's API, a cleaner
implementation. This is the base of the following refactor PR like #2972
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Refactor the code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants