Peter Debelak
Peter Debelak
I would expect `meltano install` to fail and exit with a non-zero exit code if the migrations fail. Instead, it proceeds to install plugins. To reproduce: ``` $ meltano --version...
This allows passing other requests options (like timeout) to all methods on SFType that make requests. Previously this was supported on some, but not all methods. This duplicates #149 which...
This updates the opensearch hook to only pass the http_auth argument to the opensearch client if a login and password are part of the connection. closes: #39979 --- **^ Add...