Airflow error importing DAG using plugin - Relationships can only be set between Operators

后端 未结 1 362
我寻月下人不归
我寻月下人不归 2020-12-20 19:55

I have written an airflow plugin that simply contains one custom operator (to support CMEK in BigQuery). I can create a simple DAG with a single task that uses this operator

相关标签:
1条回答
  • 2020-12-20 20:08

    There was a bug introduced in composer-1.4.2 release which we have fixed by now, try create a new Composer environment and that DAG error should go away. Meanwhile, we'll also apply that fix automatically on existing 1.4.2 environments over the next few days.

    0 讨论(0)
提交回复
热议问题