kevinjqliu commented on issue #2490: URL: https://github.com/apache/iceberg-python/issues/2490#issuecomment-3316204060
we shouldnt add any vendor specific logic into the repo you can achieve the same result using the `.pyiceberg.yaml` file https://py.iceberg.apache.org/configuration/#rest-catalog ``` catalog: onelake: uri: ... adls.account-name: onelake adls.account-host: onelake.blob.fabric.microsoft.com ``` and do `catalog = load_catalog("onelake", **{<extra configs>})` -- 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]
