Skip to content

Commit

Permalink
Remove unused updated field from structs (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwysiu authored Jul 27, 2023
1 parent 72a590e commit 0ad44f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pkg/athena/datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"database/sql"
"encoding/json"
"fmt"
"time"

"github.com/grafana/athena-datasource/pkg/athena/api"
"github.com/grafana/athena-datasource/pkg/athena/driver"
Expand All @@ -26,7 +25,6 @@ type athenaQueryArgs struct {
Region, Catalog, Database string
ResultReuseEnabled bool
ResultReuseMaxAgeInMinutes int64
Updated *time.Time
}

type awsDSClient interface {
Expand Down
1 change: 0 additions & 1 deletion pkg/athena/models/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const (
Catalog = "catalog"
ResultReuseEnabled = "resultReuseEnabled"
ResultReuseMaxAgeInMinutes = "resultReuseMaxAgeInMinutes"
Updated = "updated"
)

type AthenaDataSourceSettings struct {
Expand Down

0 comments on commit 0ad44f2

Please sign in to comment.