Skip to content

Feat: Add full_table_id to Table init #2281

@caleb-palmer

Description

@caleb-palmer

@property
def full_table_id(self):
"""Union[str, None]: ID for the table (:data:`None` until set from the
server).

Could the full_table_id property be added to a Table upon initialization? It seems like this wouldn't be an issue, given that an initialized Table sets the TableReference property and the full_table_id is equivalent to TableReference.str().

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions