-
Notifications
You must be signed in to change notification settings - Fork 2
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
♻️ Base connect_hub()
off of edge function
#879
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #879 +/- ##
==========================================
- Coverage 83.76% 83.51% -0.25%
==========================================
Files 43 43
Lines 3381 3355 -26
==========================================
- Hits 2832 2802 -30
- Misses 549 553 +4 ☔ View full report in Codecov by Sentry. |
@@ -56,6 +56,8 @@ def __init__( | |||
schema: str | None = None, # comma-separated string of schema names | |||
git_repo: str | None = None, # a git repo URL | |||
is_on_hub: bool | None = None, # initialized from hub | |||
api_url: str | None = None, | |||
schema_id: UUID | None = None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@falexwolf not sure. I have to add them here for saving the instance settings. But i am not sure if they should be here even as just private variables.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is OK, Sergei!
connect_hub()
off of edge function
@Koncopd, can we merge this one? |
One more thing and i will merge. |
No description provided.