Hi again! is there a way to specify schedule defin...
# announcements
c
Hi again! is there a way to specify schedule definitions via yaml?
a
I dont think so, shouldn’t be difficult to write your own utility function to do it though.
here is a tangentially related example of generating pipeline definitions from yaml for reference https://github.com/dagster-io/dagster/blob/master/examples/dagster_examples/dep_dsl/pipeline.py
c
thank you!