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

[Feature] Add explicit support for Vertica #2363

Open
lukesonnet opened this issue Apr 9, 2024 · 1 comment
Open

[Feature] Add explicit support for Vertica #2363

lukesonnet opened this issue Apr 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@lukesonnet
Copy link
Contributor

While Vertica largely works as a postgres connection, there seem to be differences primarily with respect to taking quantiles (relevant for percentile capping and quantile metrics).

We can either:

  • make a new dedicated Vertica data source like we did for Redshift,
  • OR, we add a configuration option to specify the "type" of postgres like we do with Presto/Trino.

Leaning towards the latter since I've only identified one discrepancy, but will take a closer look later.

@lukesonnet lukesonnet added the enhancement New feature or request label Apr 9, 2024
@mattdp
Copy link
Contributor

mattdp commented Apr 10, 2024

Please let me know when this is in place, since I have an interested customer.

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

No branches or pull requests

2 participants