Commit 97ee94a
Copybara import of the project:
--
ca696fb by mrishi <rishisapps@gmail.com>:
fix(feature_store): safely parse bq:// URIs using removeprefix
The previous implementation used `.lstrip("bq://")`, which greedily
dropped valid characters (like 'b' or 'q') from the beginning of
Google Cloud Project IDs.
Replaced `lstrip` with `removeprefix` to explicitly remove only
the protocol string without mutating the project ID.
--
804ce2f by mrishi <rishisapps@gmail.com>:
fix(offline_store): safely parse bq:// URIs using removeprefix
--
9bb798f by mrishi <rishisapps@gmail.com>:
fix(offline_store): safely parse bq:// URIs using removeprefix
--
f7e9447 by mrishi <rishisapps@gmail.com>:
fix(aiplatform): safely parse bq:// URIs using removeprefix
--
8f7aa97 by mrishi <rishisapps@gmail.com>:
fix(ai_platform): Black check
COPYBARA_INTEGRATE_REVIEW=#6771 from mrishi:fix-bq-uri-parsing c922bbb
PiperOrigin-RevId: 9361068481 parent d5bd31c commit 97ee94a
3 files changed
Lines changed: 7 additions & 5 deletions
File tree
- agentplatform/resources/preview/feature_store
- google/cloud/aiplatform/preview
- vertexai/resources/preview/feature_store
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
1122 | 1121 | | |
1123 | 1122 | | |
1124 | 1123 | | |
1125 | | - | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
1126 | 1127 | | |
1127 | 1128 | | |
1128 | 1129 | | |
| |||
1409 | 1410 | | |
1410 | 1411 | | |
1411 | 1412 | | |
1412 | | - | |
| 1413 | + | |
1413 | 1414 | | |
1414 | 1415 | | |
1415 | 1416 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
0 commit comments