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, I Am Trying To Save Task Artifacts On Gcs Bucket - I Have Configured The Project To Use The Bucket As “Default Output Destination” (In The Project Create Dialog) But The Artifacts Still Created Inside The File Server, Any Idea What Am I Missing?

Hi, I am trying to save task artifacts on GCS bucket - I have configured the project to use the bucket as “default output destination” (in the project create dialog) but the artifacts still created inside the file server, any idea what am i missing?

  
  
Posted 2 years ago
Votes Newest

Answers 4


Hi ApprehensiveSeahorse83 ,

Please try editing your Task.init() to the following Task.init(..., output_uri=True) please tell me if this helps 🙂

  
  
Posted 2 years ago

ApprehensiveSeahorse83 , also try with Task.init(..., output_uri = "<GS_BUCKET>")

  
  
Posted 2 years ago

Thanks CostlyOstrich36 OutrageousSheep60 , using output_uri = “<GS_BUCKET>” solve it.

  
  
Posted 2 years ago
545 Views
4 Answers
2 years ago
one year ago
Tags