Thanks for the work on this - potentially a really nice tool.
Is there a way to use a schema with the table name?
my_table = Table('myshema.mytable') doesn't work because the results produce a quote (DELETE FROM "myschema.mytable") instead of ("DELETE FROM "myshema"."mytable")