Kazuhito Osabe
Kazuhito Osabe
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### Description As I use sqlfluff in my work, I've noticed that there are many...
related: https://github.com/apache/airflow/issues/38632 and https://github.com/apache/airflow/pull/34771#discussion_r1542257954 From the discussion of above PR, ti.start_date is normally set when ti transitions to the RUNNING state. But the current ti.set_state method has set start_date even...
### Brief summary of the change made fixes https://github.com/sqlfluff/sqlfluff/issues/5877 Changes are almost same as https://github.com/sqlfluff/sqlfluff/pull/5842 , and I added support for some breaking changes in dbt 1.8. Note that I'm...
**Describe the issue**: In JSON format, a key with no value associated with it can be represented as `"key": null`, or by removing the entire key. Both forms seem to...