[
https://issues.apache.org/jira/browse/BEAM-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15356080#comment-15356080
]
ASF GitHub Bot commented on BEAM-393:
-------------------------------------
GitHub user chamikaramj opened a pull request:
https://github.com/apache/incubator-beam/pull/565
[BEAM-393] Adds more code snippets for Python SDK
Adds code snippets related to following.
(1) Creating and using a new custom source
(2) Creating and using a new custom sink
(3) Performing joins using side inputs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chamikaramj/incubator-beam update_snippets2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/565.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #565
----
commit dfe0af624a43c0b6df23dc078bd5af300ed8848f
Author: Chamikara Jayalath <[email protected]>
Date: 2016-06-25T08:53:12Z
Adds code snippets for custom sources and sinks
commit 9dc3ce0c2d6d8f596a65c47fc64f66daae1a9b87
Author: Chamikara Jayalath <[email protected]>
Date: 2016-06-28T21:01:43Z
Adds code snippets for custom sources and sinks.
commit 647013d9d4393d89b3026e5150ddefd59740e4f8
Author: Chamikara Jayalath <[email protected]>
Date: 2016-06-28T23:28:23Z
Adds code snippets for custom sources and sinks.
commit 312c2c13aac13869851f5fe9f6bca27962f22b5b
Author: Chamikara Jayalath <[email protected]>
Date: 2016-06-28T23:33:22Z
Adds code snippets for custom sources and sinks.
commit 06ef713fe20945c35021d63081104f2dbe6115aa
Author: Chamikara Jayalath <[email protected]>
Date: 2016-06-29T22:30:22Z
Adds code snippets for custom sources and sinks.
commit c5a916940af6176a12380246224320541a0af2b0
Author: Chamikara Jayalath <[email protected]>
Date: 2016-06-29T23:21:02Z
Adds code snippets for custom sources, custom sinks, and joining using side
inputs.
----
> Add code snippets for custom sources, custom sinks, and side inputs
> -------------------------------------------------------------------
>
> Key: BEAM-393
> URL: https://issues.apache.org/jira/browse/BEAM-393
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py
> Reporter: Chamikara Jayalath
> Assignee: Chamikara Jayalath
>
> Currently we have some code snippets for Python SDK at following location.
> https://github.com/apache/incubator-beam/blob/python-sdk/sdks/python/apache_beam/examples/snippets/snippets.py
> We need to add code snippets related to custom sources, custom sinks, and
> side inputs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)