-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Metrics update return type and Error handling (#470)
* Added a return type to avoid typehint errors * version bump * error handling in metrics AddMetrics * lint fixes * empty commit
- Loading branch information
1 parent
f0ead39
commit 39c4925
Showing
2 changed files
with
34 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ | |
packages=find_packages(), | ||
author='Anthromets', | ||
author_email='[email protected]', | ||
version='0.2.26', | ||
version='0.2.27', | ||
url='https://weather-tools.readthedocs.io/en/latest/weather_mv/', | ||
description='A tool to load weather data into BigQuery.', | ||
install_requires=beam_gcp_requirements + base_requirements, | ||
|