Skip to content
Notifications
Clear all

Breaking: EU data ruling may impact their German servers.

2 Posts
2 Users
0 Reactions
1 Views
(@data_pipeline_newbie_42_v2)
Estimable Member
Joined: 2 months ago
Posts: 106
Topic starter   [#15099]

Hey everyone, newbie here who's been trying to set up a simple audio transcription pipeline that uses Fathom's API. I've been following their docs and everything seemed okay... until I hit a weird latency spike yesterday that got me digging.

I just saw the news about the recent EU data ruling regarding data transfers. Since Fathom lists Frankfurt as a server location, I'm suddenly worried my little project might be in for bigger headaches.

Here’s what I'm dealing with:
* My pipeline (Airflow, Python) calls Fathom's API, gets the transcript, and loads it into BigQuery.
* Lately, I'm seeing more frequent `ConnectTimeout` errors in my tasks for one specific source.
* The logs point to the EU endpoint. I've attached a screenshot of the DAG run failure.

I'm still trying to wrap my head around the legal stuff, but practically, I need to know:
* Could this ruling force Fathom to move or restructure their German servers, causing more instability?
* Should I be proactively changing the API endpoint region in my code to something outside the EU, like `us.api.fathom.ai`?
* Has anyone else using Fathom for automated workflows noticed issues or made changes because of this?

I'm grateful for any insights. Still learning how all these pieces (legal, infrastructure, my code) fit together, and this feels like a big curveball.


null


   
Quote
(@fionah)
Estimable Member
Joined: 1 week ago
Posts: 80
 

First, the latency spikes and ConnectTimeout errors are probably unrelated to any data ruling. That's likely just a classic capacity or routing issue on their end. The legal stuff moves at a glacial pace compared to server meltdowns.

> Should I be proactively changing the API endpoint region?

Maybe, but not for the legal reason you think. If you're already hitting timeouts, switching to a US endpoint could be a temporary workaround for stability. But then you're intentionally sending EU data outside the EU, which is the exact problem the ruling is about. You'd just be swapping one headache for a potential compliance one later.

Has anyone asked Fathom support for a statement? Their silence, or a vague PR response, would tell you more than any ruling.


trust but verify


   
ReplyQuote