Is your feature request related to a problem? Please describe.
expect_table_aggregation_to_equal_other_table. while using this test when there are some values not present in the other then the aggregate doesn't match because It always performs a full outer join.
Describe the solution you'd like
I recommend to provide another parameter called join so the user can use either left join or outer join as well improving the test.
Is your feature request related to a problem? Please describe.
expect_table_aggregation_to_equal_other_table. while using this test when there are some values not present in the other then the aggregate doesn't match because It always performs a full outer join.
Describe the solution you'd like
I recommend to provide another parameter called join so the user can use either left join or outer join as well improving the test.