Skip to content

Commit

Permalink
Update POC
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelot committed Jan 14, 2025
1 parent 525e2d1 commit 39d67aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orca_data_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
This DAG retrieves data from GitHub and updates the tables in the `orca` BigQuery dataset
"""

args = get_default_args(pocs=["Jennifer"])
args = get_default_args(pocs=["James"])
args["retries"] = 1

production_dataset = "orca"
Expand All @@ -60,7 +60,7 @@
sql_dir = f"sql/{production_dataset}"
gce_resource_id = "orca-etl"
ssh_command = (
f"gcloud compute ssh jm3312@{gce_resource_id} --zone {GCP_ZONE} --command "
f"gcloud compute ssh jd1881@{gce_resource_id} --zone {GCP_ZONE} --command "
+ '"{}"'
)

Expand Down

0 comments on commit 39d67aa

Please sign in to comment.