Re: [ANNOUNCE] New committer: Ritesh Ghorse

2022-11-07 Thread Moritz Mack
Congrats, Ritesh 😊 On 05.11.22, 03:08, "Ahmet Altay via dev" wrote: Congratulations Ritesh! On Fri, Nov 4, 2022 at 12: 18 PM Ritesh Ghorse via dev wrote: Thanks everyone! I'm glad to be a part of this community and I look forward to making more contributions in whatever ways I Congratulation

Beam High Priority Issue Report (61)

2022-11-07 Thread beamactions
This is your daily summary of Beam's current high priority issues that may need attention. See https://beam.apache.org/contribute/issue-priorities for the meaning and expectations around issue priorities. Unassigned P1 Issues: https://github.com/apache/beam/issues/23982 [Bug]: Could not fi

[Python][Bikeshed] typehint vs. type-hint vs. "type hint"

2022-11-07 Thread Brian Hulette via dev
Hi everyone, In a recent code review we noticed that we are not consistent when describing python type hints in documentation. Depending on who wrote the patch, we switch between typehint, type-hint, and "type hint" [1]. I think we should standardize on "type hint" as this is what Guido used in P

Re: Beam starter projects dependency updates

2022-11-07 Thread Brian Hulette via dev
These have all been addressed. I went through and merged all of them, except for the slf4j-jdk14 dependency in Java and Kotlin. After consulting with Luke [1] I told dependabot to ignore this dependency. [1] https://github.com/apache/beam-starter-java/pull/26#issuecomment-130263Java9941

Re: [Python][Bikeshed] typehint vs. type-hint vs. "type hint"

2022-11-07 Thread Jack McCluskey via dev
I'm in agreement that how we refer to type hints in documentation should be standardized across the board. It's a good practice for both style and clarity. Seems like it wouldn't be too hard to update our docstrings either, based on a quick search of the repo. On Mon, Nov 7, 2022 at 9:00 AM Brian

Re: [DISCUSS] Jenkins -> GitHub Actions ?

2022-11-07 Thread Austin Bennett
+1 Also would help address a good amount of what concerns me that was [sorta] raised by https://lists.apache.org/thread/7jr99nc5xsb3ft1d75kb0ml32bzw89rv Once we think this is something we want to do, but might be blocked/concerned because of lack of definitively comparable features, I'd be happy

Pipleline portable proto visualizaiton

2022-11-07 Thread Valentyn Tymofieiev via dev
I'd like to visualize a DAG for a Beam portable pipeline, from a .pb file or a textproto representation. Is some runner's UI readily available to make it possible (without executing the job)? I was thinking perhaps Apache Hop integration (if we have one) might be able to do that. If not, it shoul

Re: Pipleline portable proto visualizaiton

2022-11-07 Thread Robert Burke
The Go SDK has a "dot" runner to visualize pipeline protos as a dot graph but it's it's not set up as a portable runner. Probably wouldn't be too hard to get it to operate as a stand alone tool, for someone motivated enough. On Mon, Nov 7, 2022, 9:19 AM Valentyn Tymofieiev via dev < dev@beam.apach

Re: Pipleline portable proto visualizaiton

2022-11-07 Thread Robert Bradshaw via dev
I've got one I use in Python too (including drilling down into composites). It's a portable runner. I should clean it up and make it generally available. On Mon, Nov 7, 2022 at 9:25 AM Robert Burke wrote: > > The Go SDK has a "dot" runner to visualize pipeline protos as a dot graph but > it's it

Re: Pipleline portable proto visualizaiton

2022-11-07 Thread Valentyn Tymofieiev via dev
Thanks a lot, sounds like that would help avoid reinventing the wheel. On Mon, Nov 7, 2022 at 9:28 AM Robert Bradshaw wrote: > I've got one I use in Python too (including drilling down into > composites). It's a portable runner. I should clean it up and make it > generally available. > > On Mon,

Re: [DISCUSS] Jenkins -> GitHub Actions ?

2022-11-07 Thread Kenneth Knowles
OK, it seems like there is general consensus. Not too much action on the document. I will summarize the gaps that don't have an answer in the doc, and my new opinion of how important they are: - [required] Run specific non-default workflow on PR - [required] View history of a workflow - [requir

Re: Pipleline portable proto visualizaiton

2022-11-07 Thread Matt Casters
Apache Hop pipelines are actually just XML files. So if you know how the source pipeline looks you can convert it and visualize and edit it using the Hop GUI. On Mon, Nov 7, 2022 at 6:19 PM Valentyn Tymofieiev via dev < dev@beam.apache.org> wrote: > I'd like to visualize a DAG for a Beam portable

[FYI] How to disable Dependabot spam on your fork

2022-11-07 Thread Danny McCormick via dev
GitHub just shipped a feature to disable Dependabot updates on your forks[1]. If you're like me, you've found Dependabot opening PRs on your Beam fork annoying; to fix this, go to https://github.com//beam/settings/security_analysis and disable Dependabot version updates. This will automatically ge