alex-kar commented on issue #62:
URL: https://github.com/apache/iceberg-go/issues/62#issuecomment-2359890609
@zeroshade What's the initial structure for configuration file would look
like?
Something similar to `pyiceberg`'s config:
```
catalog:
default:
catalog: rest
uri: http://localhost:8181/
output: text
credential: client-id:client-secret
warehouse: catalog_name
custom-catalog:
catalog: rest
uri: http://localhost:8181/
output: text
credential: client-id:client-secret
warehouse: catalog_name
```
What about path? `~/iceberg-go.yaml`?
I'd like to work on this, but I need a bit more clarity on the expected
config structure.
--
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]