Merged PR 5381: Removes multi-user test on New Dash onboarding
# Description It doesn't look like the multi-user cases per deal are going to be fixed any time soon. Also, this test was only covering it for newly onboarded deals, while we have more cases for migrated deals that this test was not covering. # Checklist - [X] dbt compiles Related work items: #30479
This commit is contained in:
parent
536ab9b2a1
commit
8b8e4143ce
1 changed files with 0 additions and 4 deletions
|
|
@ -2086,10 +2086,6 @@ models:
|
||||||
Amount of Backend accounts (users) linked to this Deal.
|
Amount of Backend accounts (users) linked to this Deal.
|
||||||
data_tests:
|
data_tests:
|
||||||
- not_null
|
- not_null
|
||||||
- dbt_expectations.expect_column_values_to_be_between:
|
|
||||||
min_value: 1
|
|
||||||
max_value: 1
|
|
||||||
strictly: false
|
|
||||||
|
|
||||||
- name: count_programs_at_deal_level
|
- name: count_programs_at_deal_level
|
||||||
data_type: integer
|
data_type: integer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue