ibnay
ibnay
is This plugin support reverse geocoding already in latest release? v2.4.0
To fix it: 1) if you are using "MySQL" as Airflow backend, set explicit_defaults_for_timestamp=1 or "on" in Google Cloud SQL 2) "Clear" dag folder before run airflow initdb 3) You...
Traceback (most recent call last): File "", line 1, in File "/Users/dmg/opt/miniconda3/envs/es/lib/python3.6/site-packages/dask_elk/client.py", line 110, in read node_registry.get_nodes_from_elastic(elk_client) File "/Users/dmg/opt/miniconda3/envs/es/lib/python3.6/site-packages/dask_elk/elk_entities/node.py", line 43, in get_nodes_from_elastic resp = node_client.info() File "/Users/dmg/opt/miniconda3/envs/es/lib/python3.6/site-packages/elasticsearch/client/utils.py", line 152,...
It works fine when I do connection using `elasticsearch` package > from elasticsearch import Elasticsearch > es_client = Elasticsearch(['https://es.amazonaws.com']) > es_client > > es_client.indices.exists(my_index) >True
Still with same like last error message > client1 = DaskElasticClient(host=['es.amazonaws.com'], scheme="https", port=443, wan_only=True) > df = client1.read(index=my_index) Traceback (most recent call last): File "", line 1, in File "/Users/dmg/opt/miniconda3/envs/es/lib/python3.6/site-packages/dask_elk/client.py",...
Ty for fast fix, but I thing this lead into another error :pray: `df = client1.read(index=my_index)` Traceback (most recent call last): File "/Users/dmg/opt/miniconda3/envs/es/lib/python3.6/site-packages/dask_elk/elk_entities/index.py", line 127, in __get_mappings mapping = mappings["mappings"][doc_type]["properties"]...
My aws elastic cluster version is `7.1.1`
Hi @avlahop , I try to continue your work and I think it works I move `wan_only` option from here https://github.com/avlahop/dask-elk/blob/50841e63ac96d899eb36c9e25ede1061105e6c7f/dask_elk/client.py#L123 > Get nodes info first >node_registry = NodeRegistry() >node_registry.get_nodes_from_elastic(elk_client,...
Feel free to lookup in my `fork` repo [https://github.com/ibnbay99/dask-elk/tree/bug/26/no_node_lookup_when_wan_only](https://github.com/ibnbay99/dask-elk/tree/bug/26/no_node_lookup_when_wan_only)
I hope this PR doesn't breaking the run of the other state if `wan_only` option is `False` :crossed_fingers: