- Notifications
You must be signed in to change notification settings - Fork5
Description
The code inhttps://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:
- Update
google.cloud.bigquery.load_ipython_extensionto load thebigquery_magicsextension instead. Raise anexceptionwarning prompting the user to install bigquery_magics if not installed. - [N/A]
Removehttps://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.contextandgoogle.cloud.bigquery.magics.magics.context, which will be aliases to thebigquery_magics.contextobject. - [N/A]
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_magicsnow. - Update the magics-related "extras" in google-cloud-bigquery's setup.py to just depend on
bigquery_magics.