Open bochenekmartin opened 10 months ago
Based on the stack trace, the issue is that Glue could not find the table: DefaultGlueClient.getTable
, which probably means that either the table doesn't exist or glue had an issue loading it.
The connector config had :
"iceberg.tables.auto-create-enabled": "true"
Hey @danielcweeks, is there any other reason for the exception, given that the connector config has the property "iceberg.tables.auto-create-enabled"
set to "true"
?
Hi! This is our iceberg connector config:
We've got the following exception:
Can you please suggest what the error means and how to handle the issue?