Skip to content

Commit ef43024

Browse files
Merge pull request #124 from Wojciech-Rebisz/rename-managed-pipeline-names-to-hyphens
fix: Use hyphens for managed AutoML and AutoRAG pipeline names.
2 parents a16330f + 976ef33 commit ef43024

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

pipelines/training/automl/autogluon_tabular_training_pipeline/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The pipeline leverages AutoGluon's unique ensembling strategy that combines mult
6363

6464
## Metadata 🗂️
6565

66-
- **Name**: autogluon_tabular_training_pipeline
66+
- **Name**: autogluon-tabular-training-pipeline
6767
- **Stability**: beta
6868
- **Managed**: Yes
6969
- **Dependencies**:
@@ -75,7 +75,7 @@ The pipeline leverages AutoGluon's unique ensembling strategy that combines mult
7575
- pipeline
7676
- automl
7777
- autogluon-tabular-training-pipeline
78-
- **Last Verified**: 2026-05-20 12:00:00+00:00
78+
- **Last Verified**: 2026-06-09 12:00:00+00:00
7979
- **Owners**:
8080
- No Parent Owners: Yes
8181
- Approvers:

pipelines/training/automl/autogluon_tabular_training_pipeline/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: autogluon_tabular_training_pipeline
2+
name: autogluon-tabular-training-pipeline
33
stability: beta # New pipeline without proven track record
44
managed: true
55
dependencies:
@@ -13,4 +13,4 @@ tags:
1313
- pipeline
1414
- automl
1515
- autogluon-tabular-training-pipeline
16-
lastVerified: 2026-05-20T12:00:00Z
16+
lastVerified: 2026-06-09T12:00:00Z

pipelines/training/automl/autogluon_timeseries_training_pipeline/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ prediction_length=14, top_n=3, )
5858

5959
## Metadata 🗂️
6060

61-
- **Name**: autogluon_timeseries_training_pipeline
61+
- **Name**: autogluon-timeseries-training-pipeline
6262
- **Stability**: beta
6363
- **Managed**: Yes
6464
- **Dependencies**:
@@ -70,7 +70,7 @@ prediction_length=14, top_n=3, )
7070
- pipeline
7171
- automl
7272
- autogluon-timeseries-training-pipeline
73-
- **Last Verified**: 2026-05-07 12:00:00+00:00
73+
- **Last Verified**: 2026-06-09 12:00:00+00:00
7474
- **Owners**:
7575
- No Parent Owners: Yes
7676
- Approvers:

pipelines/training/automl/autogluon_timeseries_training_pipeline/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: autogluon_timeseries_training_pipeline
2+
name: autogluon-timeseries-training-pipeline
33
stability: beta # New pipeline without proven track record
44
managed: true
55
dependencies:
@@ -13,4 +13,4 @@ tags:
1313
- pipeline
1414
- automl
1515
- autogluon-timeseries-training-pipeline
16-
lastVerified: 2026-05-07T12:00:00Z
16+
lastVerified: 2026-06-09T12:00:00Z

pipelines/training/autorag/documents_rag_optimization_pipeline/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The system integrates with OGX API for inference and vector database operations,
3131

3232
## Metadata 🗂️
3333

34-
- **Name**: documents_rag_optimization_pipeline
34+
- **Name**: documents-rag-optimization-pipeline
3535
- **Stability**: beta
3636
- **Managed**: Yes
3737
- **Dependencies**:
@@ -50,7 +50,7 @@ The system integrates with OGX API for inference and vector database operations,
5050
- pipeline
5151
- autorag
5252
- rag-optimization
53-
- **Last Verified**: 2026-05-14 00:00:00+00:00
53+
- **Last Verified**: 2026-06-09 12:00:00+00:00
5454
- **Owners**:
5555
- No Parent Owners: Yes
5656
- Approvers:

pipelines/training/autorag/documents_rag_optimization_pipeline/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: documents_rag_optimization_pipeline
2+
name: documents-rag-optimization-pipeline
33
stability: beta # New pipeline without proven track record
44
managed: true
55
dependencies:
@@ -26,4 +26,4 @@ tags:
2626
- pipeline
2727
- autorag
2828
- rag-optimization
29-
lastVerified: 2026-05-14T00:00:00Z
29+
lastVerified: 2026-06-09T12:00:00Z

0 commit comments

Comments
 (0)