-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
enhancementNew feature or requestNew feature or requestinitiative: Multiple Databases In One JobstoryTask for an EpicTask for an Epic
Milestone
Description
Prerequisites
Overview
Cloud deployment operators should be able to pre-load named databases in plugins. Configuring a named database should automatically configure a corresponding ingester for that database registerd under the same name.
@hookimpl
def vdk_initialize(self, context: CoreContext) -> None:
context.register_db(key="default", type="oracle", host="localhost", port="1521", sid="free")
context.register_db(key="oracle_1", type="oracle", host="http://some_host_whatever/", port="1522", sid="not_free")
context.register_db(key="impala_1", type="impala", host="http://impala_host/", database="mydatabase")Acceptance criteria
- Above API is created and tested
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestinitiative: Multiple Databases In One JobstoryTask for an EpicTask for an Epic