Set up staging ingestion server connection in Airflow #3492
Labels
💻 aspect: code
Concerns the software code in the repository
🌟 goal: addition
Addition of new feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: catalog
Related to the catalog and Airflow DAGs
Milestone
Problem
#3232 created a DAG for creating staging ES indices, which works by connecting to the staging ingestion server. In order to use the DAG we need to set up an Airflow connection to the staging ingestion server.
Description
First we should add an official DNS name to the staging data refresh server. Then we'll add the connection to Airflow using an Airflow variable
AIRFLOW_CONN_STAGING_DATA_REFRESH
.The text was updated successfully, but these errors were encountered: