Skip to content

Commit

Permalink
fix check() to work with nebari core update
Browse files Browse the repository at this point in the history
  • Loading branch information
kenafoster committed Sep 18, 2023
1 parent 0573d28 commit 3904813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nebari_plugin_mlflow_aws/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def _attempt_keycloak_connection(
time.sleep(timeout)
return False

def check(self, stage_outputs: Dict[str, Dict[str, Any]]) -> bool:
def check(self, stage_outputs: Dict[str, Dict[str, Any]], disable_prompt=False) -> bool:

# TODO: Module requires EKS cluster is configured for IRSA. Once Nebari version with IRSA is released, should update
# this error message and also minimum Nebari version in pyproject.toml
Expand Down

0 comments on commit 3904813

Please sign in to comment.