We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf0c02 commit 21d3d82Copy full SHA for 21d3d82
example_configs/parallel.yml
@@ -14,6 +14,6 @@ kind: destination
14
spec:
15
name: 'postgresql-REGION_PLACEHOLDER'
16
path: cloudquery/postgresql
17
- version: 'v8.0.6' # latest version of postgresql plugin
+ version: 'v8.0.7' # latest version of postgresql plugin
18
19
connection_string: ${CQ_DSN} # The CQ_DSN environment variable will be set by GitHub Action workflow
example_configs/serial.yml
@@ -11,6 +11,6 @@ kind: destination
11
12
name: 'postgresql'
13
path: 'cloudquery/postgresql'
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'
0 commit comments