type: bulk
args:
- type: run_sql
sql: |
drop table article;
drop table author;
drop table test;
cascade: true