1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Example: structured MySQL credentials source: type: mysql host: localhost port: 3306 user: rivet password: rivet database: rivet exports: - name: orders_local query: "SELECT * FROM orders" mode: full format: csv destination: type: local path: ./out