Skip to content

Commit

Permalink
Update DatabricksExtensions.cs (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
FirestarJes authored Jan 23, 2025
1 parent 896ba3c commit eaf4660
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ public static IServiceCollection AddDatabricksSqlStatementForApplication(this IS

services.AddDatabricksSqlStatementExecution(configuration);

// Health checks
services.AddHealthChecks()
.AddDatabricksSqlStatementApiHealthCheck(name: "DatabricksSqlStatementApi");

return services;
}
}

0 comments on commit eaf4660

Please sign in to comment.