Jezreel Zamora
02/01/2023, 6:12 AMDocker(files={"additional_file.py": "additional_file.py})Jean Luciano
02/01/2023, 4:08 PMJezreel Zamora
02/07/2023, 4:19 AMtest_flow.py
test_data_config.pyS3(bucket=bucket)
ECSRun(task_definition_arn=xxx, labels='ecs-agent', cpu=1024, memory=2048)Christopher Boyd
02/07/2023, 1:48 PMChristopher Boyd
02/07/2023, 1:48 PMChristopher Boyd
02/07/2023, 1:48 PMJezreel Zamora
02/08/2023, 2:42 AMimport test_data_config 
from prefect import Flow
with flow(name="test-flow"):
  #some code hereJean Luciano
02/08/2023, 7:46 PMtest_data_config.py