-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed library imports from the worker #1046
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1046 +/- ##
===========================================
+ Coverage 31.97% 82.81% +50.84%
===========================================
Files 33 33
Lines 1764 1775 +11
Branches 282 282
===========================================
+ Hits 564 1470 +906
+ Misses 1199 235 -964
- Partials 1 70 +69
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
296a1cc
to
0784018
Compare
0784018
to
387dd91
Compare
@gavin-aguiar codecov failed, plz add some tests |
387dd91
to
3c4f56d
Compare
b3091c2
to
ee43db3
Compare
9b4b618
to
3a627df
Compare
Removed library imports from the worker and only imported them in the function that they are used.
This should fix the users who have pinned their azure functions to a version older than 1.10.1.
Error seen for users with older pinned azure functions version
ERROR: unhandled error in functions worker,ImportError: cannot import name 'DataType' from 'azure.functions'
Description
Fixes #
PR information
Quality of Code and Contribution Guidelines