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

feat(cubesql): PowerBI support for wrapped queries #4752

Merged
merged 5 commits into from
Jun 15, 2022

Conversation

paveltiunov
Copy link
Member

@paveltiunov paveltiunov commented Jun 11, 2022

Check List

  • Tests has been run in packages where changes made if available
  • Linter has been run for changed code
  • Tests for the changes have been added if not covered yet
  • Docs have been added / updated if required

#3906

@paveltiunov paveltiunov requested a review from a team as a code owner June 11, 2022 23:52
@codecov
Copy link

codecov bot commented Jun 12, 2022

Codecov Report

Merging #4752 (bc10e55) into master (dfdb5ff) will increase coverage by 0.10%.
The diff coverage is 86.60%.

@@            Coverage Diff             @@
##           master    #4752      +/-   ##
==========================================
+ Coverage   72.35%   72.46%   +0.10%     
==========================================
  Files         251      254       +3     
  Lines       27008    27537     +529     
  Branches     2773     2774       +1     
==========================================
+ Hits        19542    19955     +413     
- Misses       6960     7076     +116     
  Partials      506      506              
Flag Coverage Δ
cube-backend 59.19% <ø> (-0.02%) ⬇️
cubesql 81.53% <86.60%> (-0.10%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...st/cubesql/cubesql/src/compile/rewrite/rewriter.rs 27.33% <40.00%> (+2.14%) ⬆️
rust/cubesql/cubesql/src/compile/engine/df/scan.rs 76.47% <57.31%> (-1.76%) ⬇️
...t/cubesql/cubesql/src/compile/rewrite/rules/mod.rs 76.92% <76.92%> (ø)
rust/cubesql/cubesql/src/transport/ctx.rs 92.30% <80.00%> (-1.31%) ⬇️
...besql/cubesql/src/compile/rewrite/rules/filters.rs 86.07% <84.34%> (-6.66%) ⬇️
...st/cubesql/cubesql/src/compile/rewrite/analysis.rs 95.51% <85.71%> (-0.29%) ⬇️
...besql/cubesql/src/compile/rewrite/rules/members.rs 98.08% <96.70%> (-0.26%) ⬇️
...t/cubesql/cubesql/src/compile/rewrite/converter.rs 91.79% <97.43%> (-1.24%) ⬇️
rust/cubesql/cubesql/src/compile/mod.rs 76.75% <98.68%> (+0.66%) ⬆️
rust/cubesql/cubesql/src/compile/rewrite/cost.rs 96.61% <100.00%> (-1.70%) ⬇️
... and 25 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dfdb5ff...bc10e55. Read the comment docs.

@paveltiunov paveltiunov merged commit fc129d4 into master Jun 15, 2022
@paveltiunov paveltiunov deleted the powerbi-wrapped-queries branch June 15, 2022 05:26
@rpaik rpaik added the Roadmap: 2022 Q2 Cube roadmap for Q2 of 2022 label Jul 12, 2022
@rpaik rpaik added this to Done in Roadmap 2022 Q2 Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Roadmap: 2022 Q2 Cube roadmap for Q2 of 2022
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants