Status Update
Comments
pu...@google.com <pu...@google.com>
si...@google.com <si...@google.com> #2
Hello,
This issue report has been forwarded to the Cloud BigQuery Product team so that they may investigate it, but there is no ETA for a resolution today. Future updates regarding this issue will be provided here.
ax...@gmail.com <ax...@gmail.com> #3
Hi,
To troubleshoot the issue further, I have created a private ticket to provide some information about the issue (for which you should have received a notification). Please provide requested information there. Don't put any personal information, including project identifiers in this public ticket.
si...@google.com <si...@google.com> #4
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, Please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
Description
Problem you have encountered: Pipe Syntax is not available within block statements making it incompatible with Dataform. To detail a bit more, pipe syntax works inside a
BEGIN...END
block but can not interpret the firstFROM
operator. Which make possible to have a query inside continued by a pipe syntax. But it makes impossible to have 100% pipe syntax query starting with theFROM
operator (examples below)What you expected to happen: I expect the pipe syntax to be available and working even inside a block of statement
Steps to reproduce:
Other information (workarounds you have tried, documentation consulted, etc):
N/A