We now support a JSON-formatted object in the comment field to add metadata to tables.
As of now, the following fields are supported (all optional):
- short: a short single-line description of the table content
- url: a URL pointing to the doc of the dataset
- usage: a SQL sample showing how to use the table
As many of the datasets we currently expose through the public AGX instance are parameterized views, we need to show the user how to use these views and what parameters must be set. This can be accomplished through the short and usage field.
We need to find a way to expose these metadata (and maybe create more) to the user in AGX.
We now support a JSON-formatted object in the comment field to add metadata to tables.
As of now, the following fields are supported (all optional):
As many of the datasets we currently expose through the public AGX instance are parameterized views, we need to show the user how to use these views and what parameters must be set. This can be accomplished through the short and usage field.
We need to find a way to expose these metadata (and maybe create more) to the user in AGX.