Re: [I] New Processor: Datetime to string

2023-10-04 Thread via GitHub
bossenti commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1748064667 @dominikriemer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

Re: [I] New Processor: Datetime to string

2023-09-12 Thread via GitHub
lab596 commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1716318680 Hey @dominikriemer, Thanks for all the help. I was able to set up most of the development setup using your instructions however when attempting to create a new pipeline el

Re: [I] New Processor: Datetime to string

2023-09-12 Thread via GitHub
dominikriemer commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1715131319 @lab596 thanks for clarifying! The setup should work out of the box - here is a short description what I do when developing a pipeline element: * Stop the `docker-comp

Re: [I] New Processor: Datetime to string

2023-09-11 Thread via GitHub
lab596 commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1714253184 @bossenti I have successfully started and explored StreamPipes by following the basic installation instructions [here](https://streampipes.apache.org/docs/try-installation/0).

Re: [I] New Processor: Datetime to string

2023-09-10 Thread via GitHub
lab596 commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1712897421 Hey, I believe I tried this by running this in the terminal. However, nothing happened. If this is not what you meant can you please elaborate? ``` export SP_DEBUG=true ex

Re: [I] New Processor: Datetime to string

2023-09-10 Thread via GitHub
dominikriemer commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1712843231 @lab596 This error typically occurs when you are running an extensions service locally, while Consul (and other services) run in a container. You can set two environment

Re: [I] New Processor: Datetime to string

2023-09-09 Thread via GitHub
lab596 commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1712560959 Okay, thanks for the update. Actually, I'm not sure if I need this environment. Can someone please clarify? This is the original error I was faced with: ``` 2023-09-0

Re: [I] New Processor: Datetime to string

2023-09-09 Thread via GitHub
bossenti commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1712461067 Okay, that's expected, We just set it while the script is executed I was just wondering if this variable is somehow overwritten. Since I'm running out of ideas, maybe @d

Re: [I] New Processor: Datetime to string

2023-09-07 Thread via GitHub
lab596 commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1710650538 > Can you please execute echo $STREAMPIPES_WORKDIR and share the result? 🙂 I simply get an empty line: ``` $ echo $STREAMPIPES_WORKDIR ``` -- This is an a

Re: [I] New Processor: Datetime to string

2023-09-07 Thread via GitHub
lab596 commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1710646074 > Please be aware that our documentation is maintained in a dedicated repository: https://github.com/apache/streampipes-website @bossenti, I have created a PR in that repo w

Re: [I] New Processor: Datetime to string

2023-09-07 Thread via GitHub
bossenti commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1710645398 I just gave it a shot on my Windows machine as well. On my end running `./installer/cli/streampipes env --set pipeline-element` completes successfully with below output: ``

Re: [I] New Processor: Datetime to string

2023-09-07 Thread via GitHub
lab596 commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1710456581 > Do you observe this error when executing the CLI command in `./installer/cli`? Yes, I have tried multiple methods including using the full command `./installer/cli/stream

Re: [I] New Processor: Datetime to string

2023-09-06 Thread via GitHub
bossenti commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1709536134 > cp: target 'Projects/streampipes/installer/cli/.spenv' is not a directory Do you observe this error when executing the CLI command in `./installer/cli`? -- This is a

Re: [I] New Processor: Datetime to string

2023-09-06 Thread via GitHub
bossenti commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1709534653 Hi @lab596, First of all, we really appreciate your willingness to contribute 🙂 Don't be afraid if you are not having that much experience, we are happy to assist you.

Re: [I] New Processor: Datetime to string

2023-09-06 Thread via GitHub
lab596 commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1709395147 Whenever I try to set up an environment I am faced with the following error: ``` $ streampipes env -s pipeline-element [INFO] Set environment to 'pipeline-element' cp:

Re: [I] New Processor: Datetime to string

2023-09-06 Thread via GitHub
lab596 commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1709341405 Hey, I believe I found the hiccup, in the documentation it states to utilize the `./streampipes` command in bash to access the streampipes CLI, however this forgets to take into a

Re: [I] New Processor: Datetime to string

2023-09-06 Thread via GitHub
lab596 commented on issue #1866: URL: https://github.com/apache/streampipes/issues/1866#issuecomment-1709306499 Hey @bossenti, I am honestly pretty new to coding but I would love to contribute to this project if I got a chance. Taking a look at this issue, some of the concepts may be over m

[I] New Processor: Datetime to string

2023-09-04 Thread via GitHub
bossenti opened a new issue, #1866: URL: https://github.com/apache/streampipes/issues/1866 ### Body ### Description A user should have the ability converta datetime values to a human-readable string value in a pipeline. Therefore, a new processor is required that provides the fun