Mishbah

Results 2 issues of Mishbah

Using `sqllineage==1.3.5` Given auto generated query from a third party package. ``` query = """ WITH tbl1 AS ( SELECT table1.id AS user_id FROM db1.table1 ) SELECT tbl1.user_id, table1.foo, table2.bar,...

bug
parser

**Describe the bug** When passing a Pandas dataframe containing date and decimal columns to the UserConfigurableProfiler, the expected output should include the "expect_column_values_to_be_in_type_list" expectation for every column. However, the expectation...