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

missing references to build in table sys #82

Closed
lastlink opened this issue Oct 28, 2020 · 2 comments
Closed

missing references to build in table sys #82

lastlink opened this issue Oct 28, 2020 · 2 comments
Labels
question Further information is requested

Comments

@lastlink
Copy link

lastlink commented Oct 28, 2020

while trying to implement tsqlt sql classes I'm getting missing references to the sys schema. e.g. [sys].[extended_properties].

ModelValidationError 
error SQL71501: SqlView: [tSQLt].[TestClasses] contains an unresolved reference to an object. Either the object does not exist or the reference is ambiguous because it could refer to any of the following objects: [sys].[extended_properties].[ep]::[name], [sys].[extended_properties].[name] or [sys].[schemas].[ep]::[name].
@jmezach
Copy link
Member

jmezach commented Oct 28, 2020

This is probably related to #64. We've asked Microsoft if we are allowed to redistribute the master.dacpac's of various versions of SQL Server, but so far we haven't heard anything yet.

@jmezach jmezach added the question Further information is requested label Oct 28, 2020
@jmezach
Copy link
Member

jmezach commented Dec 14, 2020

Closing this as a duplicate of #64

@jmezach jmezach closed this as completed Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants