Skip to content

Commit

Permalink
Fix: Resolve cluster cleanup issue. (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlarge-google authored Nov 4, 2024
1 parent e5c5161 commit a81b56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datasets/iowa_liquor_sales/pipelines/sales/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ dag:
task_id: "delete_cluster"
project_id: "{{ var.value.gcp_project }}"
location: "us-central1-c"
name: pdp-imdb-reviews
name: pdp-iowa-liquor-sales

- operator: "BashOperator"
description: "Combine the split files into one"
Expand Down
2 changes: 1 addition & 1 deletion datasets/iowa_liquor_sales/pipelines/sales/sales_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
task_id="delete_cluster",
project_id="{{ var.value.gcp_project }}",
location="us-central1-c",
name="pdp-imdb-reviews",
name="pdp-iowa-liquor-sales",
)

# Combine the split files into one
Expand Down

0 comments on commit a81b56f

Please sign in to comment.