From 7edccc9b9d84ae680b435ba171275b770a3fca00 Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Thu, 2 May 2024 19:22:24 +0200 Subject: [PATCH 1/3] repair deploy file --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80511083..c0b7dce1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,10 @@ repository='https://pypi.org/project/qgate-sln-mlrun/' #"Source" = "https://github.com/pypa/sampleproject/" [tool.setuptools] -packages = ["qgate_sln_mlrun", "qgate_sln_mlrun.ts", "qgate_sln_mlrun.templates", "qgate_sln_mlrun.model_changes"] +packages = ["qgate_sln_mlrun", "qgate_sln_mlrun.templates", "qgate_sln_mlrun.model_changes", "qgate_sln_mlrun.ts", + "qgate_sln_mlrun.ts.ts01_project", "qgate_sln_mlrun.ts.ts02_feature_set", "qgate_sln_mlrun.ts.ts03_ingest_data", + "qgate_sln_mlrun.ts.ts04_feature_vector", "qgate_sln_mlrun.ts.ts05_get_data", "qgate_sln_mlrun.ts.ts06_pipeline", + "qgate_sln_mlrun.ts.ts07_build_model", "qgate_sln_mlrun.ts.ts08_serve_model"] include-package-data = true # true - add other data such as *.txt, *.html, etc. under all packages [tool.setuptools.package-data] From 1e613f0ae953a30f11de1b506147673c630b7c17 Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Fri, 3 May 2024 07:13:31 +0200 Subject: [PATCH 2/3] Update version.py --- qgate_sln_mlrun/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgate_sln_mlrun/version.py b/qgate_sln_mlrun/version.py index c318e7ce..cfeffaa9 100644 --- a/qgate_sln_mlrun/version.py +++ b/qgate_sln_mlrun/version.py @@ -1,3 +1,3 @@ # Store the version here so: -__version__ = '0.2.2' \ No newline at end of file +__version__ = '0.2.3' \ No newline at end of file From c020bba94be51222d2c9e085896002455177e14e Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Fri, 3 May 2024 07:21:09 +0200 Subject: [PATCH 3/3] Tune documentation --- docs/applied-limits.md | 2 +- docs/configuration.md | 18 ++++++++++++------ docs/mlrun-iguazio-release-notes.md | 1 + 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/docs/applied-limits.md b/docs/applied-limits.md index 2a1c0205..5840d0af 100644 --- a/docs/applied-limits.md +++ b/docs/applied-limits.md @@ -66,5 +66,5 @@ see detail below ## Recommendation 1. It is really tricky to use functions in **Preview** state - - it makes sense to wait for delivery full version or contribute changes in + - it makes sense to wait for full version delivery or contribute changes in Github \ No newline at end of file diff --git a/docs/configuration.md b/docs/configuration.md index d7e16b93..29a0a815 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -15,29 +15,35 @@ The list of projects for testing e.g. agate-1, agate-2, etc. Default is empty list (all projects will be tested) - `QGATE_FILTER_PROJECTS = agate-2` -## 4. Output +## 4. Filet scenarios +The list of test scenarios for testing e.g. TS201, etc. (it is +important to keep TS dependencies). Default is empty list (all test +scenarios will be tested) + - `QGATE_FILTER_SCENARIOS = TS101, TS102, TS205` + +## 5. Output The path to the output directory for **off-line storage** (valid for target 'parquet', 'csv', etc.) - local file system `QGATE_OUTPUT = ./output` - - object storage `QGATE_OUTPUT = TBD` + - object storage `QGATE_OUTPUT = TBD.` -## 5. Redis +## 6. Redis The setup of Redis for **on-line source/target** (valid for target 'redis') - `QGATE_REDIS = redis://localhost:6379` - detail description, see [Redis](./redis.md) -## 6. MySQL +## 7. MySQL The setup of MySQL for **on-line source/target** (valid for target 'mysql') - `QGATE_MYSQL = mysql+pymysql://testuser:testpwd@localhost:3306/test` - detail description, see [MySQL](./mysql.md) -## 7. Postgres +## 8. Postgres The setup of Postgres for **on-line source/target** (valid for target 'postgres') - `QGATE_POSTGRES = postgresql+psycopg2://testuser:testpwd@localhost:5432/test` - detail description, see [Postgres](./postgres.md) - NOTE: limited usage based on SqlTarget technical preview state (the main focus on MySQL) -## 8. Kafka +## 9. Kafka The setup of Kafka for **on-line source** (valid for target 'kafka') - `QGATE_KAFKA = localhost:9092, testtopic` - detail description, see [Kafka](./kafka.md) diff --git a/docs/mlrun-iguazio-release-notes.md b/docs/mlrun-iguazio-release-notes.md index b59608d4..22950319 100644 --- a/docs/mlrun-iguazio-release-notes.md +++ b/docs/mlrun-iguazio-release-notes.md @@ -12,6 +12,7 @@ NOTE: ### 🚩1.7 MLRun - Model monitoring/drifting for MLRun (available in free version also) - Available API Gateway + - Improve scaling for Nuclio (from version >= 1.13) - NOTE: - Expected release date 05/2024 (based on 3 months release cycle)