BigQuery - Intellisense for fields enters fully-qualified name but doesn't show it.

When you have tables that have same columns, intellisense looks like the following:

I haven't added FROM clause yet hence it shows me both (that's good though not always, sometimes it shows both even if I have FROM clause with specified table) but:

1. I don't know which one to select because I can't see the table in the list

2. After selecting, it adds table + column to the SELECT, which may not be necessary

It would be great to be able to configure it

0
2 comments

Hi Dawid,

See if it helps to set the following option to “Always” (and other options too if needed):

1

Thank you, that helps!

0

Please sign in to leave a comment.