Matt Alhonte
08/22/2023, 11:40 PMJamie Zieziula
08/23/2023, 1:10 AMMatt Alhonte
08/23/2023, 1:11 AMJamie Zieziula
08/23/2023, 1:14 AMMatt Alhonte
08/23/2023, 1:14 AMJamie Zieziula
08/23/2023, 1:15 AMMatt Alhonte
08/23/2023, 1:15 AMJamie Zieziula
08/23/2023, 1:15 AMand ya can eventually merge changes from one into the other
Matt Alhonte
08/23/2023, 1:16 AMJamie Zieziula
08/23/2023, 1:18 AMMatt Alhonte
08/23/2023, 1:20 AMscript
way? Right now the Prefect 2 workflow has something like this at the bottom of every Flow file
for memory in [15360, 30720, 63398, 126899]:
base_args = make_deployment_args(flow_name1, memory, user="matt")
storage1 = S3Bucket.load(<name>)
deployment1 = Deployment.build_from_flow(
flow=nb_flow, storage=storage1, **base_args
)
Jamie Zieziula
08/23/2023, 1:20 AMMatt Alhonte
08/23/2023, 1:21 AMec2__cpu_2048__memory_14360
and one called ec2__cpu_2048__memory_14360_2
Jamie Zieziula
08/23/2023, 1:21 AMMatt Alhonte
08/23/2023, 1:21 AMPermissionError: [Errno 13] Permission denied: './../Hello World-ec2-ec2__cpu_2048__memory_14360_2'