docker / docker/compose-for-agents

resolve the error and create a YAML file

Open
#161 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
1k
Forks
470
Avg merge
2h 39m
Merged PRs (30d)
1

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No repository file, test, entry point, or error message is identified in the issue. Start by locating where this YAML configuration belongs and reproducing the reported error; done requires a created, accepted YAML file and confirmation that the error is resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
yaml
Domain
devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.