Skip to content

Commit e89ccfb

Browse files
committed
chore: add preview to individual methods
1 parent ab38860 commit e89ccfb

File tree

1 file changed

+3
-3
lines changed
  • bigframes/bigquery/_operations

1 file changed

+3
-3
lines changed

bigframes/bigquery/_operations/obj.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
def fetch_metadata(
3939
objectref: series.Series,
4040
) -> series.Series:
41-
"""The OBJ.FETCH_METADATA function returns Cloud Storage metadata for a partially populated ObjectRef value.
41+
"""[Preview] The OBJ.FETCH_METADATA function returns Cloud Storage metadata for a partially populated ObjectRef value.
4242
4343
Args:
4444
objectref (bigframes.pandas.Series):
@@ -57,7 +57,7 @@ def get_access_url(
5757
mode: str,
5858
duration: Optional[Union[datetime.timedelta, pd.Timedelta, np.timedelta64]] = None,
5959
) -> series.Series:
60-
"""The OBJ.GET_ACCESS_URL function returns JSON that contains reference information for the input ObjectRef value, and also access URLs that you can use to read or modify the Cloud Storage object.
60+
"""[Preview] The OBJ.GET_ACCESS_URL function returns JSON that contains reference information for the input ObjectRef value, and also access URLs that you can use to read or modify the Cloud Storage object.
6161
6262
Args:
6363
objectref (bigframes.pandas.Series):
@@ -88,7 +88,7 @@ def make_ref(
8888
uri_or_json: Union[series.Series, Sequence[str]],
8989
authorizer: Union[series.Series, str, None] = None,
9090
) -> series.Series:
91-
"""Use the OBJ.MAKE_REF function to create an ObjectRef value that contains reference information for a Cloud Storage object.
91+
"""[Preview] Use the OBJ.MAKE_REF function to create an ObjectRef value that contains reference information for a Cloud Storage object.
9292
9393
Args:
9494
uri_or_json (bigframes.pandas.Series or str):

0 commit comments

Comments
 (0)