-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]> * Fix type and format issues * Add missing card to test * Formatting and imports --------- Co-authored-by: dosnep <[email protected]> Co-authored-by: pierre dosne <[email protected]>
- Loading branch information
1 parent
9fc8bcd
commit 4d40277
Showing
4 changed files
with
109 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -253,5 +253,21 @@ | |
}, | ||
"favorite": false, | ||
"model": "card" | ||
}, | ||
{ | ||
"description": null, | ||
"collection_position": null, | ||
"name": "Missing", | ||
"id": 404, | ||
"display": "scalar", | ||
"last-edit-info": { | ||
"id": 1, | ||
"last_name": "", | ||
"first_name": "dbtmetabase", | ||
"email": "[email protected]", | ||
"timestamp": "2021-07-21T08:01:37.449936Z" | ||
}, | ||
"favorite": false, | ||
"model": "card" | ||
} | ||
] | ||
] |