airflow.providers.standard.operators.smooth

Classes

SmoothOperator

Operator that logs a YouTube link to Sade song "Smooth Operator".

Module Contents

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

Bases: airflow.models.baseoperator.BaseOperator

Operator that 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?