Redactics

Redactics

Follow
homeRedactics HomeContactbadges
Tag

ci-cd

#ci-cd

More content

Read more stories on Hashnode


Articles with this tag

How To Automate Database Migration Testing/Dry-runs in Your CI/CD Pipelines

Nov 28, 20227 min read

The most logical starting place is to stand up a new database cluster based on a snapshot, especially if you are using a managed database service like...

How To Automate Database Migration Testing/Dry-runs in Your CI/CD Pipelines

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)

How To Stop Living With Your Seed Data Sucking

Nov 17, 20224 min read

So often throughout my career I've come across projects where seed data was created during the very early days of a repo, and the bare minimum is done...

How To Stop Living With Your Seed Data Sucking

What Would Happen if We Tested Using Production Data?

Sep 22, 20225 min read

Last updated: Oct 11, 2022 We know that rich test data helps expose problems in our code, and we know that there is no richer real world data than...

What Would Happen if We Tested Using Production Data?