https://prefect.io logo
l

lialzm

01/10/2023, 3:45 PM
Hi team, can help me ? I get a error like
Copy code
Downloading flow code from storage at None

Flow could not be retrieved from deployment.
my code
Copy code
ali= RemoteFileSystem.load("ali")


deployment = Deployment.build_from_flow(
    flow=download,
    name="test",
    storage=ali,
    schedule=(CronSchedule(cron="0 16 * * *"))
)
deployment.apply()
c

Christopher Boyd

01/10/2023, 3:50 PM
Hi @lialzm - I’m currently working with you in this thread…
notablye, how is your storage configuration and storage block setup
l

lialzm

01/10/2023, 3:54 PM
thanks,I will try Docker Container
3 Views