-
Notifications
You must be signed in to change notification settings - Fork 74
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
HJ 181 - Datahub groundwork and UI #5666
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fides Run #11781
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5666/merge
|
Run status |
Passed #11781
|
Run duration | 00m 50s |
Commit |
5d5b2b868d ℹ️: Merge 7631e25e4fa4a8b11a68d56a04a860e1dc73c502 into 39dbc4847cd01219ea84725370a3...
|
Committer | Andres Torres |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5666 +/- ##
==========================================
+ Coverage 84.94% 87.13% +2.19%
==========================================
Files 388 388
Lines 24014 24018 +4
Branches 2593 2593
==========================================
+ Hits 20399 20929 +530
+ Misses 3051 2528 -523
+ Partials 564 561 -3 ☔ View full report in Codecov by Sentry. |
clients/admin-ui/src/features/integrations/integration-type-info/datahubInfo.tsx
Outdated
Show resolved
Hide resolved
clients/admin-ui/src/features/integrations/integration-type-info/datahubInfo.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: erosselli <[email protected]>
@@ -147,7 +147,15 @@ def test_connection_type_human_readable(self): | |||
|
|||
def test_connection_type_human_readable_invalid(self): | |||
with pytest.raises(ValueError): | |||
ConnectionType("nonmapped_type").human_readable() | |||
ConnectionType("nonmapped_type").human_readable |
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.
human_readable
is a property not a method
fides Run #11783
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #11783
|
Run duration | 00m 57s |
Commit |
39ef14b005: HJ 181 - Datahub groundwork and UI (#5666)
|
Committer | Andres Torres |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Closes #HJ-181
Description Of Changes
Datahub should be in fidesplus
Code Changes
SystemType
enumDatahubSchema.frequency
, it is going to be added back on the new type of monitorDatahubSchema.frequency
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md
updatedmain
downgrade()
migration is correct and works