Re: Incorrect python bigquery storage read API docs

2023-02-06 Thread Pablo Estrada via dev
("This is correct" meaning that you're correct Parth) On Mon, Feb 6, 2023 at 12:39 PM Pablo Estrada wrote: > This is correct! The Bigquery Storage Read API is supported in Python. We > need to fix that doc. > -P. > > On Mon, Feb 6, 2023 at 11:58 AM Ahmet Altay wrote: > >> Adding @Pablo Estrada

Re: Incorrect python bigquery storage read API docs

2023-02-06 Thread Pablo Estrada via dev
This is correct! The Bigquery Storage Read API is supported in Python. We need to fix that doc. -P. On Mon, Feb 6, 2023 at 11:58 AM Ahmet Altay wrote: > Adding @Pablo Estrada who reviewed that issue, > hopefully he could help. > > On Sun, Feb 5, 2023 at 4:37 PM Parth Doshi wrote: > >> Hi, >> >

Re: Incorrect python bigquery storage read API docs

2023-02-06 Thread Ahmet Altay via dev
Adding @Pablo Estrada who reviewed that issue, hopefully he could help. On Sun, Feb 5, 2023 at 4:37 PM Parth Doshi wrote: > Hi, > > I was reading through the documentation for the python bigquery read API > > and

Incorrect python bigquery storage read API docs

2023-02-05 Thread Parth Doshi
Hi, I was reading through the documentation for the python bigquery read API and it says """ The Beam SDK for Python does not support the BigQuery Storage API. See Issue 20687). """ However, that issue has since been closed and it seems it is now supported. Best, Parth