public-datasets-pipelines icon indicating copy to clipboard operation
public-datasets-pipelines copied to clipboard

Check for missing or incorrectly named variables during a DAG deploy

Open adlersantos opened this issue 4 years ago • 0 comments

Description

A common gotcha is when the Airflow variables are incorrectly set or missing in the .dev|.staging|.prod folders. We can catch this error upstream by checking if the variables in variables.json match the ones needed by the DAG file.

Checklist

  • [x] I created this issue in accordance with the Code of Conduct.
  • [x] This issue is appropriately labeled.

adlersantos avatar Jun 23 '21 18:06 adlersantos