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
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
NonRESTCatalogsbuild flag.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response