MLflow 3.8+ and Databricks agents.deploy(): Required env vars to persist traces to Delta inference tables?
Summary Issue: MLflow 3.8+ with agents.deploy() requires specific environment variables to persist traces to Delta inference tables, which are not clearly documented. Key Takeaway: Setting ENABLE_MLFLOW_TRACING=True as an environment variable is mandatory for trace persistence when using agents.deploy(). Root Cause Missing Documentation: Official documentation does not explicitly state the required environment variables for agents.deploy(). Parameter … Read more