Skip to content

Contracts validation can be not correct when query_settings used #441

Open
@oleg-savko

Description

@oleg-savko

Contracts validation can be not correct when query_settings used:

when use for example like this:

query_settings={
            'join_use_nulls' : 1,
}

they seems not used here:

query_result = self._client.query(

and macros which check columns types failed, but real table and contract actual matched


P.s: if add at the end settings join_use_nulls = 1, than contract validation passed normal

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions