Tom Shaffner
01/19/2022, 4:23 PMKevin Kho
.yaml
or .sql
in the Git repo. I think for this specific case, you would have to use a different storage for the Flow like AzureBlobStorage
. And then in the Flow state handler, you can clone the repo to get the dependencies.
The repo can be cloned inside the state handler. We use the following code. You could use this but note it’s not a public facing API so it’s subject to changeTom Shaffner
01/19/2022, 4:49 PMKevin Kho
flow.register()
and it will upload the flow to storage. Then yes to cloning dependenciesTom Shaffner
01/19/2022, 4:54 PMKevin Kho