Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Add slot_ms to the Python QueryPlanEntry class #1828

@kolban-google

Description

@kolban-google

Within our library, we have a class called QueryPlanEntry.. This class models the data found in a BigQuery Job (called ExplainQueryStage). The description of the BigQuery data can be found here. When we compare the fields, we are finding that there is an important one missing.

In ExplainQueryStage we have a field called "slotMs" which I take to be the slot milliseconds consumed by the given stage. When we look at the corresponding Python QueryPlanEntry, we do not find that field exposed as a property.

This issue asks for consideration for adding that property.

A quick examination makes me feel that the change might be made here.

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.priority: p3Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions