singer-tap-template
singer-tap-template copied to clipboard
TypeError due to trying to find max between None with non None value
If a bookmark column is set the a TypeError is always thrown when running the tap.
As max_bookmark
is initially set to None
, when we try to see if max_bookmark
needs updating by comparing it to the first value of the bookmark column a TypeError
is thrown:
TypeError: '>' not supported between instances of 'int' and 'NoneType'