Class QueryContextLineageSubgraphRequest (1.9.0)

QueryContextLineageSubgraphRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for MetadataService.QueryContextLineageSubgraph.

Attribute

NameDescription
context str
Required. The resource name of the Context whose Artifacts and Executions should be retrieved as a LineageSubgraph. Format: ``projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`` The request may error with FAILED_PRECONDITION if the number of Artifacts, the number of Executions, or the number of Events that would be returned for the Context exceeds 1000.

Inheritance

builtins.object > proto.message.Message > QueryContextLineageSubgraphRequest