type: bulk args: - type: run_sql args: sql: | create table author( id serial primary key, name text unique ); - type: track_table args: schema: public name: author