docker / docker/compose-for-agents
resolve the error and create a YAML file
Open
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: MASKINGtransformations:
Requirement 3b.2
Preserve postal code format and length
- columns:
- postal_code
params:
type: format_preserving_hashing
- postal_code
Requirement 3b.3
Keep district values unchanged
- columns:
- district
mode: KEEP
- district
Requirement 3b.4
Generate realistic phone numbers
- columns:
- phone
params:
type: person_generator
locale: en_GB
- phone
- columns:
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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