cloudera / hue

Open source SQL Query Assistant service for Databases/Warehouses
https://cloudera.com
Apache License 2.0
1.17k stars 366 forks source link

Support Autocomplete for CTE tables #3553

Open EkkoG opened 11 months ago

EkkoG commented 11 months ago

Description

For now, SQL Autocomplete works fine when select from a table in db CleanShot 2023-11-17 at 11 36 15@2x

but when the table is a CTE, it will nothing at autocomplete options.

CleanShot 2023-11-17 at 11 40 46@2x

It test on the latest demo of Hue https://demo.gethue.com/hue/editor?editor=828642 With version 4.11.0 and db type is Hive.

bjornalm commented 11 months ago

Thanks @EkkoG for the suggestion. The CTE suport could indeed be improved. I'll open to see if we can get a community contribution for this improvement.