Skip to main content
Apache Airflow

Apache Airflow

SoftwareWikipedia

Search complete. 155 mentions across 13 episodes found for "Apache Airflow".

Sep 20, 2026

speaker_1HOST
37:33
tools like N8 HEN and Node-RED IDLE between 100-mile and 500-miles of RAM.
speaker_1HOST
37:39
Meanwhile, the KESS for Self-Hosting Decision Analysis notes that Apache Airflow versions 2 and 3 require 2.5-gib to 5.0-gib bet idle due to complex component overhead.
speaker_0HOST
37:49
Let's start with where Kestra loses.
speaker_0HOST
37:51
Deploying the wrong architecture for your problem is a recipe for misery.
speaker_1HOST
40:19
Where Kestra absolutely dominates is declarative, container-isolated, multi-language pipelines specified in YAML.
speaker_1HOST
40:26
If you have a workflow that needs to run a bash script to download a raw file, pass that file output to a Python container that uses pandas to normalize the data, and then pass that result to a Node.js script to push to a custom API, Kestra is peerless.
speaker_0HOST
40:41
Why not just use Apache Airflow for that, though? Airflow is the industry standard data orchestrator.
speaker_0HOST
40:46
Everyone talks about Airflow.
Kenton DanisHOST
1:00
Well, we'll go ahead and dive in.
Kenton DanisHOST
1:02
So for today, we're going to talk about how ITTI uses Airflow to orchestrate data across more than 30 companies.
Kenton DanisHOST
1:10
And we'll dig into the custom YAML framework that you've built to make Airflow more accessible to non-technical teams.
Kenton DanisHOST
1:17
Before we get into that, let's start with some background.
Kenton DanisHOST
1:19
So tell me about what ITTI and more broadly what Group of Asquiths does.
Lucas TrubianoGUEST
3:03
Also, we standardize and scale then those solutions to other teams across the organization.
Kenton DanisHOST
3:11
Okay, very cool.
Kenton DanisHOST
3:12
And where does Airflow fit into all of that?
WilliamGUEST
9:44
So yeah, basically what we've been trying to think about is the open source ecosystem.
WilliamGUEST
9:50
What's the role of that for a Cloud Foundry user? um when a you know cloud foundry nails the 12 factor app and nails all of the developer experience and getting that app to production and so you know what does a developer um what other things does a developer need to make that experience even better and beyond your custom app getting that custom app to production you sometimes need open source dependencies you sometimes need third-party resources that you want to build around so something like uh Apache Kafka or an Airflow or maybe an open source queuing service or maybe middleware or something you want to run that your custom app talks to.
WilliamGUEST
10:31
And users have been doing this in various ways.
WilliamGUEST
10:36
Developers have been doing this in various ways on CF for years.
WilliamGUEST
13:50
One of the things we do is we build everything from scratch.
WilliamGUEST
13:54
that's required to run let's say an engine x or to run an apache airflow and we have ways we have built patterns for where we can um you know build only what's necessary on that container and understand all the dependencies without breaking the app so taking away all the all the bloat without actually breaking something that the application needs and then finally it's the helm charts um i don't think a lot of people realize this but bitnami is one of the uh the only vendors that is maintaining helm charts in the industry there's a lot of vendors who are using uh either open source home charts and someone else wrote or they're copying helm charts someone else wrote or they're forking them um but we're an actual we're actually an author of over 140 first-party helm charts that we have built with consistency and security best practices in mind.
WilliamGUEST
14:42
So for one, if you're going from an Apache Airflow Helm Chart to an Apache Kafka Helm Chart or to a Neo4j Helm Chart or OpenSearch Helm Chart, you're gonna see consistent sets of parameters that you can control things like logging and monitoring and security settings, which is really helpful for an enterprise who's got to keep track of a lot of balls in the air you don't want surprises every time you go somewhere so we can provide that plus we have the expert we've just built a lot of expertise around you know what's a runtime setting that's insecure what's a privilege that you provide what's like a pod level security privilege that's too that's not safe, that you shouldn't delegate in the Helm chart, or what's a way to store security, sorry, configuration values that have passwords in them that's secure.
WilliamGUEST
15:35
Things like that we've built up in our repertoire, and we have patterns that are reusable.
SamHOST
13:04
But
EbruHOST
13:05
also Apache Airflow for pipeline orchestration.
EbruHOST
13:09
And the Google Cloud platform environment, specifically cloud storage, BigQuery for massive data sets, and even Gemini for AI integration.
EbruHOST
13:19
And all of this feeds into custom visualization tools like Looker and Streamlit.
SamHOST
13:23
Okay, hold on.
SamHOST
13:24
If you're listening to this and your eyes are glazing over at the mention of Apache Airflow and BigQuery.
EbruHOST
13:29
Yeah, it's a lot of jargon.
SamHOST
13:30
We need to ground this.
Kenton DanisHOST
2:59
I would love to dig more into that.
Kenton DanisHOST
3:01
So tell me a little bit more about what your team does specifically and then how Airflow fits into that data management.
Kumuda SreenivasaGUEST
3:08
So our whole IT team, we connect the operational and manufacturing data across the whole shop floor systems.
Kumuda SreenivasaGUEST
3:14
So shop floor is basically where you have like a live manufacturing going on.
Kumuda SreenivasaGUEST
3:18
They take off the screws, they do everything, small, small parts, everything.
Kumuda SreenivasaGUEST
3:22
So We have enterprises, database, cloud platforms, analytic tools.
Kumuda SreenivasaGUEST
3:27
So we use Airflow as orchestration for ETLs and ELT jobs.
Kumuda SreenivasaGUEST
3:33
And we do data quality checks and production reporting and file processing.
speaker_0HOST
11:54
Moving forward, integrations that run without human interaction will require an explicitly configured run as service account.
speaker_0HOST
12:01
Meanwhile, orchestration pipelines and managed service for Apache Airflow, which you might remember as Cloud Composer, have reached general availability.
speaker_0HOST
12:10
Sensitive data protection content policies are also GA, letting you evaluate content and return allow or block decisions.
speaker_0HOST
12:17
For storage admins, Google Cloud Storage batch operations are now much more powerful.
Shane GibsonHOST
3:23
I very much strongly believe in their kind of play.
Shane GibsonHOST
3:26
I love tools like Airflow and there's these quasi open source ones like Kestra.
Shane GibsonHOST
3:32
You know, it's like, They're all really interesting in different plays.
Shane GibsonHOST
3:37
Yeah, I mean, I've been using their platform well over a year and a bit now.
Ivana IsailovicGUEST
1:03
Thank you.
Ivana IsailovicGUEST
1:04
I'm especially excited about today's topic because Airflow is something I worked with very close every day.
Marc LambertiHOST
1:13
Yeah, I'm very excited about this because actually, you know, about today's podcast, we will deep dive into orchestrating strictly second control ETL pipeline.
Marc LambertiHOST
1:22
I think you have like a way of doing things that I think is truly interesting.
Marc LambertiHOST
1:28
Also, how did you survive about the sub-DAG deprecation? Because sub-DAGs have been very popular for a while.
Marc LambertiHOST
1:36
But as you will tell us, you actually did the migration, the migration.
Marc LambertiHOST
1:42
And then also we will talk about adapting custom retry logic all the way through Airflow 3.
Marc LambertiHOST
1:48
So a lot of things to cover.
Dan BeachHOST
40:33
We alluded to this, but there's so many tools in the data space that are just, they're there, like Spark's there, right? Like sales supports, Spark protocol API, because it had to, right? Because Spark is there and everyone's using it.
Dan BeachHOST
40:48
And you've got things like, On a data platform, you probably have some orchestration like Apache Airflow, right? Everyone is using it.
Dan BeachHOST
40:56
And how do you decide which tools you're going to support? And how do you approach that? If I want to call it a problem, I call it a problem of like you're building sale and it's like, well, half my clients, you know, like 80% of the people are using Airflow.
Dan BeachHOST
41:11
And whether I want them to or not, they run most of their pipelines there.
Dan BeachHOST
41:15
So I need to be able to... you know, provide an easy operator, like, because data platforms are also not just about the compute itself, but typically in a real-world production environment, right, you've got many complex sort of data pipelines doing all different things, maybe on different systems.
Shehab AminGUEST
41:45
Yeah, great question.
Shehab AminGUEST
41:47
So on our platform, thinking about orchestration tools was really important.
Shehab AminGUEST
41:53
And so one thing that we did from day one was versioning, so job versioning and job runs, which is kind of like the core piece you need if you're going to use like a Prefect or Airflow or Daxter or whatever else.
speaker_0HOST
0:41
Then, we will look at how the Gemini Enterprise Agent Platform is evolving with dynamic native user interface capabilities and new enterprise data stores.
speaker_0HOST
0:52
After that, we'll turn to data engineering and analytics to discuss major security alerts, database assessments in Cloud SQL, ten billion vector scaling in AlloyDB, and critical updates to both managed service for Apache Spark and managed service for Apache Airflow.
speaker_0HOST
1:13
Finally, we'll round things out with some essential networking, security, and identity and access management updates.
speaker_0HOST
1:21
Let's jump right in.

6 MINS LATER

speaker_0HOST
7:23
And for eligible customers, the standard Emerging Market Edition now has full access to standard AI developer tools.
speaker_0HOST
7:31
Over in observability and tracing, Cloud Trace now automatically generates trace spans for tools call operations initiated by remote Model Context Protocol, or MCP, servers.
speaker_0HOST
7:43
This includes integrations with Datastream, Policy Troubleshooter, and the managed service for Apache Airflow.
speaker_0HOST
7:50
These spans give you an exact step-by-step visual map of what tools your AI agent called and how long each step took, making it incredibly easy to debug agentic behaviors.

3 more episodes mention Apache Airflow.

Create an account to see the whole feed, search across every transcript, and follow the entities you care about.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.