Hello team, I am playing with ingestion of chart. ...
# ingestion
c
Hello team, I am playing with ingestion of chart. I noticed there is a
Properties
section under chart UI. What data correspond to this section? For dataset entity, a similar section corresponds to DatasetAspect
com.linkedin.dataset.DatasetProperties.
But I don't see such aspect for chart. 🤔
g
hello @curved-magazine-23582 - you are right, this is a bit inconsistent. The chart properties come from a custom properties field in chart info. it is added as
ChartInfo includes CustomProperties ...
in the header
c
ah cool, will give that a try. thanks for the info!
b
We intend to unify these models - in reality DatasetProperties should be something like DatasetInfo to be at parity
👍 1