Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Fix get task resource attribute comment #469

Merged
merged 2 commits into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cmd/get/matchable_task_resource_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package get

import (
"context"

"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/admin"
"github.com/flyteorg/flytectl/cmd/config"
sconfig "github.com/flyteorg/flytectl/cmd/config/subcommand"
Expand Down Expand Up @@ -44,7 +43,7 @@ Example: content of tra.yaml:

::

flytectl get task-resource-attribute --attrFile tra.yaml
flytectl get -p flytesnacks -d development task-resource-attribute --attrFile tra.yaml


.. code-block:: yaml
Expand Down
Loading