-
Notifications
You must be signed in to change notification settings - Fork 20
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
Looker integration #537
Looker integration #537
Conversation
Uffizzi Preview |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #537 +/- ##
==========================================
+ Coverage 97.18% 97.26% +0.07%
==========================================
Files 385 386 +1
Lines 7072 7084 +12
Branches 1043 1043
==========================================
+ Hits 6873 6890 +17
+ Misses 196 191 -5
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
I've made a pass at a number of fixes - the primary outstanding piece is namespace though. We will need two different namespace values from the user (sort of like metabase).
I started on an implementation for these by adding a JSON field of str -> str where the left hand side will need to be a Looker id of some kind and the right hand side the associated namespace. |
* Looker integration (#537) * Looker alpha release --------- Co-authored-by: Ian Eaves <ian.k.eaves@gmail.com> * Better inline filter * Partially working inline filters * Pretty much working frontend * Fix links (#593) * Fix cron hours (#594) * Fix looker icon (#595) * Add inline filters to graph type * Inline filters * Lint fixes * Backend tests --------- Co-authored-by: Ian Eaves <ian.k.eaves@gmail.com>
* Start on live edit * Better inline filter (#596) * Looker integration (#537) * Looker alpha release --------- Co-authored-by: Ian Eaves <ian.k.eaves@gmail.com> * Better inline filter * Partially working inline filters * Pretty much working frontend * Fix links (#593) * Fix cron hours (#594) * Fix looker icon (#595) * Add inline filters to graph type * Inline filters * Lint fixes * Backend tests --------- Co-authored-by: Ian Eaves <ian.k.eaves@gmail.com> * Frontend refactor * More tests * Fix code style issues with ESLint * Some more bits and pieces * Lint fixes * Remove acts * More tests * More frontend tests * Fix code style issues with ESLint * Refactor and tests * Fix for tags * Additional test * Test fixes * Add test --------- Co-authored-by: Ian Eaves <ian.k.eaves@gmail.com> Co-authored-by: Lint Action <github-actions[bot]@users.noreply.github.com>
No description provided.