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 Was Trying To Add A Task Under Myproject/Taskname That Contains Dataset.Create Into A Pipeline. Before That, I Create The Dataset.Create Task But When It Completes, Its Moved To Myproject/.Datasets/Taskname. I Ended Up Not Being Able To Use The Task

Hi, i was trying to add a task under myproject/taskname that contains dataset.create into a pipeline. Before that, i create the dataset.create task but when it completes, its moved to myproject/.datasets/taskname. I ended up not being able to use the task in the pipeline as it cannot find the task. Any idea why?

  
  
Posted one year ago
Votes Newest

Answers


That seems strange. Could you provide a short code snippet that reproduces your issue?

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