SPRKSPSQL1003
The name expression is currently not supported in Snowflake.
Category
Error.
Description
This error message appears when a name with backticks contains an invalid expression (e.g., a function call) as a data source.
Input code:
SELECT * FROM `SomeDataSource()`;
Output code:
SELECT * FROM
--EWI: SPRKSPSQL1003 => The expression `SomeDataSource()` is not currently supported.
`SomeDataSource()`;
Other expressions, such as tables and view names, are supported.
Recommendation
For more support, you can email us at [email protected]. If you have a contract for support with Snowflake, reach out to your sales engineer and they can direct your support needs.
Last updated