Skip to content

Commit

Permalink
Merge pull request #244 from george0st/change
Browse files Browse the repository at this point in the history
Change
  • Loading branch information
george0st authored Mar 30, 2024
2 parents 5ee17ab + ac1c70d commit b758f05
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/applied-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion qgate-sln-mlrun-private.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion qgate_sln_mlrun/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Store the version here so:

__version__ = '0.1.7'
__version__ = '0.1.8'

0 comments on commit b758f05

Please sign in to comment.