hue icon indicating copy to clipboard operation
hue copied to clipboard

Open source SQL Query Assistant service for Databases/Warehouses

Results 127 hue issues
Sort by recently updated
recently updated
newest added

Is the issue already present in https://github.com/cloudera/hue/issues or discussed in the forum https://discourse.gethue.com? Nope Describe the bug: Below error when not specifying schema name even that is selected from UI...

BUG
Prevent stale

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description We are running Impala queries from Hue -> impala Editor. getting the...

BUG

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.9 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies
javascript

Internal Jira: CDPD-65130 Steps to reproduce the issue: CREATE External TABLE test_partiton_sample_record (id INT ,test STRING) PARTITIONED BY (InsertDate VARCHAR(10)); Alter table test_partiton_sample_record add partition (InsertDate='2023-01-01') Alter table test_partiton_sample_record add...

## What changes were proposed in this pull request? - (Please fill in changes proposed in this fix) ## How was this patch tested? - (Please explain how this patch...

Prevent stale

### Description For now, SQL Autocomplete works fine when select from a table in db ![CleanShot 2023-11-17 at 11 36 15@2x](https://github.com/cloudera/hue/assets/3138493/dcc46b10-c983-4791-9721-fbcd8bdd7eae) but when the table is a CTE, it will...

Prevent stale
ENHANCEMENT

### Describe the bug: Global variables are not shared between different gunicorn workers. https://github.com/cloudera/hue/blob/b5d126ea651d76e982a13c7da3661dac9a939246/desktop/libs/notebook/src/notebook/connectors/sql_alchemy.py#L90 ### Steps to reproduce it? 1. Use the docker-compose to up the service, with following configurations:...

BUG
Prevent stale

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description The default connector for trino is jdbc as there is no sqlalchemy...

BUG
good first issue

…in the sidebar ## What changes were proposed in this pull request? - There was a request in our community to have a feature to remove the help tip -...

## What changes were proposed in this pull request? This PR is about documenting the data-testid attribute added along with the HTML elements in Hue. The data-testid have been added...