-
### Body
The operator doesn't have `on_kill` method and we try to find a way to make a generalized one.
Referencing TrinoOperator:
https://github.com/apache/airflow/blob/2a34dc9e8470285b0ed2db71109…
-
from airflow import DAG
from airflow.utils.dates import days_ago
from airflow.operators.mysql_operator import MySqlOperator
from datetime import datetime, timedelta
default_args = {
'owner'…
-
### Discussed in https://github.com/apache/airflow/discussions/40331
Originally posted by **tatyana12345** June 19, 2024
### Apache Airflow version
Other Airflow 2 version (please specify b…
-
**Describe the issue**
Airflow Pipeline Generator generates malformed DAG files.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Airflow pipeline Editor on Launcher'
2. Drag 'BashOp…
-
### Apache Airflow version
2.9.1
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
After upgrading to 2.9.1, we find tasks are stuck at scheduled state after …
-
### Symptom
```
~/.pyenv/versions/3.9.6/lib/python3.9/site-packages/airflow/providers/cncf/kubernetes/backcompat/backwards_compat_converters.py:26 DeprecationWa
rning: This module is deprecated. Pl…
-
Right now I see lot's of pep8 errors:
- E501 line too long
- F401 'airflow.hooks.S3_hook.S3Hook' imported but unused
- F821 undefined name 'colum'
what do you think if I PR it and fix?
best…
-
When using KubernetesJobOperator in Apache Airflow and encountering issues where Jinja templating for jinja_job_args is treating Airflow time macros as string, shall we provide a mechanism similar…
-
Hi there, our cicd runs "write-audit-publish", basically we do
1) a `dbt build` command to run and test models in staging
2) a `dbt clone` command to clone models created in step 1 to a production…
-
Wanted to learn airflow and using it through docker.
I used the LocalExecutor compose file with uncommented volume for the plugin folder.
Here my project structure :
```
├── dags
│ └── dag.py
…