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

Add namespace: to the resources YAML #6306

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

begelundmuller
Copy link
Contributor

@begelundmuller begelundmuller commented Dec 18, 2024

  • Adds support for an optional namespace: in YAML resources
  • The namespace is prepended to the resource name with the format <namespace>:<name>
  • We use : instead of / to avoid refactoring URL formats across the analytical APIs and frontend slugs

Example (will be hosted on ui.rilldata.com/org/project/explore/ezcommerce:sales)

# explores/sales.yaml
type: explore
namespace: ezcommerce
metrics_view: sales

@begelundmuller begelundmuller self-assigned this Dec 18, 2024
@begelundmuller begelundmuller changed the title Add namespace: for resources Add namespace: to the resources YAML Dec 18, 2024
@begelundmuller begelundmuller marked this pull request as ready for review December 18, 2024 19:44
@begelundmuller begelundmuller merged commit 926baa0 into main Dec 19, 2024
9 checks passed
@begelundmuller begelundmuller deleted the begelundmuller/resource-namespaces branch December 19, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants