Commit 87c50c6
[Python] Support large pipeline options via file (#37379)
* Support large pipeline options in Python SDK #37370
* reformatted code to match the project's standards to pass checks
* Fixed PythonFormatterPreCommitscript error"
* Fix import order: move google.protobuf above apache_beam
* Removed blank line between import and google import
* Addressed the review comments: cleaned up comments, align error message with JAVA and GO SDKs
* Fixed Formatting Error
* Fixed line lenght that causes lint error
* rerun tests
* Rerun tests
* Fix comment formatting in sdk_worker_main.py
* Fix: Update exception handling after bot review
* Set bootstrap log level to INFO in create_harness
* Fix formatting in sdk_worker_main.py
* Documents: Updated CHANGES.md for file-based pipeline options
* Fix CHANGES.md formatting issues
* Fix CHANGES.md, correct issue link
* Fix CHANGES.md, correct issue link
* Updated issue number in brackets to [#37370] in CHANGES.md
* Updated issue number in brackets to [#37370] in CHANGES.md
---------
Co-authored-by: Shunping Huang <shunping@google.com>1 parent 59922a3 commit 87c50c6
3 files changed
Lines changed: 32 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
Lines changed: 25 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
93 | 97 | | |
94 | 98 | | |
95 | 99 | | |
96 | | - | |
97 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
98 | 118 | | |
99 | 119 | | |
100 | 120 | | |
| |||
239 | 259 | | |
240 | 260 | | |
241 | 261 | | |
| 262 | + | |
242 | 263 | | |
243 | 264 | | |
244 | 265 | | |
| |||
256 | 277 | | |
257 | 278 | | |
258 | 279 | | |
| 280 | + | |
| 281 | + | |
259 | 282 | | |
260 | 283 | | |
261 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
263 | 267 | | |
264 | 268 | | |
265 | 269 | | |
| |||
0 commit comments