If I have a table I want to link to, is it possible to generate a link to the table schema page in the UI (ie. console.cloud.google.com)?
I saw in this question, you can link to a job but I want to link to a table instead so something along the lines of https://console.cloud.google.com/bigquery?project=<my-project>&dataset=...
would be ideal so I could construct the link using just my project, dataset, and table names.