-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade singer-python to 5.3.3 * Translate old stats module to metrics module * Oversights from metrics change. * Use the correct transform function * fix date related issues and make timezone aware (#17) * Upgrade singer-python to 5.3.3 * Translate old stats module to metrics module * Oversights from metrics change. * Use the correct transform function * fix date related issues and make timezone aware * replace calls to deprecated strptime with strptime_to_utc * make all dates timezone aware so that comparisons work * resolving conflicts --------- Co-authored-by: Dan Mosora <dan@stitchdata.com> Co-authored-by: rdeshmukh15 <107538720+rdeshmukh15@users.noreply.github.com> Co-authored-by: “rdeshmukh15” <rdeshmukh@talend.com> * singer-python version upgrade * changes in get_restricted_start_date function * replaced strptime with strptime_to_utc func * unit test case fix * changes in test_helpers.py * bump version changes in setup.py and CHANGELOG.md (#45) --------- Co-authored-by: Rutuja Deshmukh <rdeshmukh@talend.com> Co-authored-by: Robin Janssens <robinj@users.noreply.github.com> Co-authored-by: rdeshmukh15 <107538720+rdeshmukh15@users.noreply.github.com>
- Loading branch information
1 parent
4d869cd
commit 80abca3
Showing
4 changed files
with
43 additions
and
38 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
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