Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KedroDatasets pandas.GBQTableDataset upgrade to pandas-gbq #825

Open
janickspirig opened this issue Sep 4, 2024 · 2 comments
Open

KedroDatasets pandas.GBQTableDataset upgrade to pandas-gbq #825

janickspirig opened this issue Sep 4, 2024 · 2 comments

Comments

@janickspirig
Copy link
Contributor

janickspirig commented Sep 4, 2024

Description

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
@noklam
Copy link
Contributor

noklam commented Sep 4, 2024

@janickspirig Are you interested to open a PR? If so, go ahead!

@janickspirig
Copy link
Contributor Author

Sure, will do on the weekend

@astrojuanlu astrojuanlu transferred this issue from kedro-org/kedro Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants