Shekharrajak commented on issue #17352:
URL: https://github.com/apache/druid/issues/17352#issuecomment-2428364365
I feel we should have modular API to choose catalog, something like (means
every input source can have option to choose the catalog that input source
supports):
```
"inputSource": {
"type": "iceberg",
"tableName": "iceberg_spr_1_test_23sep",
"namespace": "test",
"catalog":
{
"type" : "iceberg-catalog",
"catalog-type" : "glue", // or hive, local, HDFS, JDBC, etc
whatever iceberg supports
"warehousePath": "<>",
"catalogProperties" :
{"<key>": "<value>"}
},
"icebergFilter":
{
...
},
"warehouseSource": {
..
}
}
```
What do you guys think ? @a2l007 @abhishekrb19
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]