airbytehq / PyAirbyte

PyAirbyte brings the power of Airbyte to every Python developer.
https://docs.airbyte.com/pyairbyte
Other
178 stars 20 forks source link

🐛 Bug: BigQuery `to_pandas()` doesn't work #165

Open aaronsteers opened 3 months ago

aaronsteers commented 3 months ago

Discovered when working on another PR:

It appears to_pandas() fails when run against BigQuery.

sqlalchemy.exc.InvalidRequestError: Could not reflect: requested table(s) not available in Engine(bigquery://dataline-integration-testing?credentials_path=%2Fvar%2Ffolders%2Fs2%2Fvn4r87x53fx8v_n79pxyvc_r0000gq%2FT%2Ftmpq6yf1owc) schema 'test_deleteme_c6wj0k': (users)

Repro condition documented in code here: