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 All, Did Anyone Else Encounter A Bug With Enqueuing New Pipeline Runs Using The Web Gui In Version 1.9.0?

hi all,
did anyone else encounter a bug with enqueuing new pipeline runs using the web GUI in version 1.9.0?

  
  
Posted one year ago
Votes Newest

Answers 3


CostlyOstrich36 from what I can tell, the user_id argument is new and is indeed missing from the enqueue call

  
  
Posted one year ago

CostlyOstrich36 this is the error that I see in dev tools:

  
  
Posted one year ago

Hi HugeArcticwolf77 ,

Can you please open developer tools (F12) and see what is returned when you try to enqueue?

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