We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Plugin re-write adds some capabilities that require CRD change. New fields to add:
stagingLocation
targetLocation
retention.period
retention.location
catalog.authSecret
merge.authSecret
storage.authSecret
postCommitHooks
PolarisPublishHook
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Plugin re-write adds some capabilities that require CRD change. New fields to add:
stagingLocation
: path to save staging Iceberg tables totargetLocation
: path to save/merge staging table data intoretention.period
: period in hours to keep the staging data forretention.location
: location of an archive table for the stream staging datacatalog.authSecret
: authentication information for the data catalog used by MergeStagemerge.authSecret
: authentication information for the merge servicestorage.authSecret
: authentication information for the staging/target storagepostCommitHooks
: an array of class paths for post hooks, i.e.PolarisPublishHook
Possible solution
No response
Alternatives
No response
Context
No response
The text was updated successfully, but these errors were encountered: