Description
CREATE EXTERNAL ENTITY does not validate that the referenced OData client exists. An entity can be created pointing to a non-existent client.
Reproduction
CREATE EXTERNAL ENTITY MyModule.FakeEntity (
Name: String(200)
) FROM MyModule.NonExistentODataClient ENTITY_SET 'Products';
Expected: Error "OData client not found".
Actual: Entity created successfully with no validation.
Environment
- mxcli: v0.7.0-257-ga07e7e0
Related
Description
CREATE EXTERNAL ENTITYdoes not validate that the referenced OData client exists. An entity can be created pointing to a non-existent client.Reproduction
Expected: Error "OData client not found".
Actual: Entity created successfully with no validation.
Environment
Related