Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 602 Bytes

drop_table.rst

File metadata and controls

14 lines (11 loc) · 602 Bytes

:pydrop table operator <astro.sql.operators.drop>

When to use the drop_table operator

The drop_table operator allows you to delete tables from your database. It can be used on both temporary as well as persistent tables.

../../../../example_dags/example_sqlite_load_transform.py