type: bulk
args:
#Drop relationship first
- type: drop_relationship
relationship: articles
table:
schema: public
name: author
- type: run_sql
sql: |
drop table article;
drop table author;
drop table "user";