gfw.common.bigquery.TableDescription#
- class TableDescription(repo_name, version='', title='', subtitle='', summary='To be completed.', caveats='To be completed.', relevant_params=<factory>)[source]#
Generates a structured description for BigQuery table metadata.
Methods
Renders the description for use in BigQuery table metadata.
Attributes
Known limitations or notes about the data.
Subtitle or one-line summary.
High-level summary of the table's purpose.
Title of the table or dataset.
Version of the project generating this table.
GitHub repository name (used for URLs and headers).
Key parameters relevant to the table's content generation.
- relevant_params: dict[str, Any]#
Key parameters relevant to the table’s content generation.
The keys are parameter names (strings), and the values can be any type convertible to string.
When rendered, the parameters are shown as a bullet list of key-value pairs, for example:
param1: value1
long_param2: value2
x: 42