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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to