Commit fd0c3e4
Migrate to Google Cloud Dataflow Client (#37639)
* [WIP] Migrate to Google Cloud Dataflow Client
rebase
* Trigger relevant postcommits
* base image update
* fix camel case
* update dataflow runner + tests
* slide import to avoid triggering unit tests
* yapf stuff
* remove extra print
* further spec structs, fix incorrect piplineUrl option, remove old client code
* suppress line-too-longs
* formatting
* linting, tweak metrics tests
* Proto-specific changes to metric processing tests
* try to dump logging
* handle more straightforward metrics values
* add skips since the unit tests now depend on the proto library
* testing if there's a disconnect between proto behavior locally and in tests
* correct scalar access
* clean up dist accesses
* linting, various fixes
* fix unit test setup for direct accesses
* linting
* more linting
* re-enable histograms
* Bump dataflow client version, restore pausing/paused concept
* formatting
* fix enum selection
* handle the proto hash PR
* remove unnecessary try/except block
* re-delete old messsages
* fix disk_provisioned_iops/throughput_mibps tests
* code bot suggestions
* revert pipeline options interaction
* leftover update
* yapf
* swap credential loading
* Fix message importance parsing
* fix apiclient_test case w/ cloud deps and no auth
* Local runner SSL fix
* last local change
* apitools test fix
* yapf
* Apply suggestions from code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* gemini suggestions
* fix message importance
* fix local runner case
* remove legacy translation maps
* revert container requirements changes
* missing import
* fix bad trigger file merge
* Update sdks/python/apache_beam/runners/dataflow/dataflow_metrics.py
Co-authored-by: Danny McCormick <dannymccormick@google.com>
* fix merge problem with runnerv2 disabled tests
* fix state breakage
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Danny McCormick <dannymccormick@google.com>1 parent 54accc3 commit fd0c3e4
14 files changed
Lines changed: 506 additions & 10401 deletions
File tree
- .github/trigger_files
- sdks/python
- apache_beam/runners/dataflow
- internal
- clients/dataflow
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
Lines changed: 17 additions & 46 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
115 | | - | |
116 | | - | |
117 | | - | |
| 114 | + | |
118 | 115 | | |
119 | 116 | | |
120 | 117 | | |
| |||
135 | 132 | | |
136 | 133 | | |
137 | 134 | | |
138 | | - | |
139 | | - | |
140 | | - | |
| 135 | + | |
141 | 136 | | |
142 | | - | |
| 137 | + | |
143 | 138 | | |
144 | 139 | | |
145 | 140 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
| 141 | + | |
152 | 142 | | |
153 | | - | |
154 | | - | |
155 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
156 | 146 | | |
157 | 147 | | |
158 | 148 | | |
| |||
185 | 175 | | |
186 | 176 | | |
187 | 177 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
| 178 | + | |
192 | 179 | | |
193 | 180 | | |
194 | 181 | | |
| |||
209 | 196 | | |
210 | 197 | | |
211 | 198 | | |
212 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
213 | 204 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
238 | 209 | | |
239 | 210 | | |
240 | 211 | | |
| |||
0 commit comments