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
My Project Pipeline Is Runnung Well And Good But Instead Of Completed It Is Coming As Aborted After Complete Execution

my project pipeline is runnung well and good
but instead of completed it is coming as aborted
after complete execution
image

  
  
Posted one year ago
Votes Newest

Answers 9


Hey @<1554275802437128192:profile|CumbersomeBee33> , aborted usually means that someone manually stopped the pipeline or one of it's experiments. Can you provide us with the code you used to run it?

  
  
Posted one year ago

th is is the final log message
image

  
  
Posted one year ago

That is not specific enough. Can you show the code? And ideally also the console log of the pipeline

  
  
Posted one year ago

this is the pipeline code

  
  
Posted one year ago

yeah sure

  
  
Posted one year ago

Is this a jupyter notebook or something ? Can you download it properly as either a .ipynb or .py file?

  
  
Posted one year ago

this is .py file

  
  
Posted one year ago

ok sure

  
  
Posted one year ago

i ran a nlp pipeline

  
  
Posted one year ago
527 Views
9 Answers
one year ago
one year ago
Tags