Skip to content

Commit db691bb

Browse files
committed
docs: remove experimental annotations from GA features
Corrects some documentation drift.
1 parent 7cad6cf commit db691bb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

google/cloud/bigquery/external_config.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -979,14 +979,8 @@ def timestamp_format(self, value: Optional[str]):
979979

980980
@property
981981
def connection_id(self):
982-
"""Optional[str]: [Experimental] ID of a BigQuery Connection API
982+
"""Optional[str]: ID of a BigQuery Connection API
983983
resource.
984-
985-
.. WARNING::
986-
987-
This feature is experimental. Pre-GA features may have limited
988-
support, and changes to pre-GA features may not be compatible with
989-
other pre-GA versions.
990984
"""
991985
return self._properties.get("connectionId")
992986

0 commit comments

Comments
 (0)