Skip to content

Commit

Permalink
delete false function decleration
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbar1432 committed Jan 6, 2025
1 parent aabae70 commit fbabbf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/bigquery/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type MetadataUpdater interface {

type TableManager interface {
DeleteTableIfPartitioningOrClusteringMismatch(ctx context.Context, tableName string, asset *pipeline.Asset) error
CreateDataSetIfNotExist(asset *pipeline.Asset, ctx context.Context) error
}

type DB interface {
Expand Down

0 comments on commit fbabbf7

Please sign in to comment.