Hello, is it possible to trigger the dagit repo re...
# announcements
m
Hello, is it possible to trigger the dagit repo refresh logic programmatically?
d
Hi Michiel - I believe you could send the same reloadRepositoryLocation graphql mutation that the dagit UI uses using dagster-graphql. It just takes in the name of your repositoryLocation as the only argument (which should show up in dagit or you can set manually in your workspace yaml)
with the caveat that those graphql apis are a bit more likely to change without warning in future releases than the core dagster APIs
m
Ok thank you, I'll try to do that 👍