CSV Destination Plugin Recipes
Full spec options for CSV destination available here.
Basic
This is a basic configuration that will output all tables as CSV files to the specified directory.
kind: destination
spec:
name: csv
path: cloudquery/csv
version: "v1.1.11" # latest version of csv plugin
spec:
directory: ./output # default to ./cq_csv_output