kieronellis
kieronellis
+1 on this - we are also experiencing this issue where the FivetranSensor starts after the connector has already finished its sync and so the FivetranSensor keeps reporting `sync_state =...
The issue seems to be related to [this](https://github.com/sqlfluff/sqlfluff-github-actions/issues/15) where more recent versions of dbt output to stdout messages like `Partial parse save file not found. Starting full parse.` which get...
@yu-iskw
@PubChimps
Also having a similar issue with the latest version of sqlfluff v1.4.5 and dbt-bigquery v1.3.0 e.g. this ``` with source as ( {{ stitch_utils.coalesce_fields(relation = source('partner_bootcamp','level_user_attempts')) }} {{ dev_limit(filter_date='date(created_at)') }}...