-
Notifications
You must be signed in to change notification settings - Fork 2
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
Events: Add placeholder to subqueries #19
base: master
Are you sure you want to change the base?
Conversation
Hi @wagner-certat, I've had a first look,
What do you think? |
Add an example for the placeholder-usage in the subqueries see PR Intevation#19
intelmq library is now required for the events_api
Good idea, done
Also added
It actually does only require the installed library, not the full (running) application. I didn't even check if the requirement is already there because I assumed it is. Thanks for the hint, I added it. |
Resolved the conflicts with master |
Is there interest in this feature? |
@wagner-certat yes so far I think it is a useful feature. (We currently lack contracted time to properly review it.) BTW: I wonder if the intelmq dependency could be made optional with little effort. |
see Intevation/intelmq-fody#70