Skip to content

Commit

Permalink
Merge branch 'master' into python-update
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 authored Jul 25, 2023
2 parents d191dcb + 9082250 commit 8fd60c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/airflow/armada/operators/armada.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def __init__(
if "options" not in job_service_channel_args:
job_service_channel_args["options"] = default_jobservice_channel_options

self.job_service_channel_args = GrpcChannelArguments(**job_service_channel_args)
self.armada_queue = armada_queue
self.job_request_items = job_request_items
self.lookout_url_template = lookout_url_template
Expand Down

0 comments on commit 8fd60c4

Please sign in to comment.