Skip to content

Commit a1c2a74

Browse files
Update src/PowerPlatform/Dataverse/data/odata.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0c226bb commit a1c2a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/PowerPlatform/Dataverse/data

src/PowerPlatform/Dataverse/data/odata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ def _query_sql(self, sql: str) -> list[dict[str, Any]]:
555555
:raises MetadataError: If logical table name resolution fails.
556556
557557
.. note::
558-
Endpoint form: ``GET /{entity_set}?sql=<encoded select>``. The client extracts the logical table name, resolves the entity set (metadata cached), then issues the request. Only a constrained SELECT subsetis supported by the platform.
558+
Endpoint form: ``GET /{entity_set}?sql=<encoded select>``. The client extracts the logical table name, resolves the entity set (metadata cached), then issues the request. Only a constrained SELECT subset is supported by the platform.
559559
"""
560560
if not isinstance(sql, str):
561561
raise ValidationError("sql must be a string", subcode=ec.VALIDATION_SQL_NOT_STRING)

0 commit comments

Comments
 (0)