You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/03/19 03:43:24 UTC

[GitHub] [beam] andyxiexu commented on a change in pull request #14278: Add an option to create Dataflow piplines from a snapshot for python sdk

andyxiexu commented on a change in pull request #14278:
URL: https://github.com/apache/beam/pull/14278#discussion_r597387356



##########
File path: sdks/python/apache_beam/runners/dataflow/internal/apiclient_test.py
##########
@@ -815,6 +815,20 @@ def test_transform_name_mapping(self, mock_job):
     job = apiclient.Job(pipeline_options, FAKE_PIPELINE_URL)
     self.assertIsNotNone(job.proto.transformNameMapping)
 
+  def test_created_from_snapshot_id(self):
+    pipeline_options = PipelineOptions([
+        '--project',
+        'test_project',
+        '--job_name',
+        'test_job_name',
+        '--temp_location',
+        'gs://test-location/temp',
+        '--create_from_snapshot'

Review comment:
       Fxied




-- 
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.

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