Ievgenii Martynenko
Ievgenii Martynenko
**Describe the bug** The [documentation](https://docs.greatexpectations.io/docs/reference/expectations/conditional_expectations/#format-of-row_conditions-values) states that row conditions for SQL should be specified like this: `row_condition='col("foo") != "a-b"'` So, in Jupiter Notebooks I run the following expectation: ``` validator.expect_column_values_to_not_be_null(...
Hi, I've been experimenting with smart_open and can't figure out which way can I ensure that files are consistent when coping data between GCS and S3 (and vice versa). ```...
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened We're trying to set up `sqlfluff-templater-dbt` with `dialect = snowflake`, but facing...
`sqlfmt` keeps adding \tab before every line wrapped with triple quotes. Reproduce steps. One can define a macro, say, to select columns depending on `key`: ``` {% macro test(key) %}...