[Fixed] Hello. When ingesting data for Charts, I'm...
# ingestion
b
[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
i have the same problem )
b
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
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
@gray-shoe-75895 ^
g
@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)