Home / Companies / Fivetran / Blog / Post Details
Content Deep Dive

Orchestrating ELT in Airflow: Catching every sync with XCOM

Blog post from Fivetran

Post Details
Company
Date Published
Author
Nick Acosta
Word Count
729
Company Posts That Month
12
Language
English
Hacker News Points
-
Post removed?
No
Summary

The Fivetran Airflow provider has released a new version that eliminates issues with hanging sensors. In previous versions, some connectors' syncs would finish before the corresponding sensor could start monitoring them, causing potential problems. This issue was resolved by utilizing XCOM, an Airflow mechanism that allows tasks to pass key-value pairs between each other. The latest version of the Fivetran Airflow provider now stores a timestamp of the connector's previously completed sync in XCOM, which can be used by a sensor through calling xcom_pull. This ensures that the previously completed timestamp will be correct and a sensor will return at the appropriate time, even if it does not start until after the sync that it is supposed to monitor has already completed.

Trends Found in this Post
Trend Post Mentions Total Month Mentions Posts Companies MoM
Data Pipeline 1 224 64 36 +29%
Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.