Commit d6efb15
Cherry Pick from Development (#964)
* update requirements.txt with stable mlrun version (#960)
* [Agent Deployer] Replace TDEngine with TimescaleDB for CE model monitoring (#961)
Replace DatastoreProfileTDEngine with DatastoreProfilePostgreSQL for
Community Edition deployments. TimescaleDB uses PostgreSQL protocol.
- Add conditional import: try DatastoreProfilePostgreSQL first, fallback
to DatastoreProfileTDEngine for older mlrun versions
- Configure TimescaleDB connection for CE mode (when available):
- Host: timescaledb.{namespace}.svc.cluster.local
- Port: 5432
- Credentials: postgres/postgres
- Database: postgres
- Maintain backwards compatibility with older mlrun versions using TDEngine
Reference: ML-11628
Co-authored-by: Alex Toker <alext@mckinsey.com>
* Add kind to step and rename the `utils` category to `utilities` (#962)
* replace utils with utilities
* add kind to verify_schema
* add kind to the step template
---------
Co-authored-by: Roy Schossberger <85231212+royischoss@users.noreply.github.com>
Co-authored-by: alxtkr77 <3098237+alxtkr77@users.noreply.github.com>
Co-authored-by: Alex Toker <alext@mckinsey.com>
Co-authored-by: Daniel Perez <100069700+danielperezz@users.noreply.github.com>1 parent 9247e44 commit d6efb15
File tree
18 files changed
+45
-23
lines changed- cli/utils
- functions/src
- arc_to_parquet
- azureml_utils
- github_utils
- mlflow_utils
- onnx_utils
- open_archive
- send_email
- modules/src/agent_deployer
- steps/src/verify_schema
18 files changed
+45
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments