Source code for feast.infra.gcp

from feast.infra.passthrough_provider import PassthroughProvider


[docs]class GcpProvider(PassthroughProvider): """ This class only exists for backwards compatibility. """ pass