djouallah opened a new issue, #1254:
URL: https://github.com/apache/iceberg-python/issues/1254

   ### Feature Request / Improvement
   
   currently by default, pyiceberg write all table inside the same path, which 
is arguable a very bad idea as later, there is no way to provide a fine level 
security, the current solution today is to explicitly write the path when 
creating a new table, which I don't think it is a great idea, as the user 
(IMHO) should not deal with storage path.
   
   it would be nice if pyiceberg has an option to automatically generate a path 
based on a table name, if I write schema.table,  the path will be 
base_location/schema/table.
   
   to be clear, I am not asking to change the iceberg catalog spec, but a new 
friendly functionality when using pyiceberg.


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