from feast.infra.passthrough_provider import PassthroughProvider class GcpProvider(PassthroughProvider): """ This class only exists for backwards compatibility. """ pass