You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
The text was updated successfully, but these errors were encountered:
Currently, if no
warehouse.path
is provided, an errormissing field warehouse.path
is thrown.The text was updated successfully, but these errors were encountered: