Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, How Can I Get The Remote Uri Of A

Hi,
How can I get the remote URI of a Dataset (assuming it is GS or S3).
Do I need to combine the get_default_storage() with something?
Since some datasets are large - I may prefer to work directly with the bucket (to stream some of the data) - without running .get_local_copy()

  
  
Posted one year ago
Votes Newest

Answers


I'm looking for the bucket URI
I think my work flow needs to alter.
get the data into the bucket and then create the Dataset using the add_external_file and then be able to consume the data locally or stream And then I can use - link_entries

  
  
Posted one year ago
599 Views
1 Answer
one year ago
one year ago
Tags