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

Updated metric_input_measure to reflect correctly on what it can be #161

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

WilliamDee
Copy link
Contributor

Context

In dbt and in SL, the definition of the metric_input_measure can be either a string or an object. There is some logic to convert the string to an object if that is provided. However, in the schema it shows that it can only be an object. This is causing warnings to show up on the IDE even though it is parseable.

image

dave-connors-3
dave-connors-3 previously approved these changes Sep 4, 2024
Copy link
Contributor

@dave-connors-3 dave-connors-3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you wouldn't mind updating the tests in the tests/latest directory, that would be swell! effectively all you need to do is add valid yml related to your change to relevant file in tests/latest/valid and CI should ensure it's valid!

@WilliamDee
Copy link
Contributor Author

WilliamDee commented Sep 4, 2024

if you wouldn't mind updating the tests in the tests/latest directory, that would be swell! effectively all you need to do is add valid yml related to your change to relevant file in tests/latest/valid and CI should ensure it's valid!

@dave-connors-3 Done! Seems like pushing that commit dismissed your approval. Mind taking a look again? Also, I know this is schema is reflected on the IDE, after I merge this, what's the process/timeline for this being in prod IDE? Thank you 🙏

@dave-connors-3 dave-connors-3 merged commit 104fe9e into main Sep 11, 2024
31 checks passed
@dave-connors-3 dave-connors-3 deleted the will/fix-metric-bug branch September 11, 2024 19:58
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