update google-cloud-bigquery to use bigquery_magics
package
#14
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-magics API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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:
google.cloud.bigquery.load_ipython_extension
to load thebigquery_magics
extension instead. Raise anexceptionwarning prompting the user to install bigquery_magics if not installed.Remove /~https://github.com/googleapis/python-bigquery/tree/main/google/cloud/bigquery/magics except forEdit: keeping this code intact for now, but deprecating it. To be removed in a future version of google-cloud-bigquery.google.cloud.bigquery.magics.context
andgoogle.cloud.bigquery.magics.magics.context
, which will be aliases to thebigquery_magics.context
object.Update unit/system tests to be minimal to verify that we're calling out tokeeping this code intact for now, but deprecating it. To be removed in a future version of google-cloud-bigquery.bigquery_magics
now.bigquery_magics
.The text was updated successfully, but these errors were encountered: