fix(ingest): resolve array serialization bug (#2290)

This commit is contained in:
Harshal Sheth 2021-03-24 10:02:46 -07:00 committed by GitHub
parent ca2a7fb527
commit cc19465f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -737,7 +737,7 @@
"com.linkedin.pegasus2avro.common.Cost": {
"costType": "ORG_COST_TYPE",
"cost": {
"costCode": "costCode"
"costCode": "sampleCostCode"
}
}
}

View File

@ -37,7 +37,7 @@ framework_common = {
"click>=7.1.1",
"pyyaml>=5.4.1",
"toml>=0.10.0",
"avro-gen3==0.3.5",
"avro-gen3==0.3.8",
"avro-python3>=1.8.2",
}