Redactics

Redactics

Follow
homeRedactics HomeContactbadges
Tag

airflow

#airflow

More content

Read more stories on Hashnode


Articles with this tag

How To Get the Most Out of Airflow's Dynamic Task Mapping

Dec 5, 20223 min read

Dynamic task mapping (DTM) is a major feature that adds a lot of flexibility to how you build your DAGs. However, it does not provide infinite...

How To Get the Most Out of Airflow's Dynamic Task Mapping

How To Poll an Airflow Job (i.e. DAG Run)

Nov 22, 20221 min read

Ever wanted to actually know when an Airflow DAG Run has completed? Perhaps your use case involves this completed work being some sort of workflow...

How To Poll an Airflow Job (i.e. DAG Run)

Case Study: Apache Airflow As a Managed Appliance

Nov 7, 20227 min read

We bet our business around our customers being sold on running our software in their own infrastructure, rather than building a more traditional SaaS...

Case Study: Apache Airflow As a Managed Appliance

How to Create Prepared Statements with the Airflow PostgresOperator

Oct 29, 20221 min read

Airflow's PostgresOperator includes a field called parameters for providing SQL parameters for prepared statements. We wanted to use named parameters...

How to Create Prepared Statements with the Airflow PostgresOperator