Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

[Feature]: Query Sources v2 #2754

Open
1 task done
bleonard opened this issue Jan 5, 2022 · 0 comments
Open
1 task done

[Feature]: Query Sources v2 #2754

bleonard opened this issue Jan 5, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@bleonard
Copy link
Member

bleonard commented Jan 5, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

The original iteration of query sources was a query per property; however, these can not be used as a primary source because they need a WHERE clause and they lead to inefficiencies.

Describe the solution you'd like.

A new query source should have a query at the root. The SELECTed columns would be properties.
These should produce the data that is written to the Records and then sync'd as they are now.
This source would be able to be used as a primary source or incorporate current property values and be a secondary source.
It should be optional to do things incrementally as this is not always available.
In the ideal case, it would also be able to be used in the Config UI and sample profiles.

Describe an alternate solution.

No response

Additional context

No response

@bleonard bleonard added the enhancement New feature or request label Jan 5, 2022
@bleonard bleonard added this to Planned in Roadmap Jan 5, 2022
@evantahler evantahler removed their assignment Feb 3, 2022
@pedroslopez pedroslopez self-assigned this Feb 7, 2022
@pedroslopez pedroslopez moved this from Planned to In progress in Roadmap Feb 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Roadmap
In progress
Development

No branches or pull requests

3 participants