Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad gateway querying newer datasets using S3 query #197

Open
bencarr1337 opened this issue Dec 11, 2023 · 1 comment
Open

Bad gateway querying newer datasets using S3 query #197

bencarr1337 opened this issue Dec 11, 2023 · 1 comment

Comments

@bencarr1337
Copy link

Using a S3 query like below results in a Gateway timeout...

url --get https://data.api.trade.gov.uk/v1/datasets/uk-tariff-2021-01-01/versions/v4.0.30/data
--data-urlencode "format=json"
--data-urlencode "query-s3-select=
SELECT
c.commodity__code, c.commodity__suffix, c.commodity__description
FROM
S3Object[].commodities[] c
WHERE
c.commodity__code = '0101210000'
LIMIT
1
"

@SteveCN7
Copy link

Hi @bencarr1337

Sorry for the delay in the response, our notifications on this repo haven't been directing properly.

Can you advise if you're still encountering this problem and I can escalate with the team to look at?

Many Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants