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

Dimension inheritance (dimension grouping) #19

Open
alt-dima opened this issue May 17, 2024 · 0 comments
Open

Dimension inheritance (dimension grouping) #19

alt-dima opened this issue May 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@alt-dima
Copy link
Owner

alt-dima commented May 17, 2024

For example, in examples/inventory/demo-org/datacenter we have multiple datacenters

  • staging1.json
  • staging2.json
  • production.json

Need new feature to group

  • staging1 and staging2 under "test-account" dimension (examples/inventory/demo-org/account/test-account.json)
  • "production" under "production" dimension (examples/inventory/demo-org/account/prod-account.json).

To be able to query Toaster-ToasterDB like "give me all the datacenter in test-account" and it should return staging1 and staging2 dimensions

And with tofugu cook execution it should provide also all the parent dimensions

@alt-dima alt-dima added the enhancement New feature or request label May 17, 2024
@alt-dima alt-dima self-assigned this May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant