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, I'Ve Added External Links To The A

Hi,
I've added external links to the a dataset
In the UI I can see that the dataset has the property of Link count with the correct number.
But where can I see the links themselves (such as when I ran dataset.link_entries )?

  
  
Posted one year ago
Votes Newest

Answers 4


Hi OutrageousSheep60 , how did you add external links to a dataset? Can you provide a snippet?

  
  
Posted one year ago

We have assets in a GCP bucket.
The dataset is created and then the assets are linked to the dataset via the add_external_files method

  
  
Posted one year ago

Ok - I can see that if I ran finalize(auto_upload=True) on the dataset - I get all the information in the UI.
Way is this necessary?

  
  
Posted one year ago

I think this is because you're working on a "local" dataset. Only after finalizing the dataset closes up. Can you describe your scenario and what was your expected behavior?

  
  
Posted one year ago
734 Views
4 Answers
one year ago
one year ago
Tags