damccorm commented on code in PR #40091: URL: https://github.com/apache/beam/pull/40091#discussion_r3980828108
########## website/www/site/content/en/blog/python-unboundedsource-watch.md: ########## @@ -0,0 +1,163 @@ +--- +title: "UnboundedSource and the Watch Transform in the Apache Beam Python SDK" +date: 2026-09-10T00:00:00+10:00 +categories: + - blog + - gsoc +authors: + - eliaaazzz +--- +<!-- +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> + +The Apache Beam Python SDK now includes an `UnboundedSource` API for custom Review Comment: Also, it would be nice to address the "why?" here - what problem(s) were you trying to address ########## website/www/site/data/authors.yml: ########## @@ -60,6 +60,8 @@ dhalperi: name: Dan Halperin email: [email protected] twitter: +eliaaazzz: + name: Elia Liu Review Comment: Are you comfortable including an email? In general, we try to have at least that information so that people can reach out if they have thoughts or questions (admittedly this is rare) ########## website/www/site/content/en/blog/python-unboundedsource-watch.md: ########## @@ -0,0 +1,163 @@ +--- +title: "UnboundedSource and the Watch Transform in the Apache Beam Python SDK" +date: 2026-09-10T00:00:00+10:00 +categories: + - blog + - gsoc +authors: + - eliaaazzz +--- +<!-- +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> + +The Apache Beam Python SDK now includes an `UnboundedSource` API for custom Review Comment: In your intro, I think it would be nice to mention that this is a Google Summer of Code project - I think it both gives useful context and highlights your contribution a little bit better -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
