Upgrade airflow db within docker container
I am trying to upgrade airflow from 2.6.1 to 2.9.1.
The docker container keeps exiting with the errror : ERROR: You need to upgrade the database. Please run
airflow db upgrade. Make sure the command is run using Airflow version 2.9.1.
Apache airflow runs are scheduled but randomly are never run and vanishes when they are scheduled to run
We are running an Apache Airflow server with several workers and quite a few and complex DAGs.
Airflow AttributeError: ‘function’ object has no attribute ‘update_relative’ error
I am testing out airflow, I am running into the below error when implementing the dag.
Airflow – Custom Initial Page
Get some help.
Airflow (psycopg2.errors.NotNullViolation) null value in column “clear_number” of relation “dag_run” violates not-null constraint
I just deployed an Airflow (v2.7.1). When I try to trigger the DAG, I get this error:
Dynamically create parallel task groups with sequential tasks on output of other task
I want to create the following:
union of dynamically mapped tasks in airflow
i am implementing an ETL pipeline in Apache AirFlow across different API endpoints:
Airflow XCom_push send variables inside bash command
I’m attempting to send the contents of a variable to Xcom within a bash script in my task, but I’m encountering difficulties. Here’s the relevant portion of my code:
Airflow not running locally
I am trying to run airflow locally using make airflow-up
I have a config file with the passwords in .aws
I’m getting this error
How to Pass Parameters to Airflow DAG from UI in the Latest Version 2.8.2
Earlier we are using Airflow V2.5.0. In this version we can pass parameters to Airflow DAG in the form of key values by choosing the Trigger DAG w/config option in trigger button in the Airflow UI.
enter image description here