-
-
apps/jobbrowser/src/jobbrowser/apis/hive_query_api.py (Diff revision 1) this of field (Binary) showing some error like object.field showing <memory at 0x10d526580> so how to solve this
-
apps/jobbrowser/src/jobbrowser/apis/hive_query_api.py (Diff revision 1) How can i get "config" value, i.e. from where i have to access them.
HUE-9541 [query browser] API - query detail
Review Request #15531 — Created Nov. 1, 2020 and updated
Information | |
---|---|
ayush.goyal | |
hue | |
master | |
HUE-9541 | |
Reviewers | |
hue | |
Amlesh1902, johan, ranade, romain, Sreenath, yingc |
commit 55f805cc21e2f883720268f42f854cb90dd585e8 Author: ayush.goyal <ayush.goyal@cloudera.com> Date: Mon Nov 2 12:14:40 2020 +0530 HUE-9541 [query browser] API - Query detail :100644 100644 7049fb3ddb 04d844d2ab M apps/jobbrowser/src/jobbrowser/api2.py :100644 100644 eff81c57cd df1e8fdc05 M apps/jobbrowser/src/jobbrowser/apis/hive_query_api.py :100644 100644 1819cbcf43 be974901a6 M apps/jobbrowser/src/jobbrowser/models.py
- 3
- 0
- 0
- 0
- 3
Description | From | Last Updated |
---|---|---|
could we start moving those into a query_store module and split into functions? (so that it does not become a ... |
|
|
this of field (Binary) showing some error like object.field showing <memory at 0x10d526580> so how to solve this |
|
|
How can i get "config" value, i.e. from where i have to access them. |
|
-
have you checked the das code? config is probably in another
-
apps/jobbrowser/src/jobbrowser/api2.py (Diff revision 1) could we start moving those into a query_store module and split into functions? (so that it does not become a giant if, also api2 module should stay generic)