astro.sql.operators.base_operator

Module Contents

Classes

AstroSQLBaseOperator

Base class for any SQL operator that allows users to define upstream tasks using an upstream_tasks parameter

class astro.sql.operators.base_operator.AstroSQLBaseOperator(**kwargs)

Bases: astro.sql.operators.upstream_task_mixin.UpstreamTaskMixin, airflow.models.baseoperator.BaseOperator, abc.ABC

Base class for any SQL operator that allows users to define upstream tasks using an upstream_tasks parameter