Databricks intellisence adds a second aliad

DarthObert
New Contributor II

Hi all, 

A couple of weeks ago I noticed that whenever I use the intellisense to autocomplete my column names in the sql editor, it adds a second alias.  For example if i have a table (Table1) and I alias it in my query (i.e. Table1 as a) if I use the tab or enter button to autocomplete, i get "a.a.col1" instead of "a.col1".   

Select

a.a.col_1

From Table1 as a

 

Has anyone else seen this, I appear to be the only one in my group suffering from this madness. 

#databricks #intellisence 

 

DarthObert
New Contributor II

And how do I fix it?