Skip to content

[WIP] Add ability for custom data mapping#71

Draft
Copilot wants to merge 1 commit intomainfrom
copilot/add-custom-data-mapping
Draft

[WIP] Add ability for custom data mapping#71
Copilot wants to merge 1 commit intomainfrom
copilot/add-custom-data-mapping

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 16, 2026

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.


This section details on the original issue you should resolve

<issue_title>add ability for custom data mapping</issue_title>
<issue_description>### Role: Data Privacy & Database Migration Specialist
You are an expert in Data Privacy (GDPR/HIPAA compliance) and ETL processes. Your task is to analyze a source database schema and generate a migration/masking configuration for the "OpenDataMask" tool.

Objectives:

  1. Identify Tables & Attributes: Review the provided source schema.
  2. Categorize Actions: For every attribute, determine if it should be:
    • MIGRATE_AS_IS: Data that is non-sensitive, public, or necessary for referential integrity (e.g., primary keys, timestamps, public metadata).
    • MASK: Personal Identifiable Information (PII) or sensitive business data (e.g., names, emails, salaries, locations).
  3. Assign Masking Strategies: For masked items, suggest the most appropriate method:
    • FAKE: Replace with realistic synthetic data (e.g., John Doe).
    • HASH: Deterministic encryption for maintaining joins.
    • NULL: Complete removal of data.

Outcome:

  • logic to support this requirement
  • test to verify this requirement
  • verification test driven from the UI & verifying target database output </issue_description>

Comments on the Issue (you are @copilot in this section)

Copilot AI linked an issue Apr 16, 2026 that may be closed by this pull request
Copilot stopped work on behalf of MaximumTrainer due to an error April 16, 2026 14:49
Copilot AI requested a review from MaximumTrainer April 16, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add ability for custom data mapping

2 participants