ci-cd-for-data-processing-workflow icon indicating copy to clipboard operation
ci-cd-for-data-processing-workflow copied to clipboard

Don't use plugins for custom operator

Open jaketf opened this issue 5 years ago • 0 comments

The current example uses plugins for the contrived xcom compare operator.

Instead this should be managed as a separate python module (e.g. in the DAGs folder on gcs ignored by .airflowignore)

Also let's consider adding a more useful plugin example like a UI view or something!

jaketf avatar Jul 22 '20 19:07 jaketf