-
Notifications
You must be signed in to change notification settings - Fork 690
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Admin/artifacts] Fix parsing of query inputs (#196)
When admin runs an artifact query that has partition values that are parameterized by other inputs, it must first convert those inputs to strings as all partition values are strings. The parsing for integers was incorrect. See this for example user code. https://github.com/unionai/unionai/blob/7e554d70753a3cb0abbb424a143a40a3a26d7f16/tests/functional/workflows/ingest_data.py#L71 The query was coming to the backend without the "depth" partition.
- Loading branch information
1 parent
80edae2
commit 494cbcc
Showing
2 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters