feat(transformation): design specs for supporting dp sql queries as transformation in dcr #49
Labels
confidential-computing
differential-privacy
enhancement
New feature or request
hard
maintainers-only
Description
SQL queries are much more user-friendly and readable than any other general-purpose languages like Python or Go. We want to support such SQL queries as transformation if possible, but the catch is that the query result should be differentially private. We may have to look into different strategies on how we can generate an execution plan based on query input that makes the SQL output dp. We would also want the query execution to be done inside a tee.
Some high level strategies may include:
Resources:
The text was updated successfully, but these errors were encountered: