<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic New text editor &amp;quot;Monaco&amp;quot; does not find SQL-tables or aliases. in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/new-text-editor-quot-monaco-quot-does-not-find-sql-tables-or/m-p/7628#M3435</link>
    <description>&lt;P&gt;I am having troubles with the new text editor "Monaco", it does not find my SQL-tables as soon as they are nested in SQL-commands and marks them with red underscoring which is really annoying. Even though the code works perfectly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It also have troubles finding aliases sometimes in SQL-commands, for example the "TARGET" gets underlined with red text:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;merge into GOLD.facttable as TARGET
using (select 
fv.Account as Account,
fv.FinancialYear as FinancialYear
from (
select 
account, 
year(calendardate) as FinancialYear 
from gold.dimensiontable
group by account, year(calendardate)) as fv
left join silver.dimensiontable2 as bm
on bm.account = fv.account) as source
on TARGET.account = source.account and source.financialyear = year(TARGET.calendardate)
WHEN MATCHED THEN UPDATE SET *&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is frustrating, until fixed I'll stick with the old editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another feature I would like to see in this new editor is a space after each autocompleted "tab"-keypress. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 10:29:03 GMT</pubDate>
    <dc:creator>ValterF</dc:creator>
    <dc:date>2023-03-16T10:29:03Z</dc:date>
    <item>
      <title>New text editor "Monaco" does not find SQL-tables or aliases.</title>
      <link>https://community.databricks.com/t5/data-engineering/new-text-editor-quot-monaco-quot-does-not-find-sql-tables-or/m-p/7628#M3435</link>
      <description>&lt;P&gt;I am having troubles with the new text editor "Monaco", it does not find my SQL-tables as soon as they are nested in SQL-commands and marks them with red underscoring which is really annoying. Even though the code works perfectly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It also have troubles finding aliases sometimes in SQL-commands, for example the "TARGET" gets underlined with red text:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;merge into GOLD.facttable as TARGET
using (select 
fv.Account as Account,
fv.FinancialYear as FinancialYear
from (
select 
account, 
year(calendardate) as FinancialYear 
from gold.dimensiontable
group by account, year(calendardate)) as fv
left join silver.dimensiontable2 as bm
on bm.account = fv.account) as source
on TARGET.account = source.account and source.financialyear = year(TARGET.calendardate)
WHEN MATCHED THEN UPDATE SET *&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is frustrating, until fixed I'll stick with the old editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another feature I would like to see in this new editor is a space after each autocompleted "tab"-keypress. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 10:29:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/new-text-editor-quot-monaco-quot-does-not-find-sql-tables-or/m-p/7628#M3435</guid>
      <dc:creator>ValterF</dc:creator>
      <dc:date>2023-03-16T10:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: New text editor "Monaco" does not find SQL-tables or aliases.</title>
      <link>https://community.databricks.com/t5/data-engineering/new-text-editor-quot-monaco-quot-does-not-find-sql-tables-or/m-p/7630#M3437</link>
      <description>&lt;P&gt;Hi Databricks team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also found sql intellisense does not work when using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USE DB or USE Catalog.DB &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It only works when using full table names such as catalog.db.table_name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but typically I don't use full table names. I set use DB at top of the notebook as the same notebook may be used for another database.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 12:55:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/new-text-editor-quot-monaco-quot-does-not-find-sql-tables-or/m-p/7630#M3437</guid>
      <dc:creator>lizou</dc:creator>
      <dc:date>2023-04-24T12:55:31Z</dc:date>
    </item>
  </channel>
</rss>

