ancient-queen-15575
05/25/2023, 10:50 AMcurl --location --request POST '<https://dev.mydomain.org/api/graphql>' \
--header 'Authorization: Bearer <datahub token>' \
--header 'Content-Type: application/json' \
--data-raw '{ "query": "{ dataset(urn: \"urn:li:dataset:(urn:li:dataPlatform:s3,land-dev.insurance/calculations,DEV)\") { domain { associatedUrn domain { urn properties { name } } } } }", "variables":{}}'
But I can connect when trying to run a recipe. My enviorment variable for the token is called DATAHUB_GMS_TOKEN
and has the same value as is used in the curl request. For DATAHUB_GMS_URL
the value is <https://dev.mydomain.org:8080>
.
I’m not understanding why a query to graphql would work but connecting to the GMS port wouldn’tgray-shoe-75895
05/25/2023, 11:36 PM