astro.sql.operators.transform

Module Contents

Classes

TransformOperator

Given a SQL statement and (optional) tables, execute the SQL statement and output

class astro.sql.operators.transform.TransformOperator

Bases: astro.sql.operators.base.BaseSQLOperator

Given a SQL statement and (optional) tables, execute the SQL statement and output the result into a SQL table.

execute(context)
Parameters

context (Dict) –