2
2

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 5 years have passed since last update.

BigQueryのWeb UIでテーブル名が長すぎて確認できないときの対処法

Posted at

BigQueryを使っているとどうしても長いテーブルを作る必要が出てくるかもしれません。
その際にクエリブラウザで見てみると以下のように長いテーブル名は省略されてしまいます。

table_name.png

その際に便利なのが、StylebotというChromeのExtensionです。
これを使ってCSSを変えれるので、左ペインの幅を広くして、より多くのテーブル名を見せる事ができます。

Stylebotの設定

以下のように設定すれば左ベインの幅が広がります。

#content-panel

css_1.png

#content-panel-main

css_2.png

div.project-display

css_3.png

div.tables-table-id.goog-inline-block.overflow-ellipsis

css_4.png

結果

result.png

綺麗に広がりました!まだ全体は見えませんがここらへんはCSSを調整すればいいかと思います。

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?