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 2 years ago
Votes Newest

Answers 9


this is the pipeline code

  
  
Posted 2 years ago

this is .py file

  
  
Posted 2 years ago

ok sure

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

th is is the final log message
image

  
  
Posted 2 years ago

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 2 years ago

i ran a nlp pipeline

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

yeah sure

  
  
Posted 2 years ago
1K Views
9 Answers
2 years ago
2 years ago
Tags