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 Everyone! How Can I Create A Pipeline In Draft Mode? In Draft Mode, I Need To Install A Shell Script And Pass Additional Parameters. In Addition, I Would Like To Be Able To Remotely Copy Pipelines By Launching Pipelines With Different Parameters

Hi everyone!

How can I create a pipeline in draft mode? In draft mode, I need to install a shell script and pass additional parameters. In addition, I would like to be able to remotely copy pipelines by launching pipelines with different parameters

  
  
Posted one year ago
Votes Newest

Answers 5


what do you mean by draft? do you want to actually run your pipeline even for testing purposes?

  
  
Posted one year ago

@<1524560082761682944:profile|MammothParrot39> , I'm not sure what you mean, if it's in draft, why do you expect it to run?

  
  
Posted one year ago

Also, for some reason I don't have the ability to copy pipelines. Tell me, is this normal?
image

  
  
Posted one year ago

I create the draft mod in the picture above by calling pipe.create_draft() But this does not start the execution of the pipeline, but immediately transfers it to draft mode
image

  
  
Posted one year ago

Also, for some reason I don’t have the ability to copy pipelines. Tell me, is this normal?

Every time you click run a pipeline ran is cloned, so you can pass new parameters right from the UI

  
  
Posted one year ago