drop_table

Astro SDKCertified

Drops a table.

View on GitHub

Last Updated: Aug. 18, 2022

Access Instructions

Install the Astro SDK provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

tableRequiredastro.sql.table.TableTable to be dropped.
kwargsDictAny keyword arguments supported by the BaseOperator is supported (e.g queue, owner)

Documentation

Drops a table.

Was this page helpful?