Skip to content

Commit

Permalink
Reverted FeatureStore wildcard removal from docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmkc committed May 31, 2022
1 parent 063d15c commit 46ac631
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions google/cloud/aiplatform/featurestore/entity_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -1101,9 +1101,10 @@ def ingest_from_gcs(
higher than millisecond precision.
gcs_source_uris (Union[str, List[str]]):
Required. Google Cloud Storage URI(-s) to the
input file(s).
Examples:
input file(s). May contain wildcards. For more
information on wildcards, see
https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
Example:
["gs://my_bucket/my_file_1.csv", "gs://my_bucket/my_file_2.csv"]
or
"gs://my_bucket/my_file.avro"
Expand Down

0 comments on commit 46ac631

Please sign in to comment.