-
Notifications
You must be signed in to change notification settings - Fork 219
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
Arroyo throws "This feature is not implemented" when attempting to insert data from a CTE #653
Comments
Unfortunately, my pipeline still failed even after getting the preview working from the UI. Logs
|
Bug
The following query runs from the Arroyo UI, and allows you to see a working preview:
However, if you un-comment the INSERT line, it will throw a validation error saying "This feature is not implemented".
Workaround
By using CREATE VIEW statements instead of WITH statements, you can get a working preview while including the INSERT statement:
The text was updated successfully, but these errors were encountered: