You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using Azure Dev Ops & schemachange, I get an error of "Empty SQL Statement".
To Reproduce
Complete a pull request in Azure Dev Ops.
CI CD pipeline kicks off as normal
Expected behavior
I expect the version file to be executed.
Screenshots
Snipped from version file: drop view if exists mart.dim_store; create or replace view mart.dim_store as . . .
No trailing comments, no dropped semi-colons. It is a pretty straightforward file that will execute perfectly in either VSC or Snowflake's UI.
Schemachange (please complete the following information):
Version (e.g. 3.5.3): 3.6.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using Azure Dev Ops & schemachange, I get an error of "Empty SQL Statement".
To Reproduce
Complete a pull request in Azure Dev Ops.
CI CD pipeline kicks off as normal
Expected behavior
I expect the version file to be executed.
Screenshots
Snipped from version file:
drop view if exists mart.dim_store; create or replace view mart.dim_store as . . .
No trailing comments, no dropped semi-colons. It is a pretty straightforward file that will execute perfectly in either VSC or Snowflake's UI.
Schemachange (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: