Mathijs Carlu
07/28/2022, 2:57 PMAnna Geller
07/28/2022, 2:58 PMKhuyen Tran
07/28/2022, 3:19 PMMathijs Carlu
07/28/2022, 3:28 PMd = Deployment(
flow = FlowScript(path='./etl.py'),
name = "ETL",
tags=["orion"],
infrastructure = KubernetesJob(stream_output=True, namespace="orion",),
packager = DockerPackager(python_environment=PythonEnvironment(python_version='3.8'), registry_url="XXX")
)
d.create(client=get_client())
It would be cool if I could deploy my flows this way, or something analogous @Khuyen TranAnna Geller
07/28/2022, 5:17 PMMatthias
07/29/2022, 9:53 AMAnna Geller
07/29/2022, 12:26 PMKhuyen Tran
07/29/2022, 4:59 PMMatthias
07/29/2022, 6:23 PMAnna Geller
07/29/2022, 6:39 PMKhuyen Tran
07/29/2022, 9:18 PMdeployment build
at the directory that contains all of your flows and its relative imports. Have you tried that?Riccardo Tesselli
07/30/2022, 10:00 PM