Skip to content

Commit 85c32ed

Browse files
authored
chore: Changes to Diversity Annual Report (google_dei) schema (#359)
1 parent 4a8a2cd commit 85c32ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

datasets/google_dei/pipelines/diversity_annual_report/diversity_annual_report_dag.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,13 +665,13 @@
665665
},
666666
{
667667
"name": "gender_women",
668-
"description": "The percentage of Googlers in the region who are women",
668+
"description": "The percentage of Googlers hired in the region who are women",
669669
"type": "float",
670670
"mode": "nullable",
671671
},
672672
{
673673
"name": "gender_men",
674-
"description": "The percentage of Googlers in the region who are men",
674+
"description": "The percentage of Googlers hired in the region who are men",
675675
"type": "float",
676676
"mode": "nullable",
677677
},

datasets/google_dei/pipelines/diversity_annual_report/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,11 +549,11 @@ dag:
549549
type: "string"
550550
mode: "required"
551551
- name: "gender_women"
552-
description: "The percentage of Googlers in the region who are women"
552+
description: "The percentage of Googlers hired in the region who are women"
553553
type: "float"
554554
mode: "nullable"
555555
- name: "gender_men"
556-
description: "The percentage of Googlers in the region who are men"
556+
description: "The percentage of Googlers hired in the region who are men"
557557
type: "float"
558558
mode: "nullable"
559559

0 commit comments

Comments
 (0)