Matthew Scanlon
09/05/2024, 2:57 PMflow._entrypoint
but (a) is this sufficient (using an fsspec url)? (b) would you need to configure flow._storage
as well?Nate
09/05/2024, 3:12 PMFlow
Is it possible to manually configure a remote storage solution as the entry point for a flow?in general this is what
from_source
is for, whether its your s3 block, just an s3 bucket, github or a gistMatthew Scanlon
09/05/2024, 3:18 PMMatthew Scanlon
09/05/2024, 3:20 PMdef deploy_my_flow(flow: Flow):
# configure deployment
flow.to_deployment()
deployment.apply()
# upload to remote storage