mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 17:08:29 +00:00
fix(ingest): resolve array serialization bug (#2290)
This commit is contained in:
parent
ca2a7fb527
commit
cc19465f55
@ -737,7 +737,7 @@
|
||||
"com.linkedin.pegasus2avro.common.Cost": {
|
||||
"costType": "ORG_COST_TYPE",
|
||||
"cost": {
|
||||
"costCode": "costCode"
|
||||
"costCode": "sampleCostCode"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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",
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user