Susmit07 opened a new issue, #44456:
URL: https://github.com/apache/arrow/issues/44456

   ### Describe the usage question you have. Please include as many useful 
details as  possible.
   
   
   Hi Team,
   
   If things goes well, we will be using Arrow Flight SQL Server. 
   
   We will be publishing sdks for java and python for teams to consume in our 
organisation.
   
   Flight SQL server is written in Python and we are using DuckDB query engine 
for query support on S3 parquet files.
   
   ```
   sql_query = "SELECT * FROM 
read_parquet('/Users/susmit.sarkar/Downloads/flights-1m-new-large.parquet');"
   ``
   
   The performance numbers are really good.
   
   I want to know how to authenticate and authorize a user (best practices) 
accessing a parquet data for a bucket. Every teams will have dedicated S3 
buckets.
   
   Everytime initialising s3 client with new access and secret keys won't it be 
resource intensive?
   
   
   
   ### Component(s)
   
   FlightRPC


-- 
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...@arrow.apache.org.apache.org

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

Reply via email to