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
#ask-community
Title
# ask-community
a
Alvaro Arias
07/05/2022, 1:04 PM
Hi mates! Is any way to activate a sensor inside an op?
p
prha
07/05/2022, 3:41 PM
Hi Alvaro. Do you mean turn a sensor on/off? We’ve seen people use our GraphQL API to turn sensors on/off…
Copy code
startSensor(sensorSelector: $selector)
You can learn more about our graphql API here:
https://docs.dagster.io/concepts/dagit/graphql#graphql-api
a
Alvaro Arias
07/06/2022, 7:09 AM
Thanks! 🎉
2 Views
Post