From 299739782b49d05deb30ef3425fba79cb69ed63c Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Tue, 19 Jul 2022 13:39:23 -0500 Subject: [PATCH 1/2] chore: remove code generation for BQML proto files --- owlbot.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/owlbot.py b/owlbot.py index 4d287ac46..b5f5a7768 100644 --- a/owlbot.py +++ b/owlbot.py @@ -19,24 +19,6 @@ from synthtool import gcp from synthtool.languages import python -default_version = "v2" - -for library in s.get_staging_dirs(default_version): - # Avoid breaking change due to change in field renames. - # https://github.com/googleapis/python-bigquery/issues/319 - s.replace( - library / f"google/cloud/bigquery_{library.name}/types/standard_sql.py", - r"type_ ", - "type ", - ) - # Patch docs issue - s.replace( - library / f"google/cloud/bigquery_{library.name}/types/model.py", - r"""\"predicted_\"""", - """`predicted_`""", - ) - s.move(library / f"google/cloud/bigquery_{library.name}/types") -s.remove_staging_dirs() common = gcp.CommonTemplates() From 5cd3c6ce17b72e00941ce0ac2a5e35c514e0f21a Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Mon, 15 Aug 2022 13:52:24 -0500 Subject: [PATCH 2/2] remove protos from owlbot config --- .github/.OwlBot.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/.OwlBot.yaml b/.github/.OwlBot.yaml index e54051157..8b142686c 100644 --- a/.github/.OwlBot.yaml +++ b/.github/.OwlBot.yaml @@ -18,9 +18,5 @@ docker: deep-remove-regex: - /owl-bot-staging -deep-copy-regex: - - source: /google/cloud/bigquery/(v.*)/.*-py/(.*) - dest: /owl-bot-staging/$1/$2 - begin-after-commit-hash: f2de93abafa306b2ebadf1d10d947db8bcf2bf15