ETL model with DAGs and Tasks

拜拜、爱过 提交于 2019-12-02 07:55:18

2nd option is better (have each sub-workflow of Company Routine as a top-level DAG) because

  • top-level DAGs can be re-run independently (in case just one of them needs to be rerun) while you cannot rerun just a part of a DAG (if you modelled them as a monolithic DAG)
  • same holds true for backfilling

But then you must link-up those top-level DAGs together too (so that they run one-after another). For that, see Wiring top-level DAGs together

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!