lialzm
01/10/2023, 3:45 PMDownloading flow code from storage at None
Flow could not be retrieved from deployment.
my code
ali= RemoteFileSystem.load("ali")
deployment = Deployment.build_from_flow(
flow=download,
name="test",
storage=ali,
schedule=(CronSchedule(cron="0 16 * * *"))
)
deployment.apply()
Christopher Boyd
01/10/2023, 3:50 PMlialzm
01/10/2023, 3:54 PM