ArijitSinghEDA commented on issue #692:
URL: https://github.com/apache/iceberg-python/issues/692#issuecomment-2348421783

   Hello all, I am facing the same issue when trying to use SQL Catalog with 
PostgreSQL.
   ```
   catalog = load_catalog(
           "default",
           **{
               "type": "sql",
               "uri": 
"postgresql+psycopg2://user:password@0.0.0.0:5432/iceberg",
               "s3.endpoint": "0.0.0.0:9000",
               "py-io-impl": "pyiceberg.io.pyarrow.PyArrowFileIO",
               "s3.access-key-id": "admin",
               "s3.secret-access-key": "password",
               "s3.region": "us-east-1"
           }
       )
   
   
   catalog.create_table(
               identifier="ns.table",
               schema=schema,
               location=f"s3a://warehouse/ns/tbl"
           )
   ```


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

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