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 aaa6878 commit 2b25f69Copy full SHA for 2b25f69
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+1.8.3 (2022-01-18)
2
+-------------------
3
+**Fixes**
4
+- INCREMENTAL: generate valid SQL to extract data from tables where no `replication_key_value` in the state file.
5
+
6
1.8.2 (2022-01-14)
7
-------------------
8
**Fixes**
setup.py
@@ -6,7 +6,7 @@
long_description = f.read()
setup(name='pipelinewise-tap-postgres',
9
- version='1.8.2',
+ version='1.8.3',
10
description='Singer.io tap for extracting data from PostgresSQL - PipelineWise compatible',
11
long_description=long_description,
12
long_description_content_type='text/markdown',
0 commit comments