Fokko opened a new pull request, #6864:
URL: https://github.com/apache/iceberg/pull/6864

   If you set `default-catalog` it will default to that catalog.
   
   ```yaml
   default-catalog: rest
   
   catalog:
       hive:
           uri: thrift://127.0.0.1:9083
           s3.endpoint: http://127.0.0.1:9000
           s3.access-key-id: admin
           s3.secret-access-key: password
   
       rest:
           uri: https://...
           py-io-impl: pyiceberg.io.pyarrow.PyArrowFileIO
   ```
   
   This will use the rest catalog as set using `default-catalog`.


-- 
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]

Reply via email to