type: bulk args: #Insert Author table data - type: insert args: table: author objects: - name: Author 1 - name: Author 2 #Insert aticle table data - type: insert args: table: article objects: - content: Sample article content title: Article 1 - content: Sample article content title: Article 2 - content: Sample article content title: Article 3 #Insert into orders - type: insert args: table: orders objects: - placed: '2017-08-19 14:22:11.802755+02'