You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/03 10:43:15 UTC

[GitHub] [airflow-site] louisguitton commented on a change in pull request #231: Add blogs for airflow DAGs testing

louisguitton commented on a change in pull request #231: Add blogs for airflow DAGs testing
URL: https://github.com/apache/airflow-site/pull/231#discussion_r362767420
 
 

 ##########
 File path: landing-pages/site/content/en/blog/testing-in-airflow-part-2-integration-tests-and-end-to-end-pipeline-tests.md
 ##########
 @@ -0,0 +1,16 @@
+---
+title: "Testing in Airflow Part 2 - Integration Tests and End-to-End Pipeline Tests"
+linkTitle: "Testing in Airflow Part 2 - Integration Tests and End-to-End Pipeline Tests"
+author: "Chandu Kavar and Sarang Shinde"
+twitter: "chandukavar"
+github: "chandulal"
+linkedin: "chandu-kavar-627a209b"
+description: "To know how to test the xComs and DAGs end-to-end"
+tags: ["Testing"]
+date: "2020-01-03"
+---
+In [part 1](https://blog.usejournal.com/testing-in-airflow-part-1-dag-validation-tests-dag-definition-tests-and-unit-tests-2aa94970570c) of this blog, I explained DAG validation tests, DAG definition tests, and Unit tests. These tests help to verify the syntax and cyclicity in the DAG, upstream and downstream of each task, the logic of the custom operator and sensor, etc. I would recommend reading the first part of this post.
+
+In this part, I covered the integration and end-to-end pipeline tests.
+
+You can find this blog on the medium [Testing in Airflow Part 2](https://medium.com/@chandukavar/testing-in-airflow-part-2-integration-tests-and-end-to-end-pipeline-tests-af0555cd1a82).
 
 Review comment:
   Just to mention that as a reader, I often ran into the Medium paywall until I converted recently.
   For those people who are not paying Medium customers, I think there is a way for authors to get a paywall-free link to their articles. Is it the case here ? 
   Else, do you have that article on another (free) platform like for part 1 ? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services