You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "jrmccluskey (via GitHub)" <gi...@apache.org> on 2023/08/14 15:38:18 UTC

[GitHub] [beam] jrmccluskey commented on pull request #27959: Updates validation on --dataflow_endpoint to accept any legal url.

jrmccluskey commented on PR #27959:
URL: https://github.com/apache/beam/pull/27959#issuecomment-1677573916

   Looks like the validation isn't happy in some test suites, here's an example:
   
   ```
   15:40:49 =========================== short test summary info ============================
   15:40:49 FAILED apache_beam/runners/dataflow/dataflow_runner_test.py::DataflowRunnerTest::test_environment_override_translation_legacy_worker_harness_image - ValueError: Pipeline has validations errors: 
   15:40:49 Missing required option: region.
   15:40:49 Invalid url (ignored) for dataflow endpoint. Please provide a valid url.
   15:40:49 Invalid GCS path (/dev/null), given for the option: temp_location.
   15:40:49 Invalid GCS path (ignored), given for the option: staging_location.
   15:40:49 FAILED 
   ```


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org