ConfiguredCatalogFactory
Micronaut factory for the ConfiguredAirbyteCatalog singleton.
The value may be defined via two Micronaut properties:
airbyte.connector.catalog.jsonfor use by ConnectorCommandLinePropertySource,airbyte.connector.catalog.resourcefor use in unit tests.
Functions
Link copied to clipboard
@Singleton
@Requires(env = ["test"] )
@Requires(notEnv = ["cli"] )
@Requires(property = "airbyte.connector.catalog.resource")