If someone implemented it directly in Python then it would be supported directly in Python. I don't know if anyone is actively working on that - the current implementation uses Apache Calcite, and I don't know whether they have a Python API.
On Fri, Apr 13, 2018 at 9:40 AM Prabeesh K. <prabsma...@gmail.com> wrote: > What about supporting SQL in Python SDK? > > On 13 April 2018 at 13:32, Reuven Lax <re...@google.com> wrote: > >> The portability work will allow the Python and Java SDKs to be used in >> the same pipeline, though this work is not yet complete. >> >> > This is would be an interesting feature. > > On Fri, Apr 13, 2018 at 9:15 AM Gabor Hermann <m...@gaborhermann.com> >> wrote: >> >>> Hey all, >>> >>> Are there any efforts towards supporting SQL from the Python SDK, not >>> just from Java? I couldn't find any info about this in JIRA or mailing >>> lists. >>> >>> How much effort do you think it would take to implement this? Are there >>> some dependencies like supporting more features in Python? I know that >>> the Python SDK is experimental. >>> >>> As an alternative, is there a way to combine Python and Java SDKs in the >>> same pipeline? >>> >>> Thanks for your answers in advance! >>> >>> Cheers, >>> Gabor >>> >>> >