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

Fix temp #190

Merged
merged 2 commits into from
Jul 1, 2016
Merged

Fix temp #190

merged 2 commits into from
Jul 1, 2016

Commits on Jul 1, 2016

  1. Generate new temp directory if not set for local runner

    For some operations local runner requires temp directory, like for
    example BigQuery IO, but local runners themselves do not check if temp
    directory is set. Dataflow runners use and explicitly require either
    temp or staging directory - thus no need to handle those.
    Rafal Wojdyla committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    53e58bc View commit details
    Browse the repository at this point in the history
  2. Add tests for temp directory in local runner

    Rafal Wojdyla committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    9734f50 View commit details
    Browse the repository at this point in the history