type: bulk args: - type: run_sql args: sql: | drop table posts; drop table colors; drop table article; drop table author; drop table orders; cascade: true