File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
datasets/google_dei/pipelines/diversity_annual_report Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 665
665
},
666
666
{
667
667
"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" ,
669
669
"type" : "float" ,
670
670
"mode" : "nullable" ,
671
671
},
672
672
{
673
673
"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" ,
675
675
"type" : "float" ,
676
676
"mode" : "nullable" ,
677
677
},
Original file line number Diff line number Diff line change @@ -549,11 +549,11 @@ dag:
549
549
type : " string"
550
550
mode : " required"
551
551
- 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"
553
553
type : " float"
554
554
mode : " nullable"
555
555
- 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"
557
557
type : " float"
558
558
mode : " nullable"
559
559
You can’t perform that action at this time.
0 commit comments