Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
# Catch all. @googleapis/cloud-sdk-python-team is notified on every change for packages not owned by other teams.
* @googleapis/cloud-sdk-python-team

/packages/bigframes/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
/packages/bigquery-magics/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
/packages/db-dtypes/ @googleapis/bigquery-team @googleapis/bigquery-dataframe-team
/packages/django-google-spanner/ @googleapis/spanner-team
Expand Down
66 changes: 0 additions & 66 deletions .github/workflows/bigframes-docs-deploy.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
# Each weight is roughly 1 minute of expected execution time
# Default for unset packages is 1
PACKAGE_WEIGHTS: |
bigframes: 6
google-ai-generativelanguage: 4
google-auth: 5
google-cloud-compute: 12
Expand Down
22 changes: 0 additions & 22 deletions .kokoro/continuous/benchmark-bigframes.cfg

This file was deleted.

12 changes: 0 additions & 12 deletions .kokoro/continuous/continuous-bigframes.cfg

This file was deleted.

19 changes: 0 additions & 19 deletions .kokoro/continuous/load-bigframes.cfg

This file was deleted.

12 changes: 0 additions & 12 deletions .kokoro/continuous/notebook-bigframes.cfg

This file was deleted.

5 changes: 0 additions & 5 deletions .kokoro/continuous/prerelease.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ env_vars: {
key: "NOX_SESSION"
value: "prerelease_deps"
}

env_vars: {
key: "BIGFRAMES_TEST_PROJECT"
value: "bigframes-load-testing"
}
5 changes: 0 additions & 5 deletions .kokoro/continuous/system.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ env_vars: {
key: "NOX_SESSION"
value: "system-3.12"
}

env_vars: {
key: "BIGFRAMES_TEST_PROJECT"
value: "bigframes-load-testing"
}
23 changes: 0 additions & 23 deletions .kokoro/presubmit/presubmit-doctest-bigframes.cfg

This file was deleted.

5 changes: 0 additions & 5 deletions .kokoro/presubmit/system.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ env_vars: {
key: "NOX_SESSION"
value: "system-3.12"
}

env_vars: {
key: "BIGFRAMES_TEST_PROJECT"
value: "bigframes-testing"
}
3 changes: 1 addition & 2 deletions .release-please-individual-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"packages/bigframes": "2.48.0",
"packages/google-crc32c": "1.8.0",
"preview-packages/google-cloud-compute": "1.51.0-preview.1"
}
}
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ Preview
-------

**Preview** indicates that the client library for a particular service is
under development—either in **Beta** or **Alpha**—and is being prepared for
release.
under development—either in **Beta** or **Alpha**—and is being prepared for
release.

* **Beta** indicates the library is mostly stable. Issues and requests
against beta libraries are addressed with a higher priority.
* **Beta** indicates the library is mostly stable. Issues and requests
against beta libraries are addressed with a higher priority.
(``Development Status :: 4 - Beta``)
* **Alpha** indicates the library is still a work-in-progress and is more
* **Alpha** indicates the library is still a work-in-progress and is more
likely to get backwards-incompatible updates. (``Development Status :: 3 - Alpha``)

If you need support for other Google APIs, check out the
Expand Down Expand Up @@ -73,12 +73,12 @@ Libraries
-
-
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
* - `A unified Python API in BigQuery <https://github.com/googleapis/google-cloud-python/tree/main/packages/bigframes>`_
* - `A unified Python API in BigQuery <https://github.com/google/bigframes>`_
- stable
- |PyPI-bigframes|
-
-
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
- `Client Library Issues <https://github.com/google/bigframes/issues>`_
* - `AI Platform <https://github.com/googleapis/python-aiplatform>`_
- stable
- |PyPI-google-cloud-aiplatform|
Expand Down
4 changes: 0 additions & 4 deletions librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ default:
- docs/summary_overview.md
library_type: GAPIC_AUTO
libraries:
- name: bigframes
version: 2.48.0
python:
library_type: INTEGRATION
- name: bigquery-magics
version: 0.15.1
python:
Expand Down
4 changes: 0 additions & 4 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ ignore_missing_imports = True
# ==============================================================================
# PACKAGE-SPECIFIC OVERRIDES & EXCEPTIONS
# ==============================================================================
# --- bigframes ---
[mypy-bigframes_vendored.*]
ignore_errors = True

# --- google-auth ---
[mypy-google.auth.*]
ignore_missing_imports = True
Expand Down
38 changes: 0 additions & 38 deletions packages/bigframes/.coveragerc

This file was deleted.

33 changes: 0 additions & 33 deletions packages/bigframes/.flake8

This file was deleted.

8 changes: 0 additions & 8 deletions packages/bigframes/.gemini/common/constraints.md

This file was deleted.

9 changes: 0 additions & 9 deletions packages/bigframes/.gemini/common/docs.md

This file was deleted.

Loading
Loading