You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there might even be a julia package that does this. Right now I am hard-coding the block structure from existing blocks. Potential support could be:
creating blocks, deployments
creating flows, tasks
Again, Prefect had a blurb that they were working on a Julia SDK.
The text was updated successfully, but these errors were encountered:
So... yes there is a right way, but they are a heavy lift. Maybe the Swagger way is actually pretty easy -- not ready to put effort into learning it just now.
So far the hand rolled small-scale is the best approach. I only need a small set of API calls to run the Julia part of my deployed jobs. Don't need to deploy or define flows in Julia -- just need the following:
access to block information
logging from Julia process
Leaving this issue open for now, but likely will close as out of scop.
prefect cli, it works the same? I suppose so. And running a flow from file is julia --file=... type of thing. The worker is local process, the observability comes from the @flow macroized calls from the julia script.
I think there might even be a julia package that does this. Right now I am hard-coding the block structure from existing blocks. Potential support could be:
Again, Prefect had a blurb that they were working on a Julia SDK.
The text was updated successfully, but these errors were encountered: