hue
hue copied to clipboard
Open source SQL Query Assistant service for Databases/Warehouses
### Is the issue already present in https://github.com/cloudera/hue/issues or discussed in the forum https://discourse.gethue.com? No ### Describe the bug: When attempting to authenticate users via SAML attribute mapping, Hue thows...
Hi Hue team – my team uses Hue to run FlinkSQL queries on our Pulsar topics, and some of the protobuf messages on our topics have instances of `record` data...
This issue was an open case https://issues.cloudera.org/browse/HUE-9248 but it was never been resolved, we have a security vulnerability due to the incorrect catch-control resulting concerns for attacker to view sensitive...
Is the issue already present in https://github.com/cloudera/hue/issues or discussed in the forum https://discourse.gethue.com? Yes. https://github.com/cloudera/hue/issues/2590 Describe the bug: OIDC authentication using Keycloak for example does not work again when Hue...
## What changes were proposed in this pull request? - Hide passwords in connection strings in `dump_config` ## How was this patch tested? - Unit test is added (I hope...
Is the issue already present in https://github.com/cloudera/hue/issues or discussed in the forum https://discourse.gethue.com? No, not that I can see. Describe the bug: The KSQLAPI from the ksql module supports more...
https://docs.gethue.com/developer/api/cli/ TODO: - Auth: - On auth, auto select SQL and storage connectors if only one, or select from the list - Remember last value used: e.g. dialect/connector, propose last...
Fixes #2612 ## What changes were proposed in this pull request? - When i use job browser on HA Hadoop cluster, i find it fail to kill YARN jobs when...
This syntax causes SyntaxError when running in python 3 environment. https://www.python.org/dev/peps/pep-3109/#grammar-changes https://github.com/cloudera/hue/blob/c01df1ce5bc1145e42937f911a9eb09d2d61eec3/desktop/libs/notebook/src/notebook/connectors/rdbms.py#L43
Submitting an INSERT returns a jobid and stop fetching for results: `job_id 37b339868672686bf1b5dd2e8412f9dd` Ideally we should treat it as a running query with still some results. Examples of INSERT: https://gethue.com/blog/sql-querying-live-kafka-logs-and-sending-live-updates-with-flink-sql/