ci-cd-for-data-processing-workflow
ci-cd-for-data-processing-workflow copied to clipboard
Don't use plugins for custom operator
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!