Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 529 Bytes

drop_table.rst

File metadata and controls

14 lines (11 loc) · 529 Bytes

drop table operator

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