You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, when using ECS, the event.category column is an array, but does not get identified by this method as it only looks at the event column and not the sub-columns.
Instead, this block should also analyze the object components and check those for being arrays as well.
Tested on ElasticSearch 8.6.1
The text was updated successfully, but these errors were encountered:
When interacting with a table with columns that contain objects, the
get_array_type_columns
method below does not return all the array type columns.elasticsearch-dbapi/es/elastic/api.py
Lines 194 to 205 in 0bce440
For example, when using ECS, the event.category column is an array, but does not get identified by this method as it only looks at the
event
column and not the sub-columns.Instead, this block should also analyze the object components and check those for being arrays as well.
Tested on ElasticSearch 8.6.1
The text was updated successfully, but these errors were encountered: