FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fixing Bugs reported during oncall by jainr · Pull Request #908 · feathr-ai/feathr · GitHub

Fixing Bugs reported during oncall - #908

Merged
xiaoyongzhu merged 3 commits into
feathr-ai:mainfrom
jainr:jainr/oncallbug
Dec 9, 2022
Merged

Fixing Bugs reported during oncall#908
xiaoyongzhu merged 3 commits into
feathr-ai:mainfrom
jainr:jainr/oncallbug

Conversation

jainr commented Dec 8, 2022
edited
Loading

Copy link
Copy Markdown
Collaborator

Description

This PR solves two minor bugs found during bugbash/oncall

  1. TypeError: function() argument 'code' must be code, not str

from feathr import FeathrClient results in the above error.

This is caused because of package version mismatch, please run the following command to install 3.8.3 version of aiohttp package

%pip install -U aiohttp

user somehow had this version installed, which didnt work
aiohttp 3.7.4.post0

  1. Instructions to not have semi colon in SQL password

How was this PR tested?

Notebook was tested e2e successfully.

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to clarify your proposed changes.

jainr changed the title Adding instructions to synapse notebook for the TypeError Fixing Bugs reported during oncall Dec 8, 2022
xiaoyongzhu merged commit 9a98253 into feathr-ai:main Dec 9, 2022
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL