Source sql not found #2619
Unanswered
mohammedimrankasab
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we are trying to add MySQL as sql source on the ekuiper rule engine.
Once configured with the stream and rule we are getting an error
source sql not found
. Docker container environment is used.Prepackged sql plugin is used.
/ekuiper/etc/sources/sql.yaml
default: interval: 10000 url: mysql://root:root@:172.18.0.2/scadalts?parseTime=true internalSqlQueryCfg: table: events limit: 10 indexField: id indexValue: indexFieldType: dateTimeFormat:
stream creation
rule creation
The setup used here is the combination of edgex+ekuiper with version 1.11.4-alpine
Kindly let us know if we need to fix anything from our side
logs from the ekuiper container
Beta Was this translation helpful? Give feedback.
All reactions