- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 75
Comparing changes
Open a pull request
base repository: gouline/dbt-metabase
base: v1.0.1
head repository: gouline/dbt-metabase
compare: master
Commits on Jan 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eab95fd - Browse repository at this point
Copy the full SHA eab95fdView commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df6e280 - Browse repository at this point
Copy the full SHA df6e280View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09675ec - Browse repository at this point
Copy the full SHA 09675ecView commit details
Commits on Feb 19, 2024
-
Fix exposures depends_on refs with aliased models (#228)
* Separate model alias from name * Clean up pylint ignores
Configuration menu - View commit details
-
Copy full SHA for 5990ef6 - Browse repository at this point
Copy the full SHA 5990ef6View commit details -
* Sync table field order * Fix test mismatch between dbt and Metabase
Configuration menu - View commit details
-
Copy full SHA for d9f50dc - Browse repository at this point
Copy the full SHA d9f50dcView commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d8788cc - Browse repository at this point
Copy the full SHA d8788ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f059bf4 - Browse repository at this point
Copy the full SHA f059bf4View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7fa4fc - Browse repository at this point
Copy the full SHA d7fa4fcView commit details
Commits on Feb 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9fc8bcd - Browse repository at this point
Copy the full SHA 9fc8bcdView commit details
Commits on Mar 4, 2024
-
Fix PR 238 and add tests (#239)
* Skip missing cards/dashboards in exposures (#238) * In case of missing resource {dashboard, card, user}, dbt-metabase skips it instead of raising an error. * Rename get_[card, dashboard] to find_[card, dashboard], and remove duplicate return. * Fix unit test, change all occurences for get_dashboard --------- Co-authored-by: pierre dosne <pierre.dosne@fintecture.com> * Fix type and format issues * Add missing card to test * Formatting and imports --------- Co-authored-by: dosnep <dosnep@hotmail.fr> Co-authored-by: pierre dosne <pierre.dosne@fintecture.com>
Configuration menu - View commit details
-
Copy full SHA for 4d40277 - Browse repository at this point
Copy the full SHA 4d40277View commit details
Commits on Mar 14, 2024
-
Handle uppercase references from Metabase GUI derived queries (#242)
* lowercase normal question exposures in from and join * handle edge case where source_table is None * change table name to uppercase in fixtures to verify changes * fix indentation
Configuration menu - View commit details
-
Copy full SHA for 27821ef - Browse repository at this point
Copy the full SHA 27821efView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8e803a - Browse repository at this point
Copy the full SHA f8e803aView commit details
Commits on Mar 15, 2024
-
Add flag to exposures for excluding all unverified collection items (#…
…243) * add flag to exclude unverified collection items * simplify check for moderation status * leave dashboards alone * Add Co-authored-by: Mike Gouline <1960272+gouline@users.noreply.github.com> * Revise ordering of exclusion logic Co-authored-by: Mike Gouline <1960272+gouline@users.noreply.github.com> * revert flag name now that we have alignment --------- Co-authored-by: Mike Gouline <1960272+gouline@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7803ae2 - Browse repository at this point
Copy the full SHA 7803ae2View commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a98a24 - Browse repository at this point
Copy the full SHA 7a98a24View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9dad3b9 - Browse repository at this point
Copy the full SHA 9dad3b9View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6dd105e - Browse repository at this point
Copy the full SHA 6dd105eView commit details
Commits on Jun 12, 2024
-
* Linux environment fixes * Pin dependencies for reproducibility * Metabase 50 compatibility fixes * Fmt
Configuration menu - View commit details
-
Copy full SHA for ac35f7b - Browse repository at this point
Copy the full SHA ac35f7bView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 258e7f9 - Browse repository at this point
Copy the full SHA 258e7f9View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5cea8a - Browse repository at this point
Copy the full SHA a5cea8aView commit details
Commits on Jun 20, 2024
-
Fix exposure dependencies (#262)
* Defensive sanitization of exposure models * Standardize exposure depends to lower case
Configuration menu - View commit details
-
Copy full SHA for adf4dca - Browse repository at this point
Copy the full SHA adf4dcaView commit details -
API response recorder for test fixtures (#261)
* API response recorder for test fixtures * Tracked H2 app database with idempotent setup * New reference exposures and resulting fixtures and test fixes * Clean up tests and remove stale fixtures
Configuration menu - View commit details
-
Copy full SHA for 1e6d0f9 - Browse repository at this point
Copy the full SHA 1e6d0f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d18ffa - Browse repository at this point
Copy the full SHA 3d18ffaView commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d36ef2 - Browse repository at this point
Copy the full SHA 0d36ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9edebe0 - Browse repository at this point
Copy the full SHA 9edebe0View commit details
Commits on Jul 19, 2024
-
* Skip tables that are technical not just hidden (#267) Tables are hidden with any non-nil value - we hide our tables with `technical` so would be useful to update this. * Allow other table hidden values --------- Co-authored-by: Chris Parsons <cp@lollipopai.com>
Configuration menu - View commit details
-
Copy full SHA for 2fd386a - Browse repository at this point
Copy the full SHA 2fd386aView commit details
Commits on Jul 22, 2024
-
Testability in IDE and pytest (#269)
* Fix tests for IDE config * Migrate to pytest
Configuration menu - View commit details
-
Copy full SHA for 8647627 - Browse repository at this point
Copy the full SHA 8647627View commit details
Commits on Jul 25, 2024
-
Allow tags on exposures (#271)
* Allow tags on exposures * Fix help and tests * Naming and docs cleanup
Configuration menu - View commit details
-
Copy full SHA for cc6e8b1 - Browse repository at this point
Copy the full SHA cc6e8b1View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 134ab8c - Browse repository at this point
Copy the full SHA 134ab8cView commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb72905 - Browse repository at this point
Copy the full SHA cb72905View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fa3e11 - Browse repository at this point
Copy the full SHA 2fa3e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb9691 - Browse repository at this point
Copy the full SHA fcb9691View commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38ddc47 - Browse repository at this point
Copy the full SHA 38ddc47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 227511d - Browse repository at this point
Copy the full SHA 227511dView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9aa680 - Browse repository at this point
Copy the full SHA e9aa680View commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78e8133 - Browse repository at this point
Copy the full SHA 78e8133View commit details -
feat: query average time and last usage metadata (#284)
* Feat: avg query time + last used at timestamp (#281) * Query average time and last usage metadata --------- Co-authored-by: Simon Rosenberger (Bumm) <41942954+codingcyclist@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 602192e - Browse repository at this point
Copy the full SHA 602192eView commit details -
chore: update sandbox images and re-record fixtures (#285)
* chore: update sandbox images and re-record fixtures * chore: check for FIXME * docs: how to record test fixtures
Configuration menu - View commit details
-
Copy full SHA for 160e2fb - Browse repository at this point
Copy the full SHA 160e2fbView commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e900f51 - Browse repository at this point
Copy the full SHA e900f51View commit details
Commits on Nov 2, 2024
-
Demote field ordering failures to warning (#290)
* demote field ordering failures to warning * tests for source relationships
Configuration menu - View commit details
-
Copy full SHA for 3b8804d - Browse repository at this point
Copy the full SHA 3b8804dView commit details
Commits on Nov 27, 2024
-
* feat: allow column description to be overwritten (#291) * feat: allow column description to be overwritten * feat: Consider Model description as well * chore: Update tests * chore: Column test * fix: fmt * fix: test v2 manifest instead of v12 * Apply suggestions from code review --------- Co-authored-by: Mike Gouline <1960272+gouline@users.noreply.github.com> * fix type issue --------- Co-authored-by: Felipe Guilherme Sabino <982190+sabino@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 59cb87d - Browse repository at this point
Copy the full SHA 59cb87dView commit details
Commits on Dec 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8bf4215 - Browse repository at this point
Copy the full SHA 8bf4215View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ba2fb - Browse repository at this point
Copy the full SHA c2ba2fbView commit details
Commits on Dec 16, 2024
-
Exposure dependency resolution by fully-qualified names (#287)
* Exposure dependency resolution by fully-qualified names * Reference databases by dbname * remove redundant calls to extract_card_exposures with empty cards * extract dbname from details * update dependencies * support project-id as exposure database
Configuration menu - View commit details
-
Copy full SHA for 781af8c - Browse repository at this point
Copy the full SHA 781af8cView commit details
Commits on Dec 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6a4247 - Browse repository at this point
Copy the full SHA d6a4247View commit details
Commits on Dec 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 88452f1 - Browse repository at this point
Copy the full SHA 88452f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c490dcd - Browse repository at this point
Copy the full SHA c490dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9eec40 - Browse repository at this point
Copy the full SHA a9eec40View commit details -
Configuration menu - View commit details
-
Copy full SHA for c579c0c - Browse repository at this point
Copy the full SHA c579c0cView commit details
Commits on Dec 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea0693d - Browse repository at this point
Copy the full SHA ea0693dView commit details
Commits on Dec 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c37cf49 - Browse repository at this point
Copy the full SHA c37cf49View commit details
There are no files selected for viewing
This file was deleted.