Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporter: Add support for special selectors in -listing and -services. #3561

Open
alexott opened this issue May 9, 2024 · 0 comments
Open
Labels
exporter TF configuration generator feature New feature or request

Comments

@alexott
Copy link
Contributor

alexott commented May 9, 2024

As we get more services added to the exporter, it's becoming tedious to enumerate all necessary services to list and to export when you need a granular selection - for example, I want to list everything except Unity Catalog objects and export all dependencies except users and groups.

Proposal:

  1. Add support for negate operator when specifying services, like: -uc-volumes, -users,-groups, etc. (all selector will be implied here)
  2. (optionally) Add support for all selector to specify all services, so we can say -listing all,-uc-catalogs,-uc-shares... It could be implicit when we use the first option, but it may improve the readability of command-line arguments
  3. Add support for services classes, like, uc, sql, etc. so we can enable or disable multiple services at once.
@alexott alexott added feature New feature or request exporter TF configuration generator labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exporter TF configuration generator feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant