-
Notifications
You must be signed in to change notification settings - Fork 170
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
Achilles DDL not working on Databricks Spark #2256
Comments
TomWhite-MedStar
added a commit
to TomWhite-MedStar/WebAPI
that referenced
this issue
May 9, 2023
Merged
chrisknoll
pushed a commit
that referenced
this issue
May 17, 2023
pieterlukasse
pushed a commit
to pieterlukasse/WebAPI
that referenced
this issue
Sep 6, 2023
Refactored query so that parsed correctly by SqlRender for Spark
Closing since the issue was addressed in #2269 and merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
The DDL generated by the Achilles DDL WebAPI for spark should run properly.
Actual behavior
The generated DDL includes two WITH clauses within the same SQL statement, which throws an error.
Steps to reproduce behavior
achilles_ddl-spark.sql.txt
WITH insertion_temp AS (
, insertion_temp AS (
, the query runs properly.The text was updated successfully, but these errors were encountered: