runtime error

β”‚ β”‚ β”‚ β”‚ 36 β”‚ """ β”‚ β”‚ 37 β”‚ β”‚ β”‚ 38 β”‚ # Obtain the public dataset and see how many pending records are t β”‚ β”‚ ❱ 39 β”‚ source_dataset = rg.FeedbackDataset.from_argilla( β”‚ β”‚ 40 β”‚ β”‚ os.getenv("SOURCE_DATASET"), workspace=os.getenv("SOURCE_WORKS β”‚ β”‚ 41 β”‚ ) β”‚ β”‚ 42 β”‚ filtered_source_dataset = source_dataset.filter_by(response_status β”‚ β”‚ β”‚ β”‚ /usr/local/lib/python3.10/site-packages/argilla/client/feedback/dataset/loca β”‚ β”‚ l/mixins.py:339 in from_argilla β”‚ β”‚ β”‚ β”‚ 336 β”‚ β”‚ β”‚ β”‚ 337 β”‚ β”‚ existing_dataset = get_dataset_by_name_and_workspace(name=nam β”‚ β”‚ 338 β”‚ β”‚ if existing_dataset is None: β”‚ β”‚ ❱ 339 β”‚ β”‚ β”‚ raise ValueError( β”‚ β”‚ 340 β”‚ β”‚ β”‚ β”‚ f"Could not find a `FeedbackDataset` in Argilla with β”‚ β”‚ 341 β”‚ β”‚ β”‚ β”‚ if name and not workspace β”‚ β”‚ 342 β”‚ β”‚ β”‚ β”‚ else ( β”‚ ╰──────────────────────────────────────────────────────────────────────────────╯ ValueError: Could not find a `FeedbackDataset` in Argilla with name='DIBT Translation for es' and workspace='owner'.

Container logs:

Fetching error logs...