You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
Add a C API for data masking.
Closes#2571
The objective here is to add a C API that will allow us to associated a data mask with a graph. Basic functions:
* Create a data mask
* Destroy a data mask
* Associated a data mask with a graph
* Disassociated a data mask from a graph
* Discover what data mask is associated with a graph
Current plan is to allow for the creation of a mask by the caller (the python layer for our current use case) and have it passed in. We may later add support for other techniques.
This PR can be approved independently, but implementation of the API is dependent on #2679
Authors:
- Chuck Hastings (https://github.com/ChuckHastings)
Approvers:
- Brad Rees (https://github.com/BradReesWork)
- Naim (https://github.com/naimnv)
URL: #2630
Define a C API for data masking.
The text was updated successfully, but these errors were encountered: