-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add "data type" column to D&D tables #5218
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
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.
Nice job organizing the files. I see the data type column correctly in the Data Detection portion.
But no values appear in the Data Discovery column, looking at the response from the API I see that the source_data_type is null but the data_type says string. So I wonder if this is a backend issue or is it expected to get it as data_type and that should be the fallback value to source_data type in the FE.
Also, I saw you removed the "--" fallback for description in the useDetectionResultColumns on line 124 but it is still there in other parts of the file and in useDiscoveryResultColumns too, we'll probably want to keep a consistency there.
Thanks for catching this, fixed.
This was a backend and frontend issue-- I was querying the wrong field and the backend was returning null for the right field ( |
Thanks for the updates. I just tested with the latest from BE and FE branches and I see the data types correctly. |
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.
Approved!
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
Closes PROD-2379
Description Of Changes
Adds a "data type" column to fields in D&D tables.
Code Changes
Steps to Confirm
Running fidesplus backend on branch
https://github.com/ethyca/fidesplus/pull/1567/files
, "Data type" column should appear on fields in D&D result tables.Pre-Merge Checklist
CHANGELOG.md