Skip to content

Commit

Permalink
update typos of dqc.yml::parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
John.Liu committed Jan 11, 2025
1 parent 3369fba commit 3f30dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions griffin-dqc/src/main/resources/dqc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ griffin_recording:
parameters:
- table_name: "table_name"
required: true
- table_name: "pk_columns"
- pk_columns: "pk_columns"
required: true
- filter_expression: "filter_expression"
required: false
Expand All @@ -29,7 +29,7 @@ griffin_recording:
parameters:
- table_name: "table_name"
required: true
- table_name: "group_columns"
- group_columns: "group_columns"
required: true
- filter_expression: "filter_expression"
required: false
Expand Down

0 comments on commit 3f30dab

Please sign in to comment.