o
Hi all,
👋 1
s
Hi @Oscar Delicaat - one common way to do this is with a sensor and the Python client for the Dagster GraphQL API. Here's how to reload a repository programmatically: https://docs.dagster.io/_apidocs/libraries/dagster-graphql#dagster_graphql.DagsterGraphQLClient.reload_repository_location. You can invoke that from within a sensor.
o
thanks!