debezium-server-iceberg
debezium-server-iceberg copied to clipboard
not able get records from the table.
hi @ismailsimsek ,
so we are using debezium as a part of our architecture where we are using Oracle db as a source and destination as a dremio.
in that we are trying to access the initial and incremental load of the table from the database through CDC events. the process which we are following is
oracle -> aws iceberg tables -> aws s3 bucket (where data and metadata are stored) -> dremio (configured iceberg tables and s3 bucket), for this we have provided parameters (application.properties) for which I have attached a file for better understanding.
now the problem which we are facing is that, we are not able to get any of the data from the table. we are just getting the metadata of that in dremio and in dremio I have configured both
still i'm not able to get data from any of it.
application_properties.txt