Last updated
Last updated
Create a reference to the table within a workflow.
table_reference
: str
The name of the table, unique within the workflow. The name is case-insensitive, and can optionally be escaped following general . E.g., "Compute annual precipitation output"
-> "compute_annual_precipitation_output"
. Can optionally include a colon followed by the , which ensures the lookup will work even if the table gets renamed (e.g., "compute_annual_precipitation_output:m7k8"
).