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