singer-tap-template icon indicating copy to clipboard operation
singer-tap-template copied to clipboard

TypeError due to trying to find max between None with non None value

Open pvonglehn opened this issue 1 year ago • 0 comments

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'

pvonglehn avatar Apr 16 '23 13:04 pvonglehn