We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you have versioned models, the collapsed DAG view selects all the models because it selects by name and cannot differentiate between version.
collapsed view
expanded view
View a model that has multiple versions in the collapsed view.
Only the single model with the corerct correct version is displayed.
See #411 for other version related changes.
The text was updated successfully, but these errors were encountered:
I believe we ended up fixing this in #411!
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When you have versioned models, the collapsed DAG view selects all the models because it selects by name and cannot differentiate between version.
collapsed view
![image](https://user-images.githubusercontent.com/7070049/231276444-e264e73a-319f-4f55-95e9-59bdc1060fd1.png)
expanded view
![image](https://user-images.githubusercontent.com/7070049/231276465-9699f78b-54f4-435b-b273-f67b1d21b5e3.png)
Steps To Reproduce
View a model that has multiple versions in the collapsed view.
Expected behavior
Only the single model with the
corerctcorrect version is displayed.Additional context
See #411 for other version related changes.
The text was updated successfully, but these errors were encountered: