Skip to content

resolve the error and create a YAML file #161

Description

@Shubhra2406

default_config:
mode: KEEP

tables:

  • table_name_with_schema: public.address
    mode: MASKING

    transformations:

    Requirement 3b.2

    Preserve postal code format and length

    • columns:
      • postal_code
        params:
        type: format_preserving_hashing

    Requirement 3b.3

    Keep district values unchanged

    • columns:
      • district
        mode: KEEP

    Requirement 3b.4

    Generate realistic phone numbers

    • columns:
      • phone
        params:
        type: person_generator
        locale: en_GB

schema_creation_mode: CREATE_IF_NOT_EXISTS
table_truncation_mode: TRUNCATE
safety_mode: RELAXED

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions