Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Using a variable in place of "stream" in Kapacitor v1.4 no longer works. #1834

Closed
ghost opened this issue Mar 6, 2018 · 1 comment
Closed
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Mar 6, 2018

In Kapacitor v1.4, the below code doesn't work if you use a variable (e.g, task_type) instead of the word stream. When doing "define" tasks, it say Unknown task type.

var task_type = stream

var data = task_type
  |from()
....

It works fine in Kapacitor v1.3.3

@russorat russorat added the bug label Mar 12, 2018
@rbetts rbetts added this to the 1.4.1 milestone Mar 12, 2018
@nathanielc
Copy link
Contributor

Fixed in #1851

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants