How do i have to setup a OD Connection to connect to a postrgre Table ?
Given the
- Instance url: “https://my-instance.onedata.de/onedata”
- Table name my_postgre_table
How do i have to setup a OD Connection to connect to a postrgre Table ?
Given the
the database that stores internal PostgreSQL tables is not meant to be publicly accessible. The credentials are usually a secret of the respective ONE DATA instance. I assume that usually the database would not be reachable from the outside even if you had the credentials. If you are on the instance that stores the table, then you don’t need a connection anyways, right?
In this case i am on another instance.
But Your answer helps anyway. This way i know for sure that i need to use the OD Api / Python SDK