Pass correct parameter to deckhand_validate_site
Change-Id: I5a01f32f33bbea0ea15808af33d5c2a169a81cb3
This commit is contained in:
parent
5d9ad85e53
commit
c3c712107f
@ -131,7 +131,7 @@ class DeckhandOperator(BaseOperator):
|
||||
# Validate Design using DeckHand
|
||||
elif self.action == 'deckhand_validate_site_design':
|
||||
if revision_id:
|
||||
self.deckhand_validate_site(context,
|
||||
self.deckhand_validate_site(deckhand_svc_endpoint,
|
||||
revision_id)
|
||||
else:
|
||||
raise AirflowException('Invalid revision ID!')
|
||||
|
Loading…
x
Reference in New Issue
Block a user