Currently the notebook YAMLs do not have an id or notebook_identifier field. This makes it hard to reference a notebook as a related_asset from other assets, like datasets.
Note: Make sure the value of the ids added to the YAML files match the existing ones:
Currently the notebook YAMLs do not have an
id
ornotebook_identifier
field. This makes it hard to reference a notebook as arelated_asset
from other assets, like datasets.Note: Make sure the value of the
id
s added to the YAML files match the existing ones:These got generated from the
name
of the notebook, by lower-casing and replacing the spaces with dashes-
Related issues: