We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 "
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
"
The text was updated successfully, but these errors were encountered: