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

[Feature] Add Configuration Object to Semantic Manifest #94

Closed
3 tasks done
plypaul opened this issue Jun 23, 2023 · 0 comments · Fixed by #95
Closed
3 tasks done

[Feature] Add Configuration Object to Semantic Manifest #94

plypaul opened this issue Jun 23, 2023 · 0 comments · Fixed by #95
Labels

Comments

@plypaul
Copy link
Contributor

plypaul commented Jun 23, 2023

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward change to existing dbt-semantic-interfaces functionality, rather than a Big Idea better suited to a discussion

Describe the feature

As requested by @marcodamore - it would be useful to have a configuration object in the semantic manifest to hold configuration options like:

{ 
  "project_config": {
      "dsi_version_number": 123,
      "timespine": {
          "location": "transform.metricflow_time_spine",
          "column_name": "date_day",
          "grain": "daily",
      }
   }
}

Describe alternatives you've considered

No response

Who will this benefit?

No response

Are you interested in contributing this feature?

No response

Anything else?

No response

@plypaul plypaul added the enhancement New feature or request label Jun 23, 2023
plypaul added a commit that referenced this issue Jun 23, 2023
plypaul added a commit that referenced this issue Jun 23, 2023
plypaul added a commit that referenced this issue Jun 23, 2023
plypaul added a commit that referenced this issue Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants