is there a way to validate flows before registering them? i’d like to test things locally like storage, etc. that would otherwise cause an error on the registering step
k
Kevin Kho
03/16/2022, 4:58 PM
Not really because
flow.run()
does not respect storage or RunConfig. What are you imagining? Some easier way to debug? Cuz you can do something like
Copy code
storage = S3(...)
storage.build()
The registration calls the build but you can do it independently lol
k
Kyle McChesney
03/16/2022, 5:00 PM
Not sure if its a support pattern per-say, but we have the following
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.