File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
code/datafactory/dataflow Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 3939 {
4040 "name" : " FilterEmptyHappinessScore" ,
4141 "description" : " Filter Empty Happiness Score Rows"
42+ },
43+ {
44+ "name" : " HarmonizeColumn" ,
45+ "description" : " Harmonize columns: Connection, DeviceVendor"
4246 }
4347 ],
4448 "scriptLines" : [
98102 " skipDuplicateMapInputs: true," ,
99103 " skipDuplicateMapOutputs: true) ~> RenameColumns" ,
100104 " RenameColumns filter(!isNull(HappinessScore)) ~> FilterEmptyHappinessScore" ,
101- " FilterEmptyHappinessScore sink(allowSchemaDrift: true," ,
105+ " FilterEmptyHappinessScore derive(Connection = lower(Connection)," ,
106+ " DeviceVendor = lower(DeviceVendor)) ~> HarmonizeColumn" ,
107+ " HarmonizeColumn sink(allowSchemaDrift: true," ,
102108 " validateSchema: false," ,
103109 " format: 'delta'," ,
104110 " fileSystem: ($sinkFileSystem)," ,
You can’t perform that action at this time.
0 commit comments