Channels
ask-ai
dagster-de
integration-airbyte
topic-async-execution
dagster-jp
dagster-cube
gigs-freelance
dagster-wandb
dagster-feedback
dagster-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
dagster-insights
dagster-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
data-quality-asset-checks
Powered by
#dagster-cloud
Title
# dagster-cloud
j
Josh Alexy
01/24/2023, 5:52 AM
maybe a dumb question -- but is the graphQL API accessible somehow in dagster cloud? only seeing mention of local runs in the docs
g
Gu Xie
01/24/2023, 2:29 PM
You can access the GraphQL Playground by accessing:
<https://your-org.dagster.cloud/prod/graphql>
j
Josh Alexy
01/24/2023, 4:22 PM
awesome, is there any type of API auth? typically I'd probably keep something like this behind a VPC or use a token?
j
johann
01/24/2023, 4:45 PM
Here’s an example using a user token:
https://github.com/dagster-io/dagster/discussions/7772#discussioncomment-2702292
j
Josh Alexy
01/24/2023, 8:05 PM
Awesome, thanks!
Post