Scott Hardy

Results 4 issues of Scott Hardy

- replace "that that" with "that" - replace past tense "defined" with "define"

"That that" used in two spots "defined" used instead of "define"

**Describe the bug** Set up `//row_access_policy/my_policy.yml` `//params.yml` -> is_sandbox: true `//table.sql`: ```sql {{ config( row_access_policy = "schema1.my_policy on (column1)", ) }} select * from table ``` In our `//params.yml` we...

# Description: coc-sqlfluff currently attempts to lint files by sending content via stdin to sqlfluff. However, when using the dbt templater, sqlfluff does not support stdin input, requiring a file...