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

refactor druid connector #301

Merged
merged 17 commits into from
Sep 27, 2023
Merged

refactor druid connector #301

merged 17 commits into from
Sep 27, 2023

Conversation

cosmic-chichu
Copy link
Contributor

  • use pydruid and not fork
  • add support for doubles sketch aggregator and post aggregator
  • add query timeout of 10 seconds
  • fix logging

Shrivardhan Rao and others added 17 commits September 12, 2023 16:23
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
use generator

Co-authored-by: Avik Basu <3485425+ab93@users.noreply.github.com>
Signed-off-by: shrivardhan <shrivardhan92@gmail.com>
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
Signed-off-by: Shrivardhan Rao <Shrivardhan_Rao@intuit.com>
@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

Merging #301 (41919cd) into main (2973dd2) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #301      +/-   ##
==========================================
+ Coverage   93.73%   93.81%   +0.07%     
==========================================
  Files          74       77       +3     
  Lines        3447     3459      +12     
  Branches      277      277              
==========================================
+ Hits         3231     3245      +14     
  Misses        161      161              
+ Partials       55       53       -2     
Files Coverage Δ
numalogic/connectors/druid/__init__.py 100.00% <100.00%> (ø)
numalogic/connectors/druid/_druid.py 92.30% <100.00%> (ø)
numalogic/connectors/druid/aggregators.py 100.00% <100.00%> (ø)
numalogic/connectors/druid/postaggregator.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@s0nicboOm s0nicboOm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment.

numalogic/connectors/druid/postaggregator.py Show resolved Hide resolved
@ab93 ab93 merged commit dfab26e into numaproj:main Sep 27, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants