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
Unanswered
Hi All, Just Started Tinkering With Clearml And Wondering If This Is Suitable To Deploy An Etl/Elt Pipeline Using The Agent On My 2Nd Machine? Or Is Clearml Designed To Pick Up After The Data Has Been Loaded And Cleaned? I Cant See Any Mention Of Feature


Hi @<1773158059758063616:profile|PanickyParrot17> ,

You can do that with ClearML pipelines . step 1 will be pulling the data, step 2 will store the data, step 3 will create the dataset.
The pipeline controller can have the parameters of which data to pull, the name of the created dataset and more, so you can run it again from the UI and just change the data source

All the steps can run with the clearml agent, and you can also specify using only cpu in the machines (search for the --cpu-only param)

  
  
Posted one month ago
25 Views
0 Answers
one month ago
one month ago