-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-9291] Upload graph option in dataflow's python sdk #10829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BEAM-9291] Upload graph option in dataflow's python sdk #10829
Conversation
|
I added a few comments. Could we also verify that this works as expected on Dataflow? |
|
I have one challenge with full e2e test - python version stages full apache-beam package. |
|
@aaltay |
|
removed empty lines. |
|
retest this please |
|
Not sure if tests will start or not. This has been an ongoing problem for a while. |
|
retest this please |
c44b60c to
9f61d0f
Compare
lint, move functionality to apiclient yapf
9f61d0f to
fff1d04
Compare
|
retest this please |
|
I've squashed commits. |
|
retest this please |
1 similar comment
|
retest this please |
|
retest this please |
5 similar comments
|
retest this please |
|
retest this please |
|
retest this please |
|
retest this please |
|
retest this please |
|
Run Python PreCommit |
|
Run Python2_PVR_Flink PreCommit |
|
Run Python PreCommit |
|
Run Python2_PVR_Flink PreCommit |
|
Run Python PreCommit |
|
Run Python2_PVR_Flink PreCommit |
|
Run Python PreCommit |
|
Run Python PreCommit |
|
No worries:) from what @aaltay written, there are more reasons for failing tests |
|
Run Python PreCommit |
|
run python precommit |
|
@aaltay , can we merge? |
This is to reduce the number of nodes in the Dataflow job and avoid this failure: The job graph is too large. Please try again with a smaller job graph, or split your job into two or more smaller jobs. We will revert this change when a new Beam releaes includes this PR: apache/beam#10829
This is to reduce the number of nodes in the Dataflow job and avoid this failure: The job graph is too large. Please try again with a smaller job graph, or split your job into two or more smaller jobs. We will revert this change when a new Beam releaes includes this PR: apache/beam#10829
Added support for upload_graph option in dataflow's python sdk.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username).[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
Post-Commit Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.