[Fixed] Hello. When ingesting data for Charts, I'm trying to define multiple Data Sources but only one gets ingested. Is there a way I can fix this? Picture shows the json I'm ingesting and the final result (it only ingests the source I have defined last)
c
cuddly-lunch-28022
06/22/2021, 7:13 AM
i have the same problem )
b
brief-lizard-77958
06/22/2021, 8:35 AM
I managed to fix this. I noticed that the bootstrap_mce.json file got updated in the new version to a slightly different syntax. Now when I separate different sources with a comma it normally ingests multiple sources.
c
cuddly-lunch-28022
06/22/2021, 8:41 AM
i use dataset and lineage and there is no inputs
{
"com.linkedin.pegasus2avro.dataset.DownstreamLineage": {
"downstreams": [
{
"auditStamp": {
"time": 1581407189000,
"actor": "urnlicorpuser:jdoe",
"impersonator": null
},
"dataset": "urnlidataset:(urnlidataPlatform:hdfs,'+@outs+',PROD)",
"type": "TRANSFORMED"
}
]
}
l
loud-island-88694
06/23/2021, 10:38 PM
@gray-shoe-75895 ^
g
gray-shoe-75895
06/24/2021, 9:21 AM
@cuddly-lunch-28022 can you try using UpstreamLineage instead? The DownstreamLineage type is essentially unused (tbh we should remove it from the model since it’s somewhat confusing)