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
Unanswered
Hi, I Have A Few Questions Regards To


I have been using this line to prevent experiments won't accidentally sent to the public server (I have my custom self-hosted server)
Task.set_credentials("PLACEHOLDER", "PLACEHOLDER","PLACEHOLDER")

However, when I upgraded from 0.17.5 -> > 1.0.0. Weird stuff happen.
Since upgrade from v0.17.5 -> > 1.0.0, it has issue replacing the credentials.

Expected Behavior:

Conf should replace the "PLACEHOLDER" is the conf file exist. Else it should fails the experiment.

What happened:

The experiment fail when conf file exists. I can guarantee the conf file is valid, since if I remove
Task.set_credentials("PLACEHOLDER", "PLACEHOLDER","PLACEHOLDER")The experiment was init sucessfully and send to my custom domain, this indicate the conf file is read, but fail to replace credentials.

  
  
Posted 3 years ago
148 Views
0 Answers
3 years ago
one year ago