-
Notifications
You must be signed in to change notification settings - Fork 73
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fides Run #11753
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5666/merge
|
Run status |
Passed #11753
|
Run duration | 00m 38s |
Commit |
ce33cce095 ℹ️: Merge 5a66ca1d0e98aecb466d728c627d63abc901bc8a into de209feb31ce2619c9db608d41fa...
|
Committer | Andres Torres |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
View all changes introduced in this branch ↗︎ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5666 +/- ##
==========================================
- Coverage 87.14% 87.14% -0.01%
==========================================
Files 388 388
Lines 24012 24013 +1
Branches 2593 2593
==========================================
Hits 20926 20926
- Misses 2525 2526 +1
Partials 561 561 ☔ View full report in Codecov by Sentry. |
<ListItem>Database</ListItem> | ||
<ListItem>SQL database</ListItem> | ||
<ListItem>Storage system</ListItem> | ||
<ListItem>Data detection</ListItem> | ||
<ListItem>Data discovery</ListItem> |
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 know we mentioned these were going to be placeholders, but it's probably better to just leave an empty list right? or just one element that reads "Data catalog" for now. I think we can leave "smarter" placeholders than just copy-pasting it from some other monitor and causing potential confusion
<ListItem>CREATE ROLE my_monitor_role;</ListItem> | ||
<ListItem> | ||
GRANT USAGE ON DATABASE DATABASE_1 TO ROLE my_monitor_role; | ||
</ListItem> | ||
<ListItem> | ||
GRANT USAGE ON SCHEMA DATABASE_1.TEST_SCHEMA TO ROLE my_monitor_role; | ||
</ListItem> | ||
<ListItem> | ||
GRANT SELECT ON ALL TABLES IN SCHEMA DATABASE_1.TEST_SCHEMA TO ROLE | ||
my_monitor_role; | ||
</ListItem> | ||
<ListItem>CREATE USER test_user PASSWORD='***';</ListItem> | ||
<ListItem>GRANT ROLE my_monitor_role TO USER test_user;</ListItem> |
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.
same here, can we just leave an empty list?
ConnectionType.datahub.value: SystemType.data_catalog, | ||
ConnectionType.dynamic_erasure_email.value: SystemType.email, | ||
ConnectionType.dynamodb.value: SystemType.database, | ||
ConnectionType.fides.value: SystemType.database, # What's the actualy SystemType here? |
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.
leaving a comment just so we don't forget to clarify the question
Co-authored-by: erosselli <[email protected]>
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