-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for adding an "internal note" to a dataset #3821
Comments
That field has essentially been deprecated. Internal notes were taken from the first source’s description. The question is how much "internal" should it be. If we're fine with having it in ETL repository, we can add a new field |
Hey @lucasrodes, what would you use them for, vs having comments in the code, or notes at the chart level? Note that even "internal" notes are public. Is this about caveats, anomalies, or judgements of data quality, for example? |
hey @larsyencken, it is mostly about caveats and minor details, that would be nice to make easily accessible to authors via the Admin. I think it is generally OK to have these be public. Otherwise we can think of something that can just be added through the admin. More context: This issue has appeared when doing housekeeping and checking at datasets with no chart associated. See the following issues:
In general, if a dataset is kept for a good reason (even if not used by charts), it'd be nice for anyone in the team to know that reason. This can help doing housekeeping tasks. Also, brief thread in slack → |
We could have a new ETL dataset metadata field, but it could land on the grapher admin dataset "Internal notes" (which currently is not used). But maybe we'd need to have a few examples to justify how much we need this. @lucasrodes can you think of any example? Thanks. |
Thanks for weighing in, @pabloarosado. On your point:
I'll keep adding examples as they appear. |
One-liner
Option to add an internal note to datasets.
Description
Sometimes, datasets in Admin could benefit from having an internal description. E.g. in the case that the dataset is for external use, for experimenting, etc.
In the dataset edit page, it looks as if we had thought of it, since there is the "Internal notes" field.
The help text for this field suggests that its content came from the
dataset.description
. However, I've been trying to see if this works (see #3784), but it doesn't seem to.The text was updated successfully, but these errors were encountered: