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! Pipelinecontroller Has Method:

Hi! PipelineController has method:

  • add_pipeline_tags ( bool ) – (default: False) if True, add pipe: <pipeline_task_id> tag to all steps (Tasks) created by this pipeline.
    Can we create a custom tag, that pipeline will have and this tag will be passed to the children?
  
  
Posted one year ago
Votes Newest

Answers 3


@<1523701240951738368:profile|RoundMosquito25> sorry, actually add_pipeline_tags will add the tag pipe: ID to all steps, not a predefined tag. You will need to set the tags argument to your desired tags for each step individually

  
  
Posted one year ago

How to do that?

  
  
Posted one year ago

Hi @<1523701240951738368:profile|RoundMosquito25> ! Yes, you should be able to do that

  
  
Posted one year ago
545 Views
3 Answers
one year ago
one year ago
Tags