Skip to content

Commit

Permalink
handle-exceed-column-limit amendments 3
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Apr 3, 2024
1 parent 479e759 commit a5ee852
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ object TableManager {

private implicit def logger[F[_]: Sync] = Slf4jLogger.getLogger[F]

trait WithHandledErrors[F[_]] {
def addColumns(columns: Vector[Field]): F[Unit]
def createTable: F[Unit]
}
trait WithHandledErrors[F[_]] extends TableManager[F]

def make[F[_]: Async](
config: Config.BigQuery,
Expand Down

0 comments on commit a5ee852

Please sign in to comment.