Skip to content
This repository was archived by the owner on Sep 1, 2026. It is now read-only.
This repository was archived by the owner on Sep 1, 2026. It is now read-only.

vdk-core: named non-db ingester registration for cloud deployment operators #3224

Description

@DeltaMichael

Prerequisites

#3221
#3222

Overview

Cloud deployment operators should be able to pre-load named non-db ingesters in plugins.

@hookimpl
  def vdk_initialize(self, context: CoreContext) -> None:
      context.register_ingester(key="default", api_root="blablabla.com")
      context.register_ingester(key="s3_ingester", bucket_address="dafafdsasd", bucket_key="dadsfs")

Acceptance criteria

  1. Above API is created and tested

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions