djouallah commented on issue #1018:
URL: 
https://github.com/apache/iceberg-python/issues/1018#issuecomment-2471827257

   catalog.url(Endpoints.load_table, prefixed=True, 
**catalog._split_identifier_for_path(identifier_tuple))
   
   
https://xxxxx-polaris.snowflakecomputing.com/polaris/api/catalog/v1/dwh/namespaces/demo/tables/scada
   
   
   identifier
   identifier_tuple
   catalog._split_identifier_for_path(identifier_tuple)
   
   demo.scada
   ('demo', 'scada')
   {'namespace': 'demo', 'table': 'scada'}
   <Response [404]>
   
   
   


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