BigQuery-related util functions.

make_table_desc_op[source]

make_table_desc_op(destination_table:str, description:str, task_id:str=None)

Creates an BigQueryUpdateTableOperator in order to update table's description.

make_table_schema_update_op[source]

make_table_schema_update_op(destination_table:str, schema:List[List[str]], task_id:str=None)

Creates an BigQueryUpdateTableSchemaOperator in order to update schema's fields