Skip to content

Commit

Permalink
fixed schema (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar authored Jul 19, 2024
1 parent b53688b commit 97d2abd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.64.0 (2024-07-19)
-------------------
- Update `sync_tables` and `import_config` commands
- new optional config setting for source tables size checking
- checking the size of source tables in `tap_mysql` and `tap_postgres` to `target_snowflake` and failing fast sync
if the size is not allowed
- added `--force` argument for `sync_tables` command to ignore size checking

0.63.0 (2024-07-08)
---------------------
- Bump `pipelinewise-tap-jira`from `2.0.1` to `2.2.0`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(name='pipelinewise',
python_requires='==3.8.*',
version='0.63.0',
version='0.64.0',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 97d2abd

Please sign in to comment.