diff --git a/docs/applied-limits.md b/docs/applied-limits.md index 65a0f6f4..0136fdee 100644 --- a/docs/applied-limits.md +++ b/docs/applied-limits.md @@ -31,6 +31,12 @@ NOTE: Solution, it is necessity to use WSL under OS Windows - see the detail https://github.com/mlrun/mlrun/issues/5238 - NOTE: It is issue for all SqlTargets +## Kafka + +1. KafkaTarget + - TBD. + + ## Others 1. Not to use the engine `pandas` - this `pandas` engine is useful only for test purpose (see the first diff --git a/qgate-sln-mlrun-private.env b/qgate-sln-mlrun-private.env index 94565f4a..9f7b43f1 100644 --- a/qgate-sln-mlrun-private.env +++ b/qgate-sln-mlrun-private.env @@ -31,7 +31,11 @@ QGATE_DEFINITION = ../qgate-model QGATE_DATASET = 01-size-100 # 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-1 +# agate-1,2 = redis +# agate-3,4 = mysql +# agate-5,6 = postgres +# agate-7,8 = kafka +QGATE_FILTER_PROJECTS = agate-7 # Path to the output directory (as off-line storage, valid for target 'parquet' and 'csv') # sample value e.g. ./output diff --git a/qgate_sln_mlrun/version.py b/qgate_sln_mlrun/version.py index e63c837c..35e55b3b 100644 --- a/qgate_sln_mlrun/version.py +++ b/qgate_sln_mlrun/version.py @@ -1,3 +1,3 @@ # Store the version here so: -__version__ = '0.1.7' \ No newline at end of file +__version__ = '0.1.8' \ No newline at end of file