Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon committed Dec 19, 2024
1 parent 68ce873 commit 4b9f676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/dags/batch-data-import.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

def generate_data_job(dataset : str, instance_size : str = "small", taskgroup : TaskGroup = None):
return generate_job(dataset, ["data-importer", "dataset", "--idDDDDD", dataset], instance_size=instance_size)
return generate_job(dataset, ["data-importer", "dataset", "--idDDDDD", dataset], instance_size=instance_size, taskgroup=taskgroup)

def generate_job(name : str, command : str, instance_size : str = "small", taskgroup : TaskGroup = None):
name = f"data-import-{name}"
Expand Down

0 comments on commit 4b9f676

Please sign in to comment.