First of all, i need your help regarding some understanding is AWS Glue. do i have to create data catalog table or Stream schema registries
I already created the two and its not working.
this is the error i get
[2024-02-21 17:02:38,509] ERROR [project-dev-1min-agg-sink-auto|task-0] WorkerSinkTask{id=project-dev-1min-agg-sink-auto-0} Task threw an uncaught and unrecoverable exception. Task is being killed and will not recover until manually restarted. Error: Invalid table identifier: project-dev.one-minute-agg (org.apache.kafka.connect.runtime.WorkerSinkTask:612)
java.lang.IllegalArgumentException: Invalid table identifier: project-dev.one-minute-agg
at org.apache.iceberg.relocated.com.google.common.base.Preconditions.checkArgument(Preconditions.java:218)
at org.apache.iceberg.BaseMetastoreCatalog$BaseMetastoreCatalogTableBuilder.<init>(BaseMetastoreCatalog.java:146)
at org.apache.iceberg.BaseMetastoreCatalog.buildTable(BaseMetastoreCatalog.java:94)
at org.apache.iceberg.catalog.Catalog.createTable(Catalog.java:71)
at org.apache.iceberg.catalog.Catalog.createTable(Catalog.java:93)
.....
Hello all, i have this issue [Worker-0b160bbbb97a222f7] java.lang.IllegalArgumentException: Invalid table identifier. this is my configuration:
First of all, i need your help regarding some understanding is AWS Glue. do i have to create data catalog table or Stream schema registries
I already created the two and its not working.
this is the error i get