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

Allow alternative join types for Flows #4539

Closed
jc-harrison opened this issue Nov 16, 2021 · 0 comments · Fixed by #4558
Closed

Allow alternative join types for Flows #4539

jc-harrison opened this issue Nov 16, 2021 · 0 comments · Fixed by #4558
Assignees
Labels
enhancement New feature or request FlowMachine Issues related to FlowMachine

Comments

@jc-harrison
Copy link
Member

Currently, Flows queries are hard-coded to use an inner join. There are situations in which we would like to include counts of subscribers per location in 'loc1' who do not appear in 'loc2' and vice versa (i.e. 'disappeared' and 'appeared' groups), which could be achieved by using an outer join in a Flows query.

I suggest we expose the how parameter of the internally-constructed Join as a parameter of Flows itself, to enable this use case.

@jc-harrison jc-harrison added enhancement New feature or request FlowMachine Issues related to FlowMachine P-Now labels Nov 16, 2021
@Thingus Thingus self-assigned this Nov 17, 2021
@mergify mergify bot closed this as completed in #4558 Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request FlowMachine Issues related to FlowMachine
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants