- Notifications
You must be signed in to change notification settings - Fork321
Open
Description
python-bigquery/google/cloud/bigquery/table.py
Lines 1385 to 1388 in6e88d7d
| @property | |
| deffull_table_id(self): | |
| """Union[str, None]: ID for the table (:data:`None` until set from the | |
| server). |
Could thefull_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().