Skip to content
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

Add NotificationType.VALIDATE which can serve as a dry-run of a CREATE without a metadata file #321

Merged

Commits on Sep 26, 2024

  1. Add NotificationType.VALIDATE which can serve as a dry-run of a CREAT…

    …E without a metadata file
    
    If a remote catalog or manual caller wants to ensure that permissions, paths, etc., are configured
    correctly to receive CREATE/UPDATE notifications before deciding to actually create a table in the
    remote catalog, sending a VALIDATE notification with the prospective table metadata path can
    pre-validate basic setup. In a VALIDATE call, no actual entities will be mutated or created.
    dennishuo committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1e59dda View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:dennishuo/polaris into dhuo-add-val…

    …idate-notification-type
    dennishuo committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ca473b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9109062 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    3613500 View commit details
    Browse the repository at this point in the history