File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,27 @@ destinations:
7878 key: value
7979```
8080
81+ #### Snowflake
82+
83+ ```
84+ destinations:
85+ snowflake:
86+ host: myorg-myaccount
87+ user: cloud2sql
88+ password: changeme
89+ database: cloud2sql/public
90+ args:
91+ warehouse: compute_wh
92+ role: accountadmin
93+ ```
94+
8195#### Apache Parquet
8296
8397```
84- parquet:///path/to/parquet/directory
98+ destinations:
99+ parquet:
100+ path: /path/to/parquet/files
101+ batch_size: 100_000
85102```
86103
87104#### My database is not listed here
Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ sources:
9797 # Onelogin client secret
9898 client_secret : null
9999destinations :
100+ # Define the destination to sync.
101+ # PostgreSQL is listed here as example - see README.md for a list of possible targets.
100102 posgresql :
101103 host : 127.0.0.1
102104 port : 5432
You can’t perform that action at this time.
0 commit comments