[GH] (streampipes): Workflow run "run-cypress-tests" failed!

2023-11-12 Thread GitBox
The GitHub Actions job "run-cypress-tests" on streampipes.git has failed. Run started by GitHub user tenthe (triggered by tenthe). Head commit for run: 8bb9168c0e6e7e1770e1b9d1291978d75bd00890 / Marcelfrueh <78954450+marcelfr...@users.noreply.github.com> Add new test for editing dashboard (#214

[GH] (streampipes): Workflow run "PR validation" failed!

2023-11-12 Thread GitBox
The GitHub Actions job "PR validation" on streampipes.git has failed. Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]). Head commit for run: b5044825b54dd6569ce452ac68a767c0bee4db8a / dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps-dev): b

[GH] (streampipes): Workflow run "PR validation" is working again!

2023-11-12 Thread GitBox
The GitHub Actions job "PR validation" on streampipes.git has succeeded. Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]). Head commit for run: 0a125614eecbb5de1ad23aa7a5e93acbb0b60385 / dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps-dev)

Re: [I] How to start streampipes locally using the source code

2023-11-12 Thread via GitHub
bossenti commented on issue #2168: URL: https://github.com/apache/streampipes/issues/2168#issuecomment-1807550111 In addition, if you want to run parts/services of StreamPipes within your IDE for debugging purpose, the following instruction should help you: https://cwiki.apache.org/confluen

Re: [I] Influx Sink can only handle primitive properties

2023-11-12 Thread via GitHub
bossenti commented on issue #2106: URL: https://github.com/apache/streampipes/issues/2106#issuecomment-1807556520 thanks for investigating @muyangye I agree with you that this kind of workaround should be avoided. I would propose that we change the configuration of the InfluxSink s

Re: [I] CSV reader in FileStream adapter cannot handle strings

2023-11-12 Thread via GitHub
bossenti commented on issue #2166: URL: https://github.com/apache/streampipes/issues/2166#issuecomment-1807570130 Hi @muyangye, you are right, changing the column name makes it work. As you said, sanitation should prevent naming conflicts and therefore rename the `name` column.