Skip to content

Commit

Permalink
Fix ArmadaOperator use of job service channel arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
ClifHouck committed Jul 25, 2023
1 parent a0fad29 commit 4f514ec
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 4f514ec

Please sign in to comment.