Skip to content
Merged

0.5.15 #1128

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions guardrails/integrations/databricks/ml_flow_instrumentor.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def __init__(self, experiment_name: str):
settings.disable_tracing = True

def instrument(self):
if not mlflow.tracing.provider._is_enabled():
mlflow.tracing.enable()
mlflow.tracing.enable()
mlflow.set_experiment(self.experiment_name)

wrapped_guard_execute = self._instrument_guard(Guard._execute)
Expand Down
Loading
Loading