Vinay Devadiga
Vinay Devadiga
Hi @manojmit11 have gone through code or know from where the autcomplete feature works,I will also try to look into it.
Hi @elisabetao what is the expected output I will try to reproduce it and look into it.Can u also share your ini file configuration.
I have raised pr regarding this https://github.com/cloudera/hue/pull/2881
Related issue - https://github.com/cloudera/hue/issues/966
Any suggestions @Harshg999 @wing2fly
@romainr can u comment?
I have done the rca for this error. This error is caused by incorrect post body sent by this following api call - /indexer/api/indexer/indexers/get_db_component This call calls a fxn get_db_component()...
One more thing which I observed is that when we press export results button and then press export. I find the following error in [21/Aug/2022 21:11:48 -0700] api ERROR [21/Aug/2022...
Hi i have looked into it. Here are my findings and a quick workaround. content_generator = get_api(request, snippet).download(notebook, snippet, file_format=file_format) response = export_csvxls.make_response(content_generator, file_format, file_name, user_agent=user_agent) This is the basic...
any suggestions @Harshg999