Skip to content

Add build-time flags to produce Admin CLI without NoSQL dependencies #3867

@dimas-b

Description

@dimas-b

Is your feature request related to a problem? Please describe.

This is a short-term follow-up to #3395.

In some environments, it may not be desirable to pull in NoSQL dependencies into the Admin CLI command.

This can be done by modularizing individual CLI commands and having downstream project rebuild the Admin CLI with only required dependencies.

However, that creates some burden on the downstream project in terms of developing the build system.

This issue proposes for Polaris to offer built-time flags so that Polaris build scripts could be used to compile the Admin CLI with (OSS default) or without NoSQL commands as user's discretion.

This would be similar to the existing NonRESTCatalogs build flag.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions