All Downloads are FREE. Search and download functionalities are using the official Maven repository.

no.nrk.bigquery.client.http4s.EnsureUpdated.scala Maven / Gradle / Ivy

There is a newer version: 0.19.2
Show newest version
/*
 * Copyright 2020 NRK
 *
 * SPDX-License-Identifier: MIT
 */

package no.nrk.bigquery.client.http4s

import cats.MonadThrow
import googleapis.bigquery.{Routine, Table}
import no.nrk.bigquery.internal.EnsureUpdatedBase
import org.typelevel.log4cats.LoggerFactory

class EnsureUpdated[F[_]](client: Http4sBigQueryClient[F])(implicit F: MonadThrow[F], lf: LoggerFactory[F])
    extends EnsureUpdatedBase[F, Routine, Table](client)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy