forked from singer-io/tap-db2
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update current_log_version on full sync (singer-io#10)
* Current_log_version to None on full sync * Update current_log_instance to None on full sync * removed unwanted space * test * working * formatting reverted * Added logic to factor in None values for self.current_log_version * Update current_log_version to be min_valid_version if full sync * moved the current_log_version = min_valid_version to the if statement above so that it only changes if current_log_version is actually None * added comment * changed to _get_current_log_version for current_log_version * push for testing * logging * logger 2 * more logging * updated logger * fixed logger * one more logging change * one more * New log_based_initial_full_table function * fixed none type again * get current version back * removed logging from init.py * One more change to loook at Nones * removed logs
- Loading branch information
Showing
2 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters