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

Empty SQL Statement Error #258

Open
GeorgeAtMOD opened this issue Jun 28, 2024 · 0 comments
Open

Empty SQL Statement Error #258

GeorgeAtMOD opened this issue Jun 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@GeorgeAtMOD
Copy link

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.

@GeorgeAtMOD GeorgeAtMOD added the bug Something isn't working label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant