Skip to content
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-240] Display data links for input and output files #300

Closed
wants to merge 12 commits into from

Commits on May 6, 2016

  1. Add browse URL to GcsPath

    swegner committed May 6, 2016
    Configuration menu
    Copy the full SHA
    c95a61a View commit details
    Browse the repository at this point in the history
  2. Add browse URL to File IO

    swegner committed May 6, 2016
    Configuration menu
    Copy the full SHA
    6ff5bae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca40e25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28739a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fefc3ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c28c447 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f369a33 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. Check file pattern before using in display data

    IO transforms internally use IOChannelUtils to retrieve
    an IOChannelFactory for file operations. It's not safe to
    assume that this is safe at construction time because a
    custom IOChannelFactory may not be registered, or the transform
    implementation may be replaced altogether.
    swegner committed May 10, 2016
    Configuration menu
    Copy the full SHA
    0c4e94d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3e23ea View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. Configuration menu
    Copy the full SHA
    a453d71 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. Configuration menu
    Copy the full SHA
    6c83566 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abcfce4 View commit details
    Browse the repository at this point in the history