Skip to content

[SQL] Build a tool to anonymize SQL programs #5616

@mihaibudiu

Description

@mihaibudiu

The input is a SQL program, the output is another SQL program with:

  • connector information removed
  • tables and views renamed
  • column names renamed
  • user-defined types renamed
  • user-defined functions renamed

This should probably be a separate jar. Or it could be a flag for the existing compiler.

Metadata

Metadata

Assignees

Labels

SQL compilerRelated to the SQL compilerhigh priorityTask should be tackled first, added in the current sprint if necessary

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions