Как указать фильтр в списке %% bq таблиц -f? - PullRequest
0 голосов
/ 02 апреля 2020

Я перепробовал все возможные способы, и в документации нет примеров.

%%bq tables list -d testing -f data

%%bq tables list -d testing -f "data"

%%bq tables list -d testing -f 'data'

%%bq tables list -d testing -f='data'

et c ...

...