drop_table
Astro SDKDrops a table.
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.