We are trying to be diligent about providing table (and field) descriptions in BigQuery.
https://cloud.google.com/bigquery/docs/managing-tables#updating_a_tables_description
One thing we want to do is include a link to where more documentation can be found. I am building that link in the same terraform that creates the table.
Am I correct in assuming there is no way to make this link clickable?
If I include HTML or Markdown in the description field, it is displayed as text.
I’m also open to alternative approaches – the goal is simply to have someone who is in BigQuery know where to look for more documentation.