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

SSASEnumerator doesn't find DSV-Tables, that are SQL Server Views #3

Open
keif888 opened this issue Jul 14, 2017 · 1 comment · May be fixed by #39
Open

SSASEnumerator doesn't find DSV-Tables, that are SQL Server Views #3

keif888 opened this issue Jul 14, 2017 · 1 comment · May be fixed by #39

Comments

@keif888
Copy link
Owner

keif888 commented Jul 14, 2017

SSASEnumerator assumes that DSV-Tables with TableType "View" are "Named Queries" and only reads their "QueryDefinition".
But there are also DSV-Tables with TableType "View", that represent Views from the SQL Server. Those should be treated like DSV-Tables with TableType "Table", so that the Dependency to the SQL Server View can be recorded.

I agree that the relationship should be differentiated for full lineage and transparency. I second that vote.
--Steven Neumersky

@kaisp84
Copy link

kaisp84 commented Dec 1, 2022

👍

kaisp84 pushed a commit to kaisp84/SQLServerMetadata that referenced this issue Dec 14, 2022
kaisp84 pushed a commit to kaisp84/SQLServerMetadata that referenced this issue Dec 14, 2022
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 a pull request may close this issue.

2 participants