yx
06/03/2019, 6:07 PMmax
06/03/2019, 6:14 PMyx
06/03/2019, 6:21 PMdag, steps
returned from make_airflow_dag
, I assume airflow would have just scanned the dag with all the tasks (or steps
in that example) properly included in that dag.max
06/03/2019, 6:24 PMdag
is the Airflow DAG that contains all of the tasks -- we could maybe adjust make_airflow_dag
so that it doesn't return the steps
as wellyx
06/03/2019, 6:34 PMmax
06/03/2019, 6:58 PMyx
06/03/2019, 7:31 PM@kube(cpu=8, mem=250g, gpu=1)
@lambda_solid(...)
def compute()
this is a neat feature from netflix's metaflow ()
You could leverage taints in kubernetes for advanced scheduling (https://kubernetes.io/blog/2017/03/advanced-scheduling-in-kubernetes/)max
06/03/2019, 7:37 PMyx
06/03/2019, 8:04 PM