GitHub user swegner opened a pull request:

    https://github.com/apache/incubator-beam/pull/300

    [BEAM-240] Display data links for input and output files

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.txt).
    
    ---
    With display data, SDK authors have the ability to annotate display items 
with a link URLs. This adds  browse URLs for GCS and local files, and attach 
them to well-known source/sink display data.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/swegner/incubator-beam displaydata-urls

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/300.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 #300
    
----
commit c95a61a0df01f93ebeeb897249535f160afdf9eb
Author: Scott Wegner <[email protected]>
Date:   2016-05-03T23:18:27Z

    Add browse URL to GcsPath

commit 6ff5bae0e5bc1cdc2d10ef9e65b44039c8363407
Author: Scott Wegner <[email protected]>
Date:   2016-05-03T23:32:21Z

    Add browse URL to File IO

commit ca40e25c87ddde4693b17169e40c00c0b62be170
Author: Scott Wegner <[email protected]>
Date:   2016-05-04T16:38:18Z

    Add DisplayDataMatcher for linkUrl

commit 28739a73ec2510fc9b78fc878346f121e5bd7636
Author: Scott Wegner <[email protected]>
Date:   2016-05-04T16:39:04Z

    Add linkUrl to AvroIO DisplayData

commit fefc3ef5b2a3b7c0178a216c7fdaaa4885893144
Author: Scott Wegner <[email protected]>
Date:   2016-05-04T16:51:20Z

    Add linkUrl to FileBasedSource DisplayData

commit c28c4470c93b77096ea182ddc29813f7fe69db03
Author: Scott Wegner <[email protected]>
Date:   2016-05-04T17:01:39Z

    Add linkUrl to FileBasedSink DisplayData

commit f369a3324a260346bd45c786bccfa8a2a1c15e64
Author: Scott Wegner <[email protected]>
Date:   2016-05-04T17:19:15Z

    Add linkUrl to TextIO DisplayData

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to