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

   ### Feature Request / Improvement
   
   Hi
   I am unable to create iceberg table in Azure blob storage using pyiceberg. I 
am getting the following error:
   
   > pyiceberg.exceptions.BadRequestError: IlleagalArgumentException: Location 
for ICEBERG_TABLE ''test.table' cannot be associated with any configured object 
storage location: Mandatory ADLS endpoint is not configured for storage account 
[email protected].
   
   But I don't have any issues when creating tables using Pyspark.
   
   Code:
   
   ```
   catalog = load_catalog(name="nessie",
   uri="http://10.xx.xx.xx:19120/iceberg";,
   properties={
    "ref"="main",
   "type"="rest",
   "warehouse": f"wasbs://[email protected]/warehouse",
   "io-impl": "pyiceberg.io.fsspec.FsspecFileIO",
   "azure.account-name": account
   "azure.account-key": key
   
   table = catalog.create_table(identifier="test.table",
   schema=schema,
   
location=f"wasbs://[email protected]/warehouse/test/table")
   ```


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