s3_endpoint setting is getting lost for parquet_describe #207
Labels
bug
Something isn't working
good first issue
Good for newcomers
priority-high
High priority issue
user-request
This issue was directly requested by a user
What happens?
s3_endpoint
setting is not persisted between connections for theparquet_describe
To Reproduce
I am using an S3 bucket in the
eu-central-2
region. Let's set up the databaseLooks good! Let's disconnect, connect again, and re-run
parquet_describe
As you can see, initially
s3.amazonaws.com
is used as an endpoint, instead of the provideds3.eu-central-2.amazonaws.com
. RunningSELECT
s against a foreign table works though and fixes it for the next calls to theparquet_describe
within the same connection. Another workaround is to explicitly sets3_endpoint
:OS:
Docker container based on ghcr.io/cloudnative-pg/postgresql:17.2-33-bookworm, arm64
ParadeDB Version:
[email protected]
Are you using ParadeDB Docker, Helm, or the extension(s) standalone?
ParadeDB pg_analytics Extension
Full Name:
Konstantin Nesterov
Affiliation:
CareerLunch AG
Did you include all relevant data sets for reproducing the issue?
Yes
Did you include the code required to reproduce the issue?
Did you include all relevant configurations (e.g., CPU architecture, PostgreSQL version, Linux distribution) to reproduce the issue?
The text was updated successfully, but these errors were encountered: