Skip to content

CREATE EXTERNAL ENTITIES FROM ODATA CLIENT syntax not implemented #423

@retran

Description

@retran

Description

The bulk import syntax CREATE EXTERNAL ENTITIES FROM ODATA CLIENT Module.ClientName produces a parse error. Only individual CREATE EXTERNAL ENTITY statements work.

Steps to Reproduce

./mxcli -p project.mpr -c "CREATE EXTERNAL ENTITIES FROM ODATA CLIENT LatoIntegrations.LatoODataClient"

Result: Parse error.

Expected

Bulk import of all entity sets from an OData client, or a clear "not implemented" error message.

Workaround

Create external entities individually:

CREATE EXTERNAL ENTITY Module.EntityName FROM ODATA CLIENT Module.Client (EntitySet: 'EntitySetName');

Severity

Medium — documented feature not available.

Reproducing test cases

  • integration-test-cases.md § 19.1–19.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions