delete_metric_output
Important
Some or all of this functionality is available as part of a preview release. The content and the functionality are subject to change.
delete_metric_output(metric_id: int)
Parameters:
- metric_id (int): ID of the metric output to be deleted.
Description:
Deletes a metric output by its metric ID from the 'ComputedESGMetric' table in the ComputedESGMetrics Lakehouse.
Example usage:
metrics_manager = MetricsManager()
metrics_manager.delete_metric_output(metric_id=1)