[FrontEnd] missing datasetId when saving DB connection information
When save the connection information we're facing the following error: ` "Input should be a valid UUID, invalid length: expected length 32 for simple format, found 0", ` The following payload is sent by the FrontEnd to StreamingAPI. ```json { "name": "PostgreSQL test", "description": "PostgreSQL test", "dataset_id": "", "source_data": { "source_type": "postgres", "host": "10.100.0.22", "port": "5432", "username": "user_test", "password": "pass_test", "database": "database_test" } ``` HAR file: [localhost_Archive__24-12-11_16-39-31_.har](/uploads/618a57a3d223a1baca2ab48a0e067353/localhost_Archive__24-12-11_16-39-31_.har)
issue

Copyright © Eclipse Foundation AISBL. All rights reserved.     Privacy Policy | Terms of Use | Copyright Agent