Hi again! I am using a local JSN file for the inge...
# ingestion
s
Hi again! I am using a local JSN file for the ingestion, so there are the dataset metadata descriptions. How can I put the description of the datasets (the "no description" field in the screenshot)?
m
Hi @stale-jewelry-2440 this is the description field in the DatasetProperties aspect
Copy code
{
                        "com.linkedin.pegasus2avro.dataset.DatasetProperties": {
                            "description": null,
                            "uri": null,
                            "tags": [
                                "myfaketags"
                            ],
                            "customProperties": {
                                "prop1": "fakeprop",
                                "prop2": "pikachu"
                            }
                        }
                    },
👍 1
If you put in a string description above, it should work.
b
Let us know how goes Vincenzo!