Can't we edit descriptions of datasets from UI? Al...
# ui
f
Can't we edit descriptions of datasets from UI? Also, are descriptions of datasets searchable? Column level descriptions are editable from the UI.
g
Hey @flaky-cartoon-59720 - editing dataset descriptions is on the roadmap and will be added shortly. It is not currently supported however.
f
Okay. Thanks for the information.
b
@flaky-cartoon-59720 Would love to know more about the editing experience you'd be hoping for 🙂
b
May I check, for description of dataset, is it meant to be placed in DatasetProperties?:
Copy code
{
  "com.linkedin.pegasus2avro.dataset.DatasetProperties": {
    "description": "<Dataset description here?>",
    "uri": null,
    "tags": [
      "myfaketags"
    ],
    "customProperties": {
      "property1": "fakeprop",
      "property2": "pikachu"
    }
  }
}
b
Yes -- you can think of
DatasetProperties
as the primary "profile" for a Dataset