Skip to content

Commit

Permalink
Fix: Resolve cluster name mismatch in pipeline.yaml (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlarge-google committed Aug 9, 2022
1 parent b3b82b3 commit d2658f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -1717,7 +1717,7 @@ dag:
task_id: "delete_cluster"
project_id: "{{ var.value.gcp_project }}"
location: "us-central1-c"
name: the_general_index
name: the-general-index

graph_paths:
- "create_cluster >> [ transform_csv_dump_0, transform_csv_dump_1, transform_csv_dump_2, transform_csv_dump_3, transform_csv_dump_4, transform_csv_dump_5, transform_csv_dump_6, transform_csv_dump_7, transform_csv_dump_8, transform_csv_dump_9, transform_csv_dump_a, transform_csv_dump_b, transform_csv_dump_c, transform_csv_dump_d, transform_csv_dump_e, transform_csv_dump_f ] >> delete_cluster"
@@ -1,4 +1,4 @@
# Copyright 2021 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -548,7 +548,7 @@
task_id="delete_cluster",
project_id="{{ var.value.gcp_project }}",
location="us-central1-c",
name="the_general_index",
name="the-general-index",
)

(
Expand Down

0 comments on commit d2658f6

Please sign in to comment.