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

improve: make warehouse.path an optional properties for iceberge rest catalog. #19159

Open
chenzl25 opened this issue Oct 28, 2024 · 0 comments
Milestone

Comments

@chenzl25
Copy link
Contributor

chenzl25 commented Oct 28, 2024

Currently, if no warehouse.path is provided, an error missing field warehouse.path is thrown.

CREATE SINK xxx from yyy 
WITH (
     connector = 'iceberg',
     catalog.type = 'rest',
     ... (no warehouse.path)
);
ERROR:  Failed to run the query

Caused by these errors (recent errors listed first):
  1: Sink error
  2: config error
  3: missing field `warehouse.path`
@github-actions github-actions bot added this to the release-2.2 milestone Oct 28, 2024
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

No branches or pull requests

1 participant