Skip to content

Commit 0c38f81

Browse files
authored
fix README.md (#16)
1 parent db38ea5 commit 0c38f81

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff 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

config-template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ sources:
9797
# Onelogin client secret
9898
client_secret: null
9999
destinations:
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

0 commit comments

Comments
 (0)