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 Have A Dataset Like This: V1.0.0

Hi! I have a dataset like this:
v1.0.0

  • file_1.csv
  • file_2.csvv1.0.1
  • file_2.csv
  • file_3.csvv1.0.2
  • file_3.csv
  • file_4.csvHow can I get a new dataset with:
  • file_1.csv
  • file_2.csv
  • file_3.csv
  • file_4.csvwhere I always keep the latest version of each file?
  
  
Posted 10 months ago
Votes Newest

Answers 3


if I squash, this will rewrite the datasets, right? I want a new dataset, but keeping those there

  
  
Posted 10 months ago

You can create a new dataset and specify the parent datasets as all the previous ones. Is that something that would work for you ?

  
  
Posted 10 months ago

that depends…would that only keep the latest version of each file?

  
  
Posted 10 months ago
556 Views
3 Answers
10 months ago
10 months ago
Tags
Similar posts