mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 08:29:09 +00:00
* update arg name for fqdn * fix suite setup and teardown * Update list logic * Add Chart tests * Add Dashboard tests * Add pipeline tests * Add table tests * Simplify create API * Formatting tests * Update create API * Add Tasks and Topics tests * Rename OpenMetadata * Add client close * Use Optional for GET id and name * Fix #931 fetching dashboards using client * Add tests * Fix sample users ingestion * Remove lineage test * Rename services for independence
17 lines
490 B
JSON
17 lines
490 B
JSON
[
|
|
{
|
|
"name": "eta_predictions",
|
|
"displayName": "ETA Predictions",
|
|
"description": "ETA Predictions Model",
|
|
"algorithm": "Neural Network",
|
|
"dashboard": "sample_superset.eta_predictions_performance"
|
|
},
|
|
{
|
|
"name": "forecast_sales",
|
|
"displayName": "Sales Forecast Predictions",
|
|
"description": "Sales Forecast Predictions Model",
|
|
"algorithm": "Time Series",
|
|
"dashboard": "sample_superset.forecast_sales_performance"
|
|
}
|
|
]
|