googleapis / python-bigquery-magics

https://googleapis.dev/python/bigquery-magics/latest/
Apache License 2.0
0 stars 1 forks source link

update google-cloud-bigquery to use `bigquery_magics` package #14

Closed tswast closed 2 weeks ago

tswast commented 3 months ago

The code in https://github.com/googleapis/python-bigquery/tree/main/google/cloud/bigquery/magics is redundant with this module. After our first release, delete that code and update google-cloud-bigquery to be backwards-compatible.

Sub-tasks:

tswast commented 2 weeks ago

https://github.com/googleapis/python-bigquery/pull/1965 covers this issue. Note: it doesn't fully remove the google.cloud.bigquery.magics module, just deprecates it and updates to use this package when available.