Skip to content

Commit

Permalink
Update Dataflow component _client.py to use projects.locations.templa…
Browse files Browse the repository at this point in the history
…tes API endpoint (#3851)

* Update _client.py

* Update _client.py
  • Loading branch information
Niklas Hansson authored and Bobgy committed Jun 16, 2020
1 parent 8d19aa8 commit 0e7c05c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self):

def launch_template(self, project_id, gcs_path, location,
validate_only, launch_parameters):
return self._df.projects().templates().launch(
return self._df.projects().locations().templates().launch(
projectId = project_id,
gcsPath = gcs_path,
location = location,
Expand Down

0 comments on commit 0e7c05c

Please sign in to comment.