airflow.operators.smooth

Module Contents

Classes

SmoothOperator

Operator that does nothing, it logs a YouTube link to Sade song "Smooth Operator".

class airflow.operators.smooth.SmoothOperator(**kwargs)[source]

Bases: airflow.models.baseoperator.BaseOperator

Operator that does nothing, it logs a YouTube link to Sade song “Smooth Operator”.

ui_color = '#e8f7e4'[source]
execute(context)[source]

Derive when creating an operator.

Context is the same dictionary used as when rendering jinja templates.

Refer to get_template_context for more context.

Was this entry helpful?