singer-io / tap-adwords

GNU Affero General Public License v3.0
29 stars 37 forks source link

Handle datetime edge cases on bookmark write #51

Closed zenkay closed 2 years ago

zenkay commented 5 years ago

Closes #50

This PR bugfix a problem in datetime format on bookmark write. It uses the Singer library function (that properly handle the "4Y" format) in order to solve the problem.

Tested only on our specific use case and environment.

ianks commented 4 years ago

Same issue with us. Can this get merged?