You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pandas.GBQTableDataset uses currently pd.to_gbq() to write a DataFrame to GBQ. However this method is deprecated. As the method is deprecated warnings are raised. I suggest upgrading the dataset to use pandas_gbq.to_gbq() instead.
Your Environment
Kedro version used (pip show kedro or kedro -V): 0.19.8
Python version used (python -V): 3.11.9
Operating system and version: MacOS
The text was updated successfully, but these errors were encountered:
Description
The
pandas.GBQTableDataset
uses currentlypd.to_gbq()
to write a DataFrame to GBQ. However this method is deprecated. As the method is deprecated warnings are raised. I suggest upgrading the dataset to use pandas_gbq.to_gbq() instead.Your Environment
pip show kedro
orkedro -V
): 0.19.8python -V
): 3.11.9The text was updated successfully, but these errors were encountered: