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
The collector creates a reference data, but does not find it when I send data to it and, accordingly, the creation of the test suite or report crashes.
Version of Evidently UI, Collector and python package 0.4.39.
For example in version 0.4.25 is works correctly.
Collector config after client.set_reference(COLLECTOR_TEST_ID, reference_data). Here we see that the path to the reference is set: "reference_path":"default_test_reference.parquet"
The collector creates a reference data, but does not find it when I send data to it and, accordingly, the creation of the test suite or report crashes.
Version of Evidently UI, Collector and python package 0.4.39.
For example in version 0.4.25 is works correctly.
client.set_reference(COLLECTOR_TEST_ID, reference_data)
. Here we see that the path to the reference is set:"reference_path":"default_test_reference.parquet"
And parquet file exist in container
The text was updated successfully, but these errors were encountered: