Bo DellaMaria

Results 9 comments of Bo DellaMaria

@kyleconroy was there an outcome of the triaging?

An alternate solution that's likely easier to implement is to add an argument to bypass schema validation - aka allow query generation without statically checking the queries against the schema...

Exciting! Thanks for the consideration.

FYI took a quick pass at addressing my comment here: https://github.com/Workday/escalar/tree/issue-4-bo-wip , although it's still a WIP. I'll commit/merge it onto this PR when it's ready

Can you add a little more description here please?

This is what the existing method actually implements: https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-update.html

Also I think the field [`created`]( https://github.com/Workday/escalar/blob/master/src/main/scala/com/workday/esclient/EsIndexingDocs.scala#L391) doesn't exist in the context of the `update` API (you can't "update" a doc that doesn't exist): ```json { "error": "DocumentMissingException[[test][0] [person][5]: document...

Pretty sure the issue is the Requirement Pool list values aren't getting parsed as tuples [here](https://github.com/geekan/MetaGPT/blob/main/metagpt/actions/action.py#L60), haven't found a fix yet. Example snippet of `parsed_data` that is expected to be...