0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

BigQueryのテーブルへのリンクを作る、URL直打ちでテーブルへ移動する方法

Posted at

誰かに「このテーブルです!」ってテーブルへのリンクをそのまま渡せると便利なんですが、なかなかその情報が載っていなかったのでメモ。

BigQueryのテーブルへのリンクを作る、URL直打ちでテーブルへ移動する方法

以下のようなフォーマットで作るとテーブルへのリンクになります。

https://console.cloud.google.com/bigquery?p=[project_id]&d=[dataset_name]&t=[table_name]&page=table

注意

以前は、テーブルへのリンクのURLフォーマットが違ったようです。こちらのQiita記事のような形式だったようです。

webコンソールの仕様が変わるとこのURLも変更になるんじゃないかなと思っています。なので、時間がたつと変わってしまうのかもです。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?