MSCEWI1050
Missing dependent object.
Low
There is a missing dependency for an object, Snow Convert could not resolve some data types. Also there exists a possibility to have a deployment error if the dependency was not in the source code.
CREATE VIEW VIEW01 AS SELECT * FROM TABLE1;
/*** MSC-WARNING - MSCEWI1050 - MISSING DEPENDENT OBJECT "TABLE1" ***/
CREATE VIEW PUBLIC.VIEW01
AS
SELECT * FROM PUBLIC.TABLE1;
Note that the TABLE1 definition is missing.
- Make sure all the dependencies of the objects are in the source code.
- If not, find the references to the object in the code and check if the operations are well managed.
- For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.
Last modified 1yr ago