Skip to content

Commit

Permalink
[2.9] Remove PACHD_ADDRESS deprecation warning (#9703) (#9865)
Browse files Browse the repository at this point in the history
PACHD_ADDRESS is no longer deprecated as it is being used in determined
notebooks.
  • Loading branch information
BOsterbuhr committed Mar 27, 2024
1 parent e285d06 commit 6b165f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/internal/client/client.go
Expand Up @@ -405,7 +405,6 @@ func getUserMachineAddrAndOpts(context *config.Context) (*grpcutil.PachdAddress,

// 1) PACHD_ADDRESS environment variable (shell-local) overrides global config
if envAddrStr, ok := os.LookupEnv("PACHD_ADDRESS"); ok {
fmt.Fprintln(os.Stderr, "WARNING: 'PACHD_ADDRESS' is deprecated and will be removed in a future release, use Pachyderm contexts instead.")

envAddr, err := grpcutil.ParsePachdAddress(envAddrStr)
if err != nil {
Expand Down

0 comments on commit 6b165f8

Please sign in to comment.