File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/unity_initiator/resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ submit_dag_by_id_action:
4545 dag_id : str()
4646 airflow_base_api_endpoint : str(required=False)
4747 # Auth method: 'basic' (default) or 'bearer'
48- auth_method : str(required=False, enum=[ "basic", "bearer"] )
48+ auth_method : enum( "basic", "bearer", required=False )
4949 # For basic auth (legacy)
5050 airflow_username : str(required=False)
5151 airflow_password : str(required=False)
@@ -59,7 +59,7 @@ submit_dag_by_id_action:
5959 bearer_token : str(required=False)
6060 bearer_token_expiry : int(required=False)
6161 # Cognito token method: 'oauth2' (default) or 'initiate_auth'
62- cognito_token_method : str(required=False, enum=[ "oauth2", "initiate_auth"] )
62+ cognito_token_method : enum( "oauth2", "initiate_auth", required=False )
6363 # Cognito region (required for initiate_auth)
6464 cognito_region : str(required=False)
6565 on_success : include("on_success_actions", required=False)
You can’t perform that action at this time.
0 commit comments