Add getObjects from model request (#1634)

Co-authored-by: Alex Ma <alma1@microsoft.com>
This commit is contained in:
Barbara Valdez
2022-08-26 15:02:37 -07:00
committed by GitHub
parent 13a689b164
commit c33ffa592b
9 changed files with 288 additions and 1 deletions

View File

@@ -6331,6 +6331,23 @@ The Query Processor estimates that implementing the following index could improv
<target state="new">Dropped Ledger Views</target>
<note></note>
</trans-unit>
<trans-unit id="SqlProjectModelNotFound">
<source>Could not find SQL model from project: {0}.</source>
<target state="new">Could not find SQL model from project: {0}.</target>
<note>.
Parameters: 0 - projectUri (string) </note>
</trans-unit>
<trans-unit id="UnsupportedModelType">
<source>Unsupported model type: {0}.</source>
<target state="new">Unsupported model type: {0}.</target>
<note>.
Parameters: 0 - type (string) </note>
</trans-unit>
<trans-unit id="GetUserDefinedObjectsFromModelFailed">
<source>Failed to get user defined objects from model.</source>
<target state="new">Failed to get user defined objects from model.</target>
<note></note>
</trans-unit>
<trans-unit id="ComputedColumnNeedToBePersistedAndNotNullInPrimaryKeyRuleDescription">
<source>The computed column with name '{0}' has to be persisted and not nullable to be part of a primary key.</source>
<target state="new">The computed column with name '{0}' has to be persisted and not nullable to be part of a primary key.</target>