Do not use fivetran synced dates older than or equal March 9 2024 [prod]#4867
Conversation
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull Request Overview
This PR adds logic to skip using Fivetran synced dates that are on or before March 9, 2024, likely due to data quality concerns with older Fivetran data in the signature timestamp backfill process.
Key changes:
- Introduced a cutoff date constant for filtering unreliable Fivetran data
- Added validation logic to check if Fivetran timestamps fall before the cutoff
- Modified the
snowflakeFixfunction to skip Fivetran data when timestamps are too old
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cc @mlehotskylf @ahmedomosanya
Signed-off-by: Lukasz Gryglicki lgryglicki@cncf.io
Assisted by OpenAI
Assisted by GitHub Copilot