hi everybody! i'm attempting to check the executio...
# ask-community
j
hi everybody! i'm attempting to check the execution status of a job via the graphql API. i can interact with my dagster host just fine via
requests
(there's no auth needed because i'm inside the same VPC). with
dagster-graphql
, however, i get a connection error raised from
urllib3
i'm configuring the client with
client = DagsterGraphQLClient("<https://my-dagster-deploy.com/>", use_https=True)
any idea where i might be going wrong?
c
What’s the actual error you’re seeing? And are you seeing this upon attempting to query, or when initializing the graphql client
j
upon querying
oh shoot! looks like it tripped on the trailing slash
problem solved looks like, thx a bunch!
c
I didn’t do anything but glad it worked out! Lol