Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan committed Jan 4, 2024
1 parent 9f29243 commit a7ed50e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ import (
"context"
"encoding/base64"
"fmt"
"github.com/golang/protobuf/proto"
"reflect"
"strconv"
"strings"

"github.com/golang/protobuf/proto"

"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core"
"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/datacatalog"
"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/catalog"
Expand Down Expand Up @@ -159,7 +160,7 @@ const (
execProjectKey = "exec-project"
execNodeIDKey = "exec-node"
execTaskAttemptKey = "exec-attempt"
execOrgKey = "exec-rog"
execOrgKey = "exec-org"
)

// Understanding Catalog Identifiers
Expand Down

0 comments on commit a7ed50e

Please sign in to comment.