status stringclasses 1
value | repo_name stringlengths 9 24 | repo_url stringlengths 28 43 | issue_id int64 1 104k | updated_files stringlengths 8 1.76k | title stringlengths 4 369 | body stringlengths 0 254k ⌀ | issue_url stringlengths 37 56 | pull_url stringlengths 37 54 | before_fix_sha stringlengths 40 40 | after_fix_sha stringlengths 40 40 | report_datetime timestamp[ns, tz=UTC] | language stringclasses 5
values | commit_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
closed | apache/airflow | https://github.com/apache/airflow | 29,531 | ["airflow/ti_deps/deps/prev_dagrun_dep.py", "tests/ti_deps/deps/test_prev_dagrun_dep.py"] | Dynamic task mapping does not always create mapped tasks | ### Apache Airflow version
2.5.1
### What happened
Same problem as https://github.com/apache/airflow/issues/28296, but seems to happen nondeterministically, and still happens when ignoring `depends_on_past=True`.
I've got a task that retrieves some filenames, which then creates dynamically mapped tasks to move th... | https://github.com/apache/airflow/issues/29531 | https://github.com/apache/airflow/pull/32397 | 685328e3572043fba6db432edcaacf8d06cf88d0 | 73bc49adb17957e5bb8dee357c04534c6b41f9dd | 2023-02-14T12:47:12Z | python | 2023-07-23T23:53:52Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,515 | ["airflow/www/templates/airflow/task.html"] | Hide non-used docs attributes from Task Instance Detail | ### Description
Inside a BashOperator, I added a markdown snippet of documentation for the "Task Instance Details" of my Airflow nodes.
Now I can see my markdown, defined by the attribute "doc_md", but also
Attribute: bash_command
Attribute: doc
Attribute: doc_json
Attribute: doc_rst
Attribute: doc_yaml
I t... | https://github.com/apache/airflow/issues/29515 | https://github.com/apache/airflow/pull/29545 | 655ffb835eb4c5343c3f2b4d37b352248f2768ef | f2f6099c5a2f3613dce0cc434a95a9479d748cf5 | 2023-02-13T22:10:31Z | python | 2023-02-16T14:17:49Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,488 | ["airflow/providers/cncf/kubernetes/hooks/kubernetes.py", "airflow/providers/cncf/kubernetes/operators/pod.py", "airflow/providers/cncf/kubernetes/triggers/pod.py", "tests/providers/cncf/kubernetes/operators/test_pod.py", "tests/providers/cncf/kubernetes/triggers/test_pod.py", "tests/providers/google/cloud/operators/te... | KPO - deferrable - Invalid kube-config file. Expected key contexts in kube-config | ### Apache Airflow Provider(s)
cncf-kubernetes
### Versions of Apache Airflow Providers
5.2.0
### Apache Airflow version
2.5.1
### Operating System
linux 5.15.0-60-generic - Ubuntu 22.04
### Deployment
Docker-Compose
### Deployment details
_No response_
### What happened
**the exa... | https://github.com/apache/airflow/issues/29488 | https://github.com/apache/airflow/pull/29498 | 155ef09721e5af9a8be8841eb0e690edbfe36188 | b5296b74361bfe2449033eca5f732c4a4377f6bb | 2023-02-12T10:00:17Z | python | 2023-04-22T17:30:42Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,435 | ["airflow/decorators/base.py", "tests/decorators/test_python.py"] | TaskFlow API `multiple_outputs` inferral causes import errors when using TYPE_CHECKING | ### Apache Airflow version
2.5.1
### What happened
When using the TaskFlow API, I like to generally keep a good practice of adding type annotations in the TaskFlow functions so others reading the DAG and task code have better context around inputs/outputs, keep imports solely used for typing behind `typing.TYP... | https://github.com/apache/airflow/issues/29435 | https://github.com/apache/airflow/pull/29445 | f9e9d23457cba5d3e18b5bdb7b65ecc63735b65b | b1306065054b98a63c6d3ab17c84d42c2d52809a | 2023-02-09T03:55:48Z | python | 2023-02-12T07:45:26Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,432 | ["airflow/models/mappedoperator.py", "tests/models/test_mappedoperator.py", "tests/test_utils/mock_operators.py"] | Jinja templating doesn't work with container_resources when using dymanic task mapping with Kubernetes Pod Operator | ### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
Google Cloud Composer Version - 2.1.5
Airflow Version - 2.4.3
We are trying to use dynamic task mapping with Kubernetes Pod Operator. Our use-case is to return the pod's CPU and memory requirements from a function which i... | https://github.com/apache/airflow/issues/29432 | https://github.com/apache/airflow/pull/29451 | 43443eb539058b7b4756455f76b0e883186d9250 | 5eefd47771a19dca838c8cce40a4bc5c555e5371 | 2023-02-08T19:01:33Z | python | 2023-02-13T08:48:47Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,428 | ["pyproject.toml"] | Require newer version of pypi/setuptools to remove security scan issue (CVE-2022-40897) | ### Description
Hi. My team is evaluating airflow, so I ran a security scan on it. It is flagging a Medium security issue with pypi/setuptools. See https://nvd.nist.gov/vuln/detail/CVE-2022-40897 for details. Is it possible to require a more recent version? Or perhaps airflow users are not vulnerable to this?
### Use... | https://github.com/apache/airflow/issues/29428 | https://github.com/apache/airflow/pull/29465 | 9c6f83bb6f3e3b57ae0abbe9eb0582fcde265702 | 41dff9875bce4800495c9132b10a6c8bff900a7c | 2023-02-08T15:11:54Z | python | 2023-02-11T16:03:14Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,423 | ["airflow/providers/amazon/aws/hooks/glue.py", "tests/providers/amazon/aws/hooks/test_glue.py"] | GlueJobOperator throws error after migration to newest version of Airflow | ### Apache Airflow version
2.5.1
### What happened
We were using GlueJobOperator with Airflow 2.3.3 (official docker image) and it was working well, we didn't specify script file location, because it was inferred from the job name. After migration to 2.5.1 (official docker image) the operator fails if `s3_buck... | https://github.com/apache/airflow/issues/29423 | https://github.com/apache/airflow/pull/29659 | 9de301da2a44385f57be5407e80e16ee376f3d39 | 6c13f04365b916e938e3bea57e37fc80890b8377 | 2023-02-08T09:09:12Z | python | 2023-02-22T00:00:18Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,422 | ["airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py", "tests/providers/amazon/aws/transfers/test_dynamodb_to_s3.py"] | Multiple AWS connections support in DynamoDBToS3Operator | ### Description
I want to add support of a separate AWS connection for DynamoDB in `DynamoDBToS3Operator` in `apache-airflow-providers-amazon` via `aws_dynamodb_conn_id` constructor argument.
### Use case/motivation
Sometimes DynamoDB tables and S3 buckets live in different AWS accounts so to access both r... | https://github.com/apache/airflow/issues/29422 | https://github.com/apache/airflow/pull/29452 | 8691c4f98c6cd6d96e87737158a9be0f6a04b9ad | 3780b01fc46385809423bec9ef858be5be64b703 | 2023-02-08T08:58:26Z | python | 2023-03-09T22:02:18Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,405 | ["airflow/api_connexion/openapi/v1.yaml", "airflow/www/static/js/types/api-generated.ts"] | Add pagination to get_log in the rest API | ### Description
Right now, the `get_log` endpoint at `/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/logs/{task_try_number}` does not have any pagination and therefore we can be forced to load extremely large text blocks, which makes everything slow. (see the workaround fix we needed to do in the UI: http... | https://github.com/apache/airflow/issues/29405 | https://github.com/apache/airflow/pull/30729 | 7d02277ae13b7d1e6cea9e6c8ff0d411100daf77 | 7d62cbb97e1bc225f09e3cfac440aa422087a8a7 | 2023-02-07T16:10:57Z | python | 2023-04-22T20:49:40Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,396 | ["airflow/providers/google/cloud/hooks/bigquery.py", "tests/providers/google/cloud/hooks/test_bigquery.py"] | BigQuery Hook list_rows method missing page_token return value | ### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
apache-airflow-providers-google==7.0.0
But the problem exists in all newer versions.
### Apache Airflow version
apache-airflow==2.3.2
### Operating System
Ubuntu 20.04.4 LTS
### Deployment
Official Apache Airflo... | https://github.com/apache/airflow/issues/29396 | https://github.com/apache/airflow/pull/30543 | d9896fd96eb91a684a512a86924a801db53eb945 | 4703f9a0e589557f5176a6f466ae83fe52644cf6 | 2023-02-07T02:26:41Z | python | 2023-04-08T17:01:57Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,393 | ["airflow/providers/amazon/aws/log/s3_task_handler.py", "tests/providers/amazon/aws/log/test_s3_task_handler.py"] | S3TaskHandler continuously returns "*** Falling back to local log" even if log_pos is provided when log not in s3 | ### Apache Airflow Provider(s)
amazon
### Versions of Apache Airflow Providers
apache-airflow-providers-amazon==7.1.0
### Apache Airflow version
2.5.1
### Operating System
Ubuntu 18.04
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### What hap... | https://github.com/apache/airflow/issues/29393 | https://github.com/apache/airflow/pull/29708 | 13098d5c35cf056c3ef08ea98a1970ee1a3e76f8 | 5e006d743d1ba3781acd8e053642f2367a8e7edc | 2023-02-06T20:33:08Z | python | 2023-02-23T21:25:39Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,358 | ["airflow/models/baseoperator.py", "airflow/models/dag.py", "airflow/models/param.py"] | Cannot use TypedDict object when defining params | ### Apache Airflow version
2.5.1
### What happened
Context: I am attempting to use [TypedDict](https://docs.python.org/3/library/typing.html#typing.TypedDict) objects to maintain the keys used in DAG params in a single place, and check for key names across multiple DAGs that use the params.
This raises an error wit... | https://github.com/apache/airflow/issues/29358 | https://github.com/apache/airflow/pull/29782 | b6392ae5fd466fa06ca92c061a0f93272e27a26b | b069df9b0a792beca66b08d873a66d5640ddadb7 | 2023-02-03T14:40:04Z | python | 2023-03-07T21:25:15Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,329 | ["airflow/example_dags/example_setup_teardown.py", "airflow/models/abstractoperator.py", "airflow/models/dag.py", "tests/models/test_dag.py", "tests/models/test_dagrun.py"] | Automatically clear setup/teardown when clearing a dependent task | null | https://github.com/apache/airflow/issues/29329 | https://github.com/apache/airflow/pull/30271 | f4c4b7748655cd11d2c297de38563b2e6b840221 | 0c2778f348f61f3bf08b840676d681e93a60f54a | 2023-02-02T15:44:26Z | python | 2023-06-21T13:34:18Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,325 | ["airflow/providers/cncf/kubernetes/python_kubernetes_script.py", "airflow/utils/decorators.py", "tests/decorators/test_external_python.py", "tests/decorators/test_python_virtualenv.py", "tests/providers/cncf/kubernetes/decorators/test_kubernetes.py", "tests/providers/docker/decorators/test_docker.py"] | Ensure setup/teardown work on a previously decorated function (eg task.docker) | null | https://github.com/apache/airflow/issues/29325 | https://github.com/apache/airflow/pull/30216 | 3022e2ecbb647bfa0c93fbcd589d0d7431541052 | df49ad179bddcdb098b3eccbf9bb6361cfbafc36 | 2023-02-02T15:43:06Z | python | 2023-03-24T17:01:34Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,323 | ["airflow/models/serialized_dag.py", "tests/models/test_serialized_dag.py"] | DAG dependencies graph not updating when deleting a DAG | ### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
ON Airflow 2.4.2 Dag dependencies graph show deleted DAGs that use to have dependencies to currently existing DAGs
### What you think should happen instead
Deleted DAGs should not appear on DAG Dependencies
### How to repr... | https://github.com/apache/airflow/issues/29323 | https://github.com/apache/airflow/pull/29407 | 18347d36e67894604436f3ef47d273532683b473 | 02a2efeae409bddcfedafe273fffc353595815cc | 2023-02-02T15:22:37Z | python | 2023-02-13T19:25:49Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,322 | ["airflow/www/utils.py", "airflow/www/views.py", "tests/www/test_utils.py"] | DAG list, sorting lost when switching page | ### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
Hi, I'm currently on Airflow 2.4.2
In /home when sorting by DAG/Owner/Next Run and going to the next page the sort resets.
This feature only works if I'm looking for last or first, everything in the middle is unreachable.
... | https://github.com/apache/airflow/issues/29322 | https://github.com/apache/airflow/pull/29756 | c917c9de3db125cac1beb0a58ac81f56830fb9a5 | c8cd90fa92c1597300dbbad4366c2bef49ef6390 | 2023-02-02T15:19:51Z | python | 2023-03-02T14:59:43Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,320 | ["airflow/api/common/experimental/get_task_instance.py", "airflow/cli/commands/task_command.py", "airflow/models/dagrun.py", "airflow/models/taskinstance.py", "airflow/serialization/pydantic/dag_run.py", "airflow/serialization/pydantic/taskinstance.py", "airflow/utils/log/logging_mixin.py", "airflow/www/views.py"] | AIP-44 Migrate TaskCommand._get_ti to Internal API | https://github.com/apache/airflow/blob/main/airflow/cli/commands/task_command.py#L145 | https://github.com/apache/airflow/issues/29320 | https://github.com/apache/airflow/pull/35312 | ab6e623cb1a75f54fc419cee66a16e3d8ff1adc2 | 1e1adc569f43494aabf3712b651956636c04df7f | 2023-02-02T15:10:45Z | python | 2023-11-08T15:53:52Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,301 | ["airflow/providers/google/cloud/operators/bigquery.py", "tests/providers/google/cloud/operators/test_bigquery.py"] | BigQueryCreateEmptyTableOperator `exists_ok` parameter doesn't throw appropriate error when set to "False" | ### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
I'm using `apache-airflow-providers-google==8.2.0`, but it looks like the relevant code that's causing this to occur is still in use as of `8.8.0`.
### Apache Airflow version
2.3.2
### Operating System
Debian (from Docke... | https://github.com/apache/airflow/issues/29301 | https://github.com/apache/airflow/pull/29394 | 228d79c1b3e11ecfbff5a27c900f9d49a84ad365 | a5adb87ab4ee537eb37ef31aba755b40f6f29a1e | 2023-02-02T06:30:16Z | python | 2023-02-26T19:09:08Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,282 | ["airflow/providers/ssh/hooks/ssh.py", "airflow/providers/ssh/operators/ssh.py", "docs/apache-airflow-providers-ssh/connections/ssh.rst", "tests/providers/ssh/hooks/test_ssh.py", "tests/providers/ssh/operators/test_ssh.py"] | Ssh connection extra parameter conn_timeout doesn't work with ssh operator | ### Apache Airflow Provider(s)
ssh
### Versions of Apache Airflow Providers
apache-airflow-providers-ssh>=3.3.0
### Apache Airflow version
2.5.0
### Operating System
debian "11 (bullseye)"
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### What happened
I have an SSH... | https://github.com/apache/airflow/issues/29282 | https://github.com/apache/airflow/pull/29347 | a21c17bc07c1eeb733eca889a02396fab401b215 | fd000684d05a993ade3fef38b683ef3cdfdfc2b6 | 2023-02-01T08:52:03Z | python | 2023-02-19T18:51:51Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,267 | ["airflow/example_dags/example_python_decorator.py", "airflow/example_dags/example_python_operator.py", "airflow/example_dags/example_short_circuit_operator.py", "docs/apache-airflow/howto/operator/python.rst", "docs/conf.py", "docs/sphinx_design/static/custom.css", "setup.py", "tests/api_connexion/endpoints/test_task_... | Support tabs in docs | ### What do you see as an issue?
I suggest supporting tabs in the docs to improve the readability when demonstrating different ways to achieve the same things.
**Motivation**
We have multiple ways to achieve the same thing in Airflow, for example:
- TaskFlow API & "classic" operators
- CLI & REST API & API cli... | https://github.com/apache/airflow/issues/29267 | https://github.com/apache/airflow/pull/36041 | f60d458dc08a5d5fbe5903fffca8f7b03009f49a | 58e264c83fed1ca42486302600288230b944ab06 | 2023-01-31T14:23:42Z | python | 2023-12-06T08:44:18Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,258 | ["airflow/providers/google/cloud/hooks/compute_ssh.py", "tests/providers/google/cloud/hooks/test_compute_ssh.py", "tests/system/providers/google/cloud/compute/example_compute_ssh.py", "tests/system/providers/google/cloud/compute/example_compute_ssh_os_login.py", "tests/system/providers/google/cloud/compute/example_comp... | ComputeEngineSSHHook on parallel runs in Composer gives banner Error reading SSH protocol banner | ### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
We are using ComputeEngineSSHHook for some of our Airflow DAGS in Cloud Composer
Everything works fine when DAGs run one by one
But when we start parallelism where multiple tasks are trying to connect to our GCE instanc... | https://github.com/apache/airflow/issues/29258 | https://github.com/apache/airflow/pull/32365 | df74553ec484ad729fcd75ccbc1f5f18e7f34dc8 | 0c894dbb24ad9ad90dcb10c81269ccc056789dc3 | 2023-01-31T03:43:49Z | python | 2023-08-02T09:16:03Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,250 | ["airflow/providers/databricks/hooks/databricks.py", "tests/providers/databricks/hooks/test_databricks.py"] | Repair functionality in DatabricksRunNowOperator | ### Description
The Databricks jobs 2.1 API has the ability to repair failed or skipped tasks in a Databricks workflow without having to rerun successful tasks for a given workflow run. It would be nice to be able to leverage this functionality via airflow operators.
### Use case/motivation
The primary motivat... | https://github.com/apache/airflow/issues/29250 | https://github.com/apache/airflow/pull/30786 | 424fc17d49afd4175826a62aa4fe7aa7c5772143 | 9bebf85e24e352f9194da2f98e2bc66a5e6b972e | 2023-01-30T21:24:49Z | python | 2023-04-22T21:21:14Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,227 | ["airflow/www/views.py", "tests/www/views/test_views_tasks.py"] | Calendar page doesn't load when using a timedelta DAG schedule | ### Apache Airflow version
2.5.1
### What happened
/calendar page give a problem, here is the capture

### What you think should happen instead
_No response_
### How to reproduc... | https://github.com/apache/airflow/issues/29227 | https://github.com/apache/airflow/pull/29454 | 28126c12fbdd2cac84e0fbcf2212154085aa5ed9 | f837c0105c85d777ea18c88a9578eeeeac5f57db | 2023-01-30T01:32:44Z | python | 2023-02-14T17:06:09Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,209 | ["airflow/providers/google/cloud/operators/bigquery_dts.py", "tests/providers/google/cloud/operators/test_bigquery_dts.py"] | BigQueryCreateDataTransferOperator will log AWS credentials when transferring from S3 | ### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
[apache-airflow-providers-google 8.6.0](https://airflow.apache.org/docs/apache-airflow-providers-google/8.6.0/)
### Apache Airflow version
2.5.0
### Operating System
Debian GNU/Linux 11 (bullseye)
### Deployment
... | https://github.com/apache/airflow/issues/29209 | https://github.com/apache/airflow/pull/29348 | 3dbcf99d20d47cde0debdd5faf9bd9b2ebde1718 | f51742d20b2e53bcd90a19db21e4e12d2a287677 | 2023-01-28T19:58:00Z | python | 2023-02-20T23:06:50Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,199 | ["airflow/models/xcom_arg.py", "tests/decorators/test_python.py"] | TaskFlow AirflowSkipException causes downstream step to fail when multiple_outputs is true | ### Apache Airflow version
2.5.1
### What happened
Most of our code is based on TaskFlow API and we have many tasks that raise AirflowSkipException (or BranchPythonOperator) on purpose to skip the next downstream task (with trigger_rule = none_failed_min_one_success).
And these tasks are expecting a multiple ... | https://github.com/apache/airflow/issues/29199 | https://github.com/apache/airflow/pull/32027 | 14eb1d3116ecef15be7be9a8f9d08757e74f981c | 79eac7687cf7c6bcaa4df2b8735efaad79a7fee2 | 2023-01-27T18:27:43Z | python | 2023-06-21T09:55:57Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,198 | ["airflow/providers/snowflake/operators/snowflake.py"] | SnowflakeCheckOperator - The conn_id `None` isn't defined | ### Apache Airflow Provider(s)
snowflake
### Versions of Apache Airflow Providers
`apache-airflow-providers-snowflake==4.0.2`
### Apache Airflow version
2.5.1
### Operating System
Debian GNU/Linux 11 (bullseye)
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### What h... | https://github.com/apache/airflow/issues/29198 | https://github.com/apache/airflow/pull/29211 | a72e28d6e1bc6ae3185b8b3971ac9de5724006e6 | 9b073119d401594b3575c6f7dc4a14520d8ed1d3 | 2023-01-27T18:24:51Z | python | 2023-01-29T08:54:39Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,197 | ["airflow/www/templates/airflow/dag.html"] | Trigger DAG w/config raising error from task detail views | ### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
Version: 2.4.3 (migrated from 2.2.4)
Manual UI option "Trigger DAG w/config" raises an error _400 Bad Request - Invalid datetime: None_ from views "Task Instance Details", "Rendered Template", "Log" and "XCom" . Note tha... | https://github.com/apache/airflow/issues/29197 | https://github.com/apache/airflow/pull/29212 | 9b073119d401594b3575c6f7dc4a14520d8ed1d3 | 7315d6f38caa58e6b19054f3e8a20ed02df16a29 | 2023-01-27T18:07:01Z | python | 2023-01-29T08:56:35Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,178 | ["airflow/api/client/local_client.py", "airflow/cli/cli_parser.py", "airflow/cli/commands/dag_command.py", "tests/api/client/test_local_client.py", "tests/cli/commands/test_dag_command.py"] | Add `output` format to missing cli commands | ### Description
I have noticed that for some commands, there is an option to get the output in json or yaml (as described in this PR from 2020 https://github.com/apache/airflow/issues/12699).
However, there are still some commands that do not support the `--output` argument, most notable one is the `dags trigger`... | https://github.com/apache/airflow/issues/29178 | https://github.com/apache/airflow/pull/29224 | ffdc696942d96a14a5ee0279f950e3114817055c | 60fc40791121b19fe379e4216529b2138162b443 | 2023-01-26T11:05:20Z | python | 2023-02-19T15:15:56Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,177 | ["airflow/providers/apache/livy/hooks/livy.py", "airflow/providers/http/hooks/http.py", "airflow/providers/http/operators/http.py", "tests/providers/http/hooks/test_http.py"] | SimpleHttpOperator not working with loginless auth_type | ### Apache Airflow Provider(s)
http
### Versions of Apache Airflow Providers
apache-airflow-providers-http==4.1.1
### Apache Airflow version
2.5.0
### Operating System
Ubuntu 20.04.5 LTS (Focal Fossa)"
### Deployment
Virtualenv installation
### Deployment details
Reproduced on a local d... | https://github.com/apache/airflow/issues/29177 | https://github.com/apache/airflow/pull/29206 | 013490edc1046808c651c600db8f0436b40f7423 | c44c7e1b481b7c1a0d475265835a23b0f507506c | 2023-01-26T08:28:39Z | python | 2023-03-20T13:52:02Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,175 | ["airflow/providers/redis/provider.yaml", "docs/apache-airflow-providers-redis/index.rst", "generated/provider_dependencies.json", "tests/system/providers/redis/__init__.py", "tests/system/providers/redis/example_redis_publish.py"] | Support for Redis Time series in Airflow common packages | ### Description
The current Redis API version is quite old. I need to implement a DAG for Timeseries data feature. Please upgrade to version that supports this. BTW, I was able to manually update my redis worker and it now works. Can this be added to next release please.
### Use case/motivation
Timeseries in Red... | https://github.com/apache/airflow/issues/29175 | https://github.com/apache/airflow/pull/31279 | df3569cf489ce8ef26f5b4d9d9c3826d3daad5f2 | 94cad11b439e0ab102268e9e7221b0ab9d98e0df | 2023-01-26T03:42:51Z | python | 2023-05-16T13:11:18Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,150 | ["docs/apache-airflow/howto/docker-compose/index.rst"] | trigger process missing from Airflow docker docs | ### What do you see as an issue?
The section [`Fetching docker-compose.yaml`](https://github.com/apache/airflow/blob/main/docs/apache-airflow/howto/docker-compose/index.rst#fetching-docker-composeyaml) claims to talk about all the process definitions that the Dockerfile compose contain but missed to talk the `airflo... | https://github.com/apache/airflow/issues/29150 | https://github.com/apache/airflow/pull/29203 | f8c1410a0b0e62a1c4b67389d9cfb80cc024058d | 272f358fd6327468fcb04049ef675a5cf939b93e | 2023-01-25T08:50:27Z | python | 2023-01-30T09:52:43Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,137 | ["airflow/decorators/sensor.py"] | Fix access to context in functions decorated by task.sensor | ### Description
Hello, I am a new Airflow user. I am requesting a feature in which the airflow context (containing task instance, etc.) be available inside of functions decorated by `airflow.decorators.task.sensor`.
### Use case/motivation
I have noticed that when using the `airflow.decorators.task` decorator, one c... | https://github.com/apache/airflow/issues/29137 | https://github.com/apache/airflow/pull/29146 | 0a4184e34c1d83ad25c61adc23b838e994fc43f1 | 2d3cc504db8cde6188c1503675a698c74404cf58 | 2023-01-24T20:19:59Z | python | 2023-02-20T00:20:08Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,128 | ["docs/apache-airflow-providers-ftp/index.rst"] | [Doc] Link to examples how to use FTP provider is incorrect | ### What do you see as an issue?
HI.
I tried to use FTP provider (https://airflow.apache.org/docs/apache-airflow-providers-ftp/stable/connections/ftp.html#howto-connection-ftp) but link to the "Example DAGs" is incorrect and Github response is 404.
### Solving the problem
Please update links to Example DAGs - here ... | https://github.com/apache/airflow/issues/29128 | https://github.com/apache/airflow/pull/29134 | 33ba242d7eb8661bf936a9b99a8cad4a74b29827 | 1fbfd312d9d7e28e66f6ba5274421a96560fb7ba | 2023-01-24T12:07:45Z | python | 2023-01-24T19:24:26Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,125 | ["airflow/models/dag.py", "airflow/models/dagrun.py", "tests/models/test_dag.py", "tests/models/test_dagrun.py"] | Ensure teardown failure with on_failure_fail_dagrun=True fails the DagRun, and not otherwise | null | https://github.com/apache/airflow/issues/29125 | https://github.com/apache/airflow/pull/30398 | fc4166127a1d2099d358fee1ea10662838cf9cf3 | db359ee2375dd7208583aee09b9eae00f1eed1f1 | 2023-01-24T11:08:45Z | python | 2023-05-08T10:58:30Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,113 | ["docs/apache-airflow-providers-sqlite/operators.rst"] | sqlite conn id unclear | ### What do you see as an issue?
The sqlite conn doc here https://airflow.apache.org/docs/apache-airflow-providers-sqlite/stable/operators.html is unclear.
Sqlite does not use username, password, port, schema. These need to be removed from the docs. Furthermore, it is unclear how to construct a conn string for sq... | https://github.com/apache/airflow/issues/29113 | https://github.com/apache/airflow/pull/29139 | d23033cff8a25e5f71d01cb513c8ec1d21bbf491 | ec7674f111177c41c02e5269ad336253ed9c28b4 | 2023-01-23T17:44:59Z | python | 2023-05-01T20:34:12Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,112 | ["airflow/utils/log/file_task_handler.py"] | "Operation not permitted" error when chmod on log folder | ### Official Helm Chart version
1.7.0 (latest released)
### Apache Airflow version
2.5.1
### Kubernetes Version
1.24.6
### Helm Chart configuration
executor: "KubernetesExecutor" # however same issue happens with LocalExecutor
logs:
persistence:
enabled: true
size: 50Gi
storageC... | https://github.com/apache/airflow/issues/29112 | https://github.com/apache/airflow/pull/30123 | f5ed6ae67d0788ea2a737d781b27fbcae1e8e8af | b87cbc388bae281e553da699212ebfc6bb723eea | 2023-01-23T17:44:10Z | python | 2023-03-15T20:44:37Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,109 | ["airflow/providers/google/cloud/hooks/dataproc.py", "airflow/providers/google/cloud/operators/dataproc.py", "tests/providers/google/cloud/hooks/test_dataproc.py", "tests/providers/google/cloud/operators/test_dataproc.py"] | [Google Cloud] DataprocCreateBatchOperator returns incorrect results and does not reattach | ### Apache Airflow version
main (development)
### What happened
The provider operator for Google Cloud Dataproc Batches has two bugs:
1. The running [operator](https://github.com/apache/airflow/blob/main/airflow/providers/google/cloud/operators/dataproc.py#L2123-L2124) returns successful even if the job tr... | https://github.com/apache/airflow/issues/29109 | https://github.com/apache/airflow/pull/29136 | a770edfac493f3972c10a43e45bcd0e7cfaea65f | 7e3a9fc8586d0e6d9eddbf833a75280e68050da8 | 2023-01-23T16:05:19Z | python | 2023-02-20T20:34:58Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,105 | ["airflow/www/static/js/graph.js"] | graph disappears during run time when using branch_task and a dynamic classic operator | ### Apache Airflow version
2.5.1
### What happened
when using a dynamically generated task that gets the expand data from xcom after a branch_task the graph doesn't render.
It reappears once the dag run is finished.
tried with BashOperator and a KubernetesPodOperator.
the developer console in the brows... | https://github.com/apache/airflow/issues/29105 | https://github.com/apache/airflow/pull/29042 | b2825e11852890cf0b0f4d0bcaae592311781cdf | 33ba242d7eb8661bf936a9b99a8cad4a74b29827 | 2023-01-23T14:55:28Z | python | 2023-01-24T15:27:44Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,100 | ["airflow/www/static/js/dag/details/Dag.tsx", "airflow/www/static/js/dag/details/dagRun/index.tsx", "airflow/www/static/js/dag/details/taskInstance/Logs/LogBlock.tsx", "airflow/www/static/js/dag/details/taskInstance/index.tsx", "airflow/www/static/js/dag/grid/index.tsx", "airflow/www/static/js/utils/useOffsetHeight.tsx... | Unnecessary scrollbars in grid view | ### Apache Airflow version
2.5.0
### What happened
Compare the same DAG grid view in 2.4.3: (everything is scrolled using the "main" scrollbar of the window)

and in 2.5.0 (and 2.5.1) (left and right... | https://github.com/apache/airflow/issues/29100 | https://github.com/apache/airflow/pull/29367 | 1b18a501fe818079e535838fa4f232b03365fc75 | 643d736ebb32c488005b3832c2c3f226a77900b2 | 2023-01-23T07:19:18Z | python | 2023-02-05T23:15:03Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,091 | ["airflow/providers/amazon/aws/hooks/glue.py", "airflow/providers/amazon/aws/operators/glue.py"] | Incorrect type annotation for `num_of_dpus` in GlueJobOperator/GlueJobHook | ### Apache Airflow Provider(s)
amazon
### Versions of Apache Airflow Providers
apache-airflow-providers-amazon==7.1.0
### Apache Airflow version
2.2.2
### Operating System
macOS Ventura 13.1
### Deployment
Docker-Compose
### Deployment details
_No response_
### What happened
When ... | https://github.com/apache/airflow/issues/29091 | https://github.com/apache/airflow/pull/29176 | e1a14ae9ee6ba819763776156a49e9df3fe80ee9 | 44024564cb3dd6835b0375d61e682efc1acd7d2c | 2023-01-21T21:24:37Z | python | 2023-01-27T10:41:28Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,070 | ["airflow/providers/ftp/operators/ftp.py", "airflow/providers/sftp/operators/sftp.py", "tests/providers/ftp/operators/test_ftp.py"] | FTP operator has logic in __init__ | ### Body
Similarly to SFTP (fixed in https://github.com/apache/airflow/pull/29068) the logic from __init__ should be moved to execute.
The #29068 provides a blueprint for that.
### Committer
- [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project. | https://github.com/apache/airflow/issues/29070 | https://github.com/apache/airflow/pull/29073 | 8eb348911f2603feba98787d79b88bbd84bd17be | 2b7071c60022b3c483406839d3c0ef734db5daad | 2023-01-20T19:31:08Z | python | 2023-01-21T00:29:53Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,049 | ["airflow/models/taskinstance.py", "tests/models/test_cleartasks.py"] | Recursively cleared external task sensors using reschedule mode instantly time out if previous run is older than sensor timeout | ### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
Using Airflow 2.3.3, when recursively clearing downstream tasks any cleared external task sensors in other DAGs which are using reschedule mode will instantly fail with an `AirflowSensorTimeout` exception if the previous run ... | https://github.com/apache/airflow/issues/29049 | https://github.com/apache/airflow/pull/29065 | 7074167d71c93b69361d24c1121adc7419367f2a | 0d2e6dce709acebdb46288faef17d322196f29a2 | 2023-01-19T21:46:25Z | python | 2023-04-14T17:17:38Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,036 | ["airflow/providers/amazon/aws/transfers/sql_to_s3.py"] | Top level code imports in AWS transfer | ### Apache Airflow Provider(s)
amazon
### Versions of Apache Airflow Providers
_No response_
### Apache Airflow version
2.3.3
### Operating System
MacOs/Linux
### Deployment
Docker-Compose
### Deployment details
_No response_
### What happened
sql_to_s3.py transfer has top level python code imports conside... | https://github.com/apache/airflow/issues/29036 | https://github.com/apache/airflow/pull/29045 | af0bbe62a5fc26bac189acd9039f5bbc83c2d429 | 62825678b3100b0e0ea3b4e14419d259a36ba074 | 2023-01-19T11:51:48Z | python | 2023-01-30T23:37:20Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,013 | ["airflow/jobs/scheduler_job.py"] | Metrics dagrun.duration.failed.<dag_id> not updated when the dag run failed due to timeout | ### Apache Airflow version
2.5.0
### What happened
When the dag was set with `dagrun_timeout` [parameter](https://airflow.apache.org/docs/apache-airflow/stable/_api/airflow/models/dag/index.html#airflow.models.dag.DAG) and the dag run failed due to time out reason, the metrics `dagrun.duration.failed.<dag_id>`... | https://github.com/apache/airflow/issues/29013 | https://github.com/apache/airflow/pull/29076 | 9dedf81fa18e57755aa7d317f08f0ea8b6c7b287 | ca9a59b3e8c08286c8efd5ca23a509f9178a3cc9 | 2023-01-18T12:25:00Z | python | 2023-01-21T03:31:43Z |
closed | apache/airflow | https://github.com/apache/airflow | 29,002 | ["airflow/providers/cncf/kubernetes/utils/pod_manager.py", "tests/providers/cncf/kubernetes/utils/test_pod_manager.py"] | KubernetesPodOperator xcom push failure | ### Apache Airflow version
2.5.0
### What happened
Kubernetes pod operator failed to push xcom value.
After upgrading airflow from 2.2.4 to 2.5.0 (and apache-airflow-providers-cncf-kubernetes from 3.0.2 to 5.0.0) pushing of xcom values from kubernetes pod operator stopped working.
### What you think should h... | https://github.com/apache/airflow/issues/29002 | https://github.com/apache/airflow/pull/29052 | 4a9e1e8a1fcf76c0bd9e2c501b0da0466223f6ac | 1e81a98cc69344a35c50b00e2d25a6d48a9bded2 | 2023-01-18T01:08:36Z | python | 2023-03-07T13:41:59Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,973 | ["airflow/models/xcom_arg.py", "tests/models/test_taskinstance.py"] | Dynamic Task Mapping skips tasks before upstream has started | ### Apache Airflow version
2.5.0
### What happened
In some cases we are seeing dynamic mapped task being skipped before upstream tasks have started & the dynamic count for the task can be calculated. We see this both locally in a with the `LocalExecutor` & on our cluster with the `KubernetesExecutor`.
To tr... | https://github.com/apache/airflow/issues/28973 | https://github.com/apache/airflow/pull/30641 | 8cfc0f6332c45ca750bc2317ea1e283aaf2ac5bd | 5f2628d36cb8481ee21bd79ac184fd8fdce3e47d | 2023-01-16T14:18:41Z | python | 2023-04-22T19:00:34Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,951 | ["airflow/providers/docker/operators/docker.py", "tests/providers/docker/decorators/test_docker.py", "tests/providers/docker/operators/test_docker.py"] | Add a way to skip Docker Operator task | ### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
Airflow 2.3.3
Raising the `AirflowSkipException` in the source code, using the `DockerOperator`, is supposed to mark the task as skipped, according to the [docs](https://airflow.apache.org/docs/apache-airflow/stable/concep... | https://github.com/apache/airflow/issues/28951 | https://github.com/apache/airflow/pull/28996 | bc5cecc0db27cb8684c238b36ad12c7217d0c3ca | 3a7bfce6017207218889b66976dbee1ed84292dc | 2023-01-15T11:36:04Z | python | 2023-01-18T21:04:14Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,933 | ["airflow/providers/cncf/kubernetes/decorators/kubernetes.py", "airflow/providers/cncf/kubernetes/python_kubernetes_script.jinja2", "tests/providers/cncf/kubernetes/decorators/test_kubernetes.py"] | @task.kubernetes TaskFlow decorator fails with IndexError and is unable to receive input | ### Apache Airflow Provider(s)
cncf-kubernetes
### Versions of Apache Airflow Providers
apache-airflow-providers-cncf-kubernetes 5.0.0
### Apache Airflow version
2.5.0
### Operating System
Debian 11
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### What happened
Whe... | https://github.com/apache/airflow/issues/28933 | https://github.com/apache/airflow/pull/28942 | 73c8e7df0be8b254e3727890b51ca0f76308e6b5 | 9a5c3e0ac0b682d7f2c51727a56e06d68bc9f6be | 2023-01-13T22:08:52Z | python | 2023-02-18T17:42:11Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,919 | ["airflow/api/auth/backend/kerberos_auth.py", "docs/apache-airflow/administration-and-deployment/security/api.rst"] | Airflow API kerberos authentication error | ### Apache Airflow version
2.5.0
### What happened
Configured AUTH_DB authentication for web server and Kerberos authentication for API. Web server works well.
Try to get any API endpoint and get an error 500. I see Kerberos authentication step is done, but authorization step fails.
'User' object (now it is ... | https://github.com/apache/airflow/issues/28919 | https://github.com/apache/airflow/pull/29054 | 80dbfbc7ad8f63db8565baefa282bc01146803fe | 135aef30be3f9b8b36556f3ff5e0d184b0f74f22 | 2023-01-13T11:27:58Z | python | 2023-01-20T16:05:38Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,912 | ["docs/apache-airflow/start.rst"] | quick start fails: DagRun for example_bash_operator with run_id or execution_date of '2015-01-01' not found | ### Apache Airflow version
2.5.0
### What happened
I follow the [quick start guide](https://airflow.apache.org/docs/apache-airflow/stable/start.html)
When I execute `airflow tasks run example_bash_operator runme_0 2015-01-01` I got the following error:
```
[2023-01-13 15:50:42,493] {dagbag.py:538} INFO - Fil... | https://github.com/apache/airflow/issues/28912 | https://github.com/apache/airflow/pull/28949 | c57c23dce39992eafcf86dc08a1938d7d407803f | a4f6f3d6fe614457ff95ac803fd15e9f0bd38d27 | 2023-01-13T07:55:02Z | python | 2023-01-15T21:01:08Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,910 | ["airflow/providers/amazon/aws/operators/ecs.py"] | Misnamed param in EcsRunTaskOperator | ### What do you see as an issue?
In the `EcsRunTaskOperator`, one of the params in the docstring is `region_name`, but it should be `region`:
https://github.com/apache/airflow/blob/2.5.0/airflow/providers/amazon/aws/operators/ecs.py#L281
### Solving the problem
_No response_
### Anything else
_No response_
###... | https://github.com/apache/airflow/issues/28910 | https://github.com/apache/airflow/pull/29562 | eb46eeb33d58436aa5860f2f0031fad3dea3ce3b | cadab59e8df90588b07cf8d9ee3ce13f9a79f656 | 2023-01-13T01:21:52Z | python | 2023-02-16T03:13:56Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,891 | ["chart/templates/pgbouncer/pgbouncer-deployment.yaml", "chart/values.schema.json", "chart/values.yaml"] | Pgbouncer metrics exporter restarts | ### Official Helm Chart version
1.6.0
### Apache Airflow version
2.4.2
### Kubernetes Version
1.21
### Helm Chart configuration
Nothing really specific
### Docker Image customizations
_No response_
### What happened
From time to time we have pg_bouncer metrics exporter that fails its healthcheck.
When it ... | https://github.com/apache/airflow/issues/28891 | https://github.com/apache/airflow/pull/29752 | d0fba865aed1fc21d82f0a61cddb1fa0bd4b7d0a | 44f89c6db115d91aba91955fde42475d1a276628 | 2023-01-12T15:18:28Z | python | 2023-02-27T18:20:30Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,888 | ["airflow/www/app.py", "tests/www/views/test_views_base.py"] | `webserver.instance_name` shows markup text in `<title>` tag | ### Apache Airflow version
2.5.0
### What happened
https://github.com/apache/airflow/pull/20888 enables the use of markup to style the `webserver.instance_name`.
However, if the instance name has HTML code, this will also be reflected in the `<title>` tag, as shown in the screenshot below.

2.3.3
### What happened
Azure Blob Storage exposes credentials in the UI
<img width="1249" alt="Screenshot 2023-01-12 at 14 00 05" src="https://user-images.githubusercontent.com/35199552/212072943-adca75c4-2226-4251-9446-e8f18fb22081... | https://github.com/apache/airflow/issues/28884 | https://github.com/apache/airflow/pull/28914 | 6f4544cfbdfa3cabb3faaeea60a651206cd84e67 | 3decb189f786781bb0dfb3420a508a4a2a22bd8b | 2023-01-12T13:01:24Z | python | 2023-01-13T15:02:59Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,847 | ["airflow/www/static/js/callModal.js", "airflow/www/templates/airflow/dag.html", "airflow/www/views.py"] | Graph UI: Add Filter Downstream & Filter DownStream & Upstream | ### Description
Currently Airflow has a `Filter Upstream` View/option inside the graph view. (As documented [here](https://docs.astronomer.io/learn/airflow-ui#graph-view) under `Filter Upstream`)
<img width="682" alt="image" src="https://user-images.githubusercontent.com/9246654/211711759-670a1180-7f90-4ecd-84b0-2f... | https://github.com/apache/airflow/issues/28847 | https://github.com/apache/airflow/pull/29226 | 624520db47f736af820b4bc834a5080111adfc96 | a8b2de9205dd805ee42cf6b0e15e7e2805752abb | 2023-01-11T03:35:33Z | python | 2023-02-03T15:04:32Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,830 | ["airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py", "airflow/providers/amazon/aws/waiters/README.md", "airflow/providers/amazon/aws/waiters/dynamodb.json", "docs/apache-airflow-providers-amazon/transfer/dynamodb_to_s3.rst", "tests/providers/amazon/aws/transfers/test_dynamodb_to_s3.py", "tests/providers/amazon/... | Export DynamoDB table to S3 with PITR | ### Description
Airflow provides the Amazon DynamoDB to Amazon S3 below.
https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/operators/transfer/dynamodb_to_s3.html
Most of Data Engineer build their "export DDB data to s3" pipeline using "within the point in time recovery window".
https://b... | https://github.com/apache/airflow/issues/28830 | https://github.com/apache/airflow/pull/31142 | 71c26276bcd3ddd5377d620e6b8baef30b72eaa0 | cd3fa33e82922e01888d609ed9c24b9c2dadfa27 | 2023-01-10T13:44:29Z | python | 2023-05-09T23:56:29Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,825 | ["airflow/api_connexion/endpoints/dag_run_endpoint.py", "airflow/api_connexion/schemas/dag_run_schema.py", "tests/api_connexion/endpoints/test_dag_run_endpoint.py"] | Bad request when triggering dag run with `note` in payload | ### Apache Airflow version
2.5.0
### What happened
Specifying a `note` in the payload (as mentioned [in the doc](https://airflow.apache.org/docs/apache-airflow/2.5.0/stable-rest-api-ref.html#operation/post_dag_run)) when triggering a new dag run yield a 400 bad request
(Git Version: .release:2.5.0+fa2bec042995... | https://github.com/apache/airflow/issues/28825 | https://github.com/apache/airflow/pull/29228 | e626131563efb536f325a35c78585b74d4482ea3 | b94f36bf563f5c8372086cec63b74eadef638ef8 | 2023-01-10T10:53:02Z | python | 2023-02-01T19:37:39Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,812 | ["airflow/providers/databricks/hooks/databricks.py", "airflow/providers/databricks/operators/databricks.py", "tests/providers/databricks/operators/test_databricks.py"] | DatabricksSubmitRunOperator Get failed for Multi Task Databricks Job Run | ### Apache Airflow Provider(s)
databricks
### Versions of Apache Airflow Providers
As we are running DatabricksSubmitRunOperator to run multi task databricks job as I am using airflow providers with mostly all flavours of versions, but when the databricks job get failed, DatabricksSubmitRunOperator gives below... | https://github.com/apache/airflow/issues/28812 | https://github.com/apache/airflow/pull/25427 | 87a0bd969b5bdb06c6e93236432eff6d28747e59 | 679a85325a73fac814c805c8c34d752ae7a94312 | 2023-01-09T19:20:39Z | python | 2022-08-03T10:42:42Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,806 | ["airflow/providers/google/cloud/transfers/sql_to_gcs.py", "tests/providers/google/cloud/transfers/test_sql_to_gcs.py"] | BaseSQLToGCSOperator no longer returns at least one file even if empty | ### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
apache-airflow-providers-google==8.6.0
### Apache Airflow version
2.5.0
### Operating System
Debian GNU/Linux
### Deployment
Astronomer
### Deployment details
_No response_
### What happened
PR `Expose SQL to GCS Metadata (https... | https://github.com/apache/airflow/issues/28806 | https://github.com/apache/airflow/pull/28959 | 7f2b065ccd01071cff8f298b944d81f3ff3384b5 | 5350be2194250366536db7f78b88dc8e49c9620e | 2023-01-09T16:56:12Z | python | 2023-01-19T17:10:36Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,803 | ["airflow/datasets/manager.py", "airflow/jobs/scheduler_job.py", "docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst"] | statsd metric for dataset count | ### Description
A count of datasets that are currently registered/declared in an Airflow deployment.
### Use case/motivation
Would be nice to see how deployments are adopting datasets.
### Related issues
_No response_
### Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct... | https://github.com/apache/airflow/issues/28803 | https://github.com/apache/airflow/pull/28907 | 5d84b59554c93fd22e92b46a1061b40b899a8dec | 7689592c244111b24bc52e7428c5a3bb80a4c2d6 | 2023-01-09T14:51:24Z | python | 2023-01-18T09:35:12Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,789 | ["airflow/cli/cli_parser.py", "setup.cfg"] | Add colors in help outputs of Airfow CLI commands | ### Body
Folowing up after https://github.com/apache/airflow/pull/22613#issuecomment-1374530689 - seems that there is a new [rich-argparse](https://github.com/hamdanal/rich-argparse) project that might give us the option without rewriting Airflow's argument parsing to click (click has a number of possible performanc... | https://github.com/apache/airflow/issues/28789 | https://github.com/apache/airflow/pull/29116 | c310fb9255ba458b2842315f65f59758b76df9d5 | fdac67b3a5350ab4af79fd98612592511ca5f3fc | 2023-01-07T23:05:56Z | python | 2023-02-08T11:04:12Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,785 | ["airflow/api_internal/endpoints/rpc_api_endpoint.py", "airflow/dag_processing/manager.py"] | AIP-44 Migrate DagFileProcessorManager.clear_nonexistent_import_errors to Internal API | https://github.com/apache/airflow/blob/main/airflow/dag_processing/manager.py#L773 | https://github.com/apache/airflow/issues/28785 | https://github.com/apache/airflow/pull/28976 | ca9a59b3e8c08286c8efd5ca23a509f9178a3cc9 | 09b3a29972430e5749d772359692fe4a9d528e48 | 2023-01-07T20:06:27Z | python | 2023-01-21T03:33:18Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,778 | ["Dockerfile", "scripts/docker/clean-logs.sh"] | Script "clean-logs.sh" has an unexpected burst behavior | ### Apache Airflow version
2.5.0
### What happened
I've noticed that my Airflow Scheduler logs are full of the following message:
Trimming airflow logs to 15 days.
Trimming airflow logs to 15 days.
...
My deployment uses the Helm chart, so it's probably specific to the Docker related assets... | https://github.com/apache/airflow/issues/28778 | https://github.com/apache/airflow/pull/28780 | 207f65b542a8aa212f04a9d252762643cfd67a74 | 4b1a36f833b77d3f0bec78958d1fb9f360b7b11b | 2023-01-07T04:03:33Z | python | 2023-01-16T17:05:34Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,772 | ["airflow/utils/json.py", "airflow/www/utils.py", "airflow/www/views.py", "tests/www/test_utils.py"] | DAG Run List UI Breaks when a non-JSON serializable value is added to dag_run.conf | ### Apache Airflow version
2.5.0
### What happened
When accessing `dag_run.conf` via a task's context, I was able to add a value that is non-JSON serializable. When I tried to access the Dag Run List UI (`/dagrun/list/`) or the Dag's Grid View, I was met with these error messages respectively:
**Dag Run List UI**... | https://github.com/apache/airflow/issues/28772 | https://github.com/apache/airflow/pull/28777 | 82c5a5f343d2310822f7bb0d316efa0abe9d4a21 | 8069b500e8487675df0472b4a5df9081dcfa9d6c | 2023-01-06T19:10:49Z | python | 2023-04-03T08:46:06Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,766 | ["airflow/cli/commands/connection_command.py", "tests/cli/commands/test_connection_command.py"] | Cannot create connection without defining host using CLI | ### Apache Airflow version
2.5.0
### What happened
In order to send logs to s3 bucket after finishing the task, I added a connection to airflow using cli.
```airflow connections add connection_id_1 --conn-uri aws://s3/?region_name=eu-west-1&endpoint_url=https%3A%2F%2Fs3.eu-west-1.amazonaws.com```
Then I ... | https://github.com/apache/airflow/issues/28766 | https://github.com/apache/airflow/pull/28922 | c5ee4b8a3a2266ef98b379ee28ed68ff1b59ac5f | d8b84ce0e6d36850cd61b1ce37840c80aaec0116 | 2023-01-06T13:43:51Z | python | 2023-01-13T21:41:11Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,756 | ["airflow/configuration.py", "tests/core/test_configuration.py"] | All Airflow Configurations set via Environment Variable are masked when `expose_config` is set as `non-sensitive-only` | ### Apache Airflow version
2.5.0
### What happened
In [Airflow 2.4.0](https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst#airflow-240-2022-09-19), a new feature was added that added an option to mask sensitive data in UI configuration page ([PR](https://github.com/apache/airflow/pull/25346)). I have ... | https://github.com/apache/airflow/issues/28756 | https://github.com/apache/airflow/pull/28802 | 9a7f07491e603123182adfd5706fbae524e33c0d | 0a8d0ab56689c341e65a36c0287c9d635bae1242 | 2023-01-05T22:46:30Z | python | 2023-01-09T16:43:51Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,751 | ["airflow/providers/google/cloud/operators/cloud_base.py", "tests/providers/google/cloud/operators/test_cloud_base.py"] | KubernetesExecutor leaves failed pods due to deepcopy issue with Google providers | ### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
With Airflow 2.3 and 2.4 there appears to be a bug in the KubernetesExecutor when used in conjunction with the Google airflow providers. This bug does not affect Airflow 2.2 due to the pip version requirements.
The b... | https://github.com/apache/airflow/issues/28751 | https://github.com/apache/airflow/pull/29518 | ec31648be4c2fc4d4a7ef2bd23be342ca1150956 | 5a632f78eb6e3dcd9dc808e73b74581806653a89 | 2023-01-05T17:31:57Z | python | 2023-03-04T22:44:18Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,746 | ["airflow/www/utils.py", "tests/test_utils/www.py", "tests/www/views/conftest.py", "tests/www/views/test_views_home.py"] | UIAlert returns AttributeError: 'NoneType' object has no attribute 'roles' when specifying AUTH_ROLE_PUBLIC | ### Apache Airflow version
2.5.0
### What happened
When adding a [role-based UIAlert following these docs](https://airflow.apache.org/docs/apache-airflow/stable/howto/customize-ui.html#add-custom-alert-messages-on-the-dashboard), I received the below stacktrace:
```
Traceback (most recent call last):
File "/h... | https://github.com/apache/airflow/issues/28746 | https://github.com/apache/airflow/pull/28781 | 1e9c8e52fda95a0a30b3ae298d5d3adc1971ed45 | f17e2ba48b59525655a92e04684db664a672918f | 2023-01-05T15:55:51Z | python | 2023-01-10T05:51:53Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,745 | ["chart/templates/logs-persistent-volume-claim.yaml", "chart/values.schema.json", "chart/values.yaml"] | annotations in logs pvc | ### Official Helm Chart version
1.7.0 (latest released)
### Apache Airflow version
2.5.0
### Kubernetes Version
v1.22.8+d48376b
### Helm Chart configuration
_No response_
### Docker Image customisations
_No response_
### What happened
When creating the dags pvc, it is possible to inject annotations to the ob... | https://github.com/apache/airflow/issues/28745 | https://github.com/apache/airflow/pull/29270 | 6ef5ba9104f5a658b003f8ade274f19d7ec1b6a9 | 5835b08e8bc3e11f4f98745266d10bbae510b258 | 2023-01-05T13:22:16Z | python | 2023-02-20T22:57:35Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,731 | ["airflow/providers/common/sql/hooks/sql.py", "airflow/providers/exasol/hooks/exasol.py", "airflow/providers/exasol/operators/exasol.py", "tests/providers/exasol/hooks/test_sql.py", "tests/providers/exasol/operators/test_exasol.py", "tests/providers/exasol/operators/test_exasol_sql.py"] | AttributeError: 'ExaStatement' object has no attribute 'description' | ### Apache Airflow Provider(s)
exasol
### Versions of Apache Airflow Providers
apache-airflow-providers-common-sql==1.3.1
apache-airflow-providers-exasol==4.1.1
### Apache Airflow version
2.5.0
### Operating System
Rocky Linux 8.7 (like RHEL 8.7)
### Deployment
Other Docker-based deployment
... | https://github.com/apache/airflow/issues/28731 | https://github.com/apache/airflow/pull/28744 | c0b2fcff24184aa0c5beb9c0d06ce7d67b5c5b7e | 9a7f07491e603123182adfd5706fbae524e33c0d | 2023-01-04T15:25:40Z | python | 2023-01-09T16:20:07Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,691 | ["airflow/providers/amazon/aws/utils/waiter.py", "tests/providers/amazon/aws/utils/test_waiter.py"] | Fix custom waiter function in AWS provider package | ### Apache Airflow Provider(s)
amazon
### Versions of Apache Airflow Providers
_No response_
### Apache Airflow version
2.5.0
### Operating System
MacOS
### Deployment
Virtualenv installation
### Deployment details
_No response_
### What happened
Discussed in #28294
### What yo... | https://github.com/apache/airflow/issues/28691 | https://github.com/apache/airflow/pull/28753 | 2b92c3c74d3259ebac714f157c525836f0af50f0 | ce188e509389737b3c0bdc282abea2425281c2b7 | 2023-01-03T14:34:10Z | python | 2023-01-05T22:09:24Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,680 | ["airflow/providers/amazon/aws/operators/batch.py", "tests/providers/amazon/aws/operators/test_batch.py"] | Improve AWS Batch hook and operator | ### Description
AWS Batch hook and operator do not support the boto3 parameter shareIdentifier, which is required to submit jobs to specific types of queues.
### Use case/motivation
I wish that AWS Batch hook and operator support the submit of jobs to queues that require shareIdentifier parameter.
### Related issue... | https://github.com/apache/airflow/issues/28680 | https://github.com/apache/airflow/pull/30829 | bd542fdf51ad9550e5c4348f11e70b5a6c9adb48 | 612676b975a2ff26541bb2581fbdf2befc6c3de9 | 2023-01-02T14:47:23Z | python | 2023-04-28T22:04:16Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,670 | ["airflow/providers/telegram/CHANGELOG.rst", "airflow/providers/telegram/hooks/telegram.py", "airflow/providers/telegram/provider.yaml", "docs/spelling_wordlist.txt", "generated/provider_dependencies.json", "tests/providers/telegram/hooks/test_telegram.py"] | Support telegram-bot v20+ | ### Body
Currently our telegram integration uses Telegram v13 telegram-bot library. On 1st of Jan 2023 a new, backwards incompatible version of Telegram-bot has been released : https://pypi.org/project/python-telegram-bot/20.0/#history and at least as reported by MyPy and our test suite test failures, Telegram 20 need... | https://github.com/apache/airflow/issues/28670 | https://github.com/apache/airflow/pull/28953 | 68412e166414cbf6228385e1e118ec0939857496 | 644cea14fff74d34f823b5c52c9dbf5bad33bd52 | 2023-01-02T06:58:45Z | python | 2023-02-23T03:24:13Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,662 | ["airflow/providers/apache/beam/operators/beam.py"] | BeamRunGoPipelineOperator: temp dir with Go file from GCS is removed before starting the pipeline | ### Apache Airflow Provider(s)
apache-beam
### Versions of Apache Airflow Providers
apache-airflow-providers-apache-beam==4.1.0
apache-airflow-providers-google==8.6.0
### Apache Airflow version
2.5.0
### Operating System
macOS 13.1
### Deployment
Virtualenv installation
### Deployment details
_No response_
... | https://github.com/apache/airflow/issues/28662 | https://github.com/apache/airflow/pull/28664 | 675af73ceb5bc8b03d46a7cd903a73f9b8faba6f | 8da678ccd2e5a30f9c2d22c7526b7a238c185d2f | 2023-01-01T15:27:59Z | python | 2023-01-03T09:08:09Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,658 | ["tests/jobs/test_local_task_job.py"] | Fix Quarantine tests | ### Body
We have several tests marked in the code base with `@pytest.mark.quarantined`
It means that the tests are flaky and if fail in CI it does not fail the build.
The goal is to fix the tests and make them stable.
This task is to gather all of them under the same issue instead of dedicated issue per test.
... | https://github.com/apache/airflow/issues/28658 | https://github.com/apache/airflow/pull/29087 | 90ce88bf34b2337f89eed67e41092f53bf24e9c1 | a6e21bc6ce428eadf44f62b05aeea7bbd3447a7b | 2022-12-31T15:37:37Z | python | 2023-01-25T22:49:37Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,637 | ["docs/helm-chart/index.rst"] | version 2.4.1 migration job "run-airflow-migrations" run once only when deploy via helm or flux/kustomization | ### Official Helm Chart version
1.7.0 (latest released)
### Apache Airflow version
2.4.1
### Kubernetes Version
v4.5.4
### Helm Chart configuration
_No response_
### Docker Image customisations
_No response_
### What happened
manually copied from [the Q & A 27992 migration job](https://gi... | https://github.com/apache/airflow/issues/28637 | https://github.com/apache/airflow/pull/29078 | 30ad26e705f50442f05dd579990372196323fc86 | 6c479437b1aedf74d029463bda56b42950278287 | 2022-12-29T10:27:55Z | python | 2023-01-27T20:58:56Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,615 | ["airflow/dag_processing/processor.py", "airflow/models/dagbag.py", "tests/models/test_dagbag.py"] | AIP-44 Migrate Dagbag.sync_to_db to internal API. | This method is used in DagFileProcessor.process_file - it may be easier to migrate all it's internal calls instead of the whole method. | https://github.com/apache/airflow/issues/28615 | https://github.com/apache/airflow/pull/29188 | 05242e95bbfbaf153e4ae971fc0d0a5314d5bdb8 | 5c15b23023be59a87355c41ab23a46315cca21a5 | 2022-12-27T20:09:25Z | python | 2023-03-12T10:02:57Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,614 | ["airflow/api_internal/endpoints/rpc_api_endpoint.py", "airflow/api_internal/internal_api_call.py", "airflow/models/dag.py", "tests/api_internal/test_internal_api_call.py"] | AIP-44 Migrate DagModel.get_paused_dag_ids to Internal API | null | https://github.com/apache/airflow/issues/28614 | https://github.com/apache/airflow/pull/28693 | f114c67c03a9b4257cc98bb8a970c6aed8d0c673 | ad738198545431c1d10619f8e924d082bf6a3c75 | 2022-12-27T20:09:14Z | python | 2023-01-20T19:08:18Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,613 | ["airflow/api_internal/endpoints/rpc_api_endpoint.py", "airflow/models/trigger.py"] | AIP-44 Migrate Trigger class to Internal API | null | https://github.com/apache/airflow/issues/28613 | https://github.com/apache/airflow/pull/29099 | 69babdcf7449c95fea7fe3b9055c677b92a74298 | ee0a56a2caef0ccfb42406afe57b9d2169c13a01 | 2022-12-27T20:09:03Z | python | 2023-02-20T21:26:11Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,612 | ["airflow/api_internal/endpoints/rpc_api_endpoint.py", "airflow/models/xcom.py"] | AIP-44 Migrate XCom get*/clear* to Internal API | null | https://github.com/apache/airflow/issues/28612 | https://github.com/apache/airflow/pull/29083 | 9bc48747ddbd609c2bd3baa54a5d0472e9fdcbe4 | a1ffb26e5bcf4547e3b9e494cf7ccd24af30c2e6 | 2022-12-27T20:08:50Z | python | 2023-01-22T19:19:01Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,510 | [".pre-commit-config.yaml", "STATIC_CODE_CHECKS.rst", "airflow/cli/commands/info_command.py", "scripts/ci/pre_commit/pre_commit_check_provider_yaml_files.py", "scripts/in_container/run_provider_yaml_files_check.py"] | Add pre-commit/test to verify extra links refer to existed classes | ### Body
We had an issue where extra link class (`AIPlatformConsoleLink`) was removed in [PR](https://github.com/apache/airflow/pull/26836) without removing the class from the `provider.yaml` extra links this resulted in web server exception as shown in https://github.com/apache/airflow/pull/28449
**The Task:**
... | https://github.com/apache/airflow/issues/28510 | https://github.com/apache/airflow/pull/28516 | 7ccbe4e7eaa529641052779a89e34d54c5a20f72 | e47c472e632effbfe3ddc784788a956c4ca44122 | 2022-12-20T22:35:11Z | python | 2022-12-22T02:25:08Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,483 | ["airflow/www/static/css/main.css"] | Issues with Custom Menu Items on Smaller Windows | ### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
We take advantage of the custom menu items with flask appbuilder offer a variety of dropdown menus with custom DAG filters. We've notice two things:
1. When you have too many dropdown menu items in a single category, sever... | https://github.com/apache/airflow/issues/28483 | https://github.com/apache/airflow/pull/28561 | ea3be1a602b3e109169c6e90e555a418e2649f9a | 2aa52f4ce78e1be7f34b0995d40be996b4826f26 | 2022-12-19T23:40:01Z | python | 2022-12-30T01:50:45Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,468 | ["airflow/providers/amazon/CHANGELOG.rst", "airflow/providers/amazon/aws/transfers/sql_to_s3.py", "airflow/providers/amazon/provider.yaml", "airflow/providers/apache/hive/hooks/hive.py", "generated/provider_dependencies.json"] | Make pandas an optional dependency for amazon provider | ### Apache Airflow Provider(s)
amazon
### Versions of Apache Airflow Providers
_No response_
### Apache Airflow version
latest
### Operating System
any
### Deployment
Other
### Deployment details
_No response_
### What happened
First of all, apologies if this is not the right section to post a GH issue. I ... | https://github.com/apache/airflow/issues/28468 | https://github.com/apache/airflow/pull/28505 | bc7feda66ed7bb2f2940fa90ef26ff90dd7a8c80 | d9ae90fc6478133767e29774920ed797175146bc | 2022-12-19T15:58:50Z | python | 2022-12-21T08:59:52Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,465 | ["airflow/providers/jenkins/hooks/jenkins.py", "docs/apache-airflow-providers-jenkins/connections.rst", "tests/providers/jenkins/hooks/test_jenkins.py"] | Airflow 2.2.4 Jenkins Connection - unable to set as the hook expects to be | ### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
Hello team,
I am trying to use the `JenkinsJobTriggerOperator` version v3.1.0 on an Airflow instance version 2.2.4
Checking the documentation regards how to set up the connection and the hook in order to use `http... | https://github.com/apache/airflow/issues/28465 | https://github.com/apache/airflow/pull/30301 | f7d5b165fcb8983bd82a852dcc5088b4b7d26a91 | 1f8bf783b89d440ecb3e6db536c63ff324d9fc62 | 2022-12-19T14:43:00Z | python | 2023-03-25T19:37:53Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,452 | ["airflow/providers/docker/operators/docker_swarm.py", "tests/providers/docker/operators/test_docker_swarm.py"] | TaskInstances do not succeed when using enable_logging=True option in DockerSwarmOperator | ### Apache Airflow Provider(s)
docker
### Versions of Apache Airflow Providers
apache-airflow-providers-celery==3.1.0
apache-airflow-providers-docker==3.3.0
### Apache Airflow version
2.5.0
### Operating System
centos 7
### Deployment
Other Docker-based deployment
### Deployment details
... | https://github.com/apache/airflow/issues/28452 | https://github.com/apache/airflow/pull/35677 | 3bb5978e63f3be21a5bb7ae89e7e3ce9d06a4ab8 | 882108862dcaf08e7f5da519b3d186048d4ec7f9 | 2022-12-19T03:51:53Z | python | 2023-12-06T22:07:43Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,441 | ["airflow/providers/google/cloud/transfers/gcs_to_bigquery.py", "tests/providers/google/cloud/transfers/test_gcs_to_bigquery.py"] | GCSToBigQueryOperator fails when schema_object is specified without schema_fields | ### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
apache-airflow 2.5.0
apache-airflow-providers-apache-beam 4.1.0
apache-airflow-providers-cncf-kubernetes 5.0.0
apache-airflow-providers-google 8.6.0
apache-airflow-providers-grpc 3.1.0
### Apache Airflow version
2.5.0
### Operating... | https://github.com/apache/airflow/issues/28441 | https://github.com/apache/airflow/pull/28444 | 032a542feeb617d1f92580b97fa0ad3cdca09d63 | 9eacf607be109eb6ab80f7e27d234a17fb128ae0 | 2022-12-18T13:48:28Z | python | 2022-12-20T06:14:29Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,393 | ["airflow/providers/google/provider.yaml"] | Webserver reports "ImportError: Module "airflow.providers.google.cloud.operators.mlengine" does not define a "AIPlatformConsoleLink" attribute/class" | ### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
apache-airflow 2.5.0
apache-airflow-providers-apache-beam 4.1.0
apache-airflow-providers-cncf-kubernetes 5.0.0
apache-airflow-providers-google 8.6.0
apache-airflow-providers-grpc ... | https://github.com/apache/airflow/issues/28393 | https://github.com/apache/airflow/pull/28449 | b213f4fd2627bb2a2a4c96fe2845471db430aa5d | 7950fb9711384f8ac4609fc19f319edb17e296ef | 2022-12-15T22:04:26Z | python | 2022-12-21T05:29:56Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,391 | ["airflow/cli/commands/task_command.py", "airflow/executors/kubernetes_executor.py", "airflow/www/views.py"] | Manual task trigger fails for kubernetes executor with psycopg2 InvalidTextRepresentation error | ### Apache Airflow version
main (development)
### What happened
Manual task trigger fails for kubernetes executor with the following error. Manual trigger of dag works without any issue.
```
[2022-12-15 20:05:38,442] {app.py:1741} ERROR - Exception on /run [POST]
Traceback (most recent call last):
Fil... | https://github.com/apache/airflow/issues/28391 | https://github.com/apache/airflow/pull/28394 | be0e35321f0bbd7d21c75096cad45dbe20c2359a | 9510043546d1ac8ac56b67bafa537e4b940d68a4 | 2022-12-15T20:37:26Z | python | 2023-01-24T15:18:45Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,381 | ["Dockerfile.ci", "airflow/www/extensions/init_views.py", "airflow/www/package.json", "airflow/www/templates/swagger-ui/index.j2", "airflow/www/webpack.config.js", "airflow/www/yarn.lock", "setup.cfg"] | CVE-2019-17495 for swagger-ui | ### Apache Airflow version
2.5.0
### What happened
this issue https://github.com/apache/airflow/issues/18383 still isn't closed. It seems like the underlying swagger-ui bundle has been abandoned by its maintainer, and we should instead point swagger UI bundle to this version which is kept up-to-date
https:/... | https://github.com/apache/airflow/issues/28381 | https://github.com/apache/airflow/pull/28788 | 35a8ffc55af220b16ea345d770f80f698dcae3fb | 35ad16dc0f6b764322b1eb289709e493fbbb0ae0 | 2022-12-15T13:50:45Z | python | 2023-01-10T10:24:17Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,356 | ["airflow/config_templates/default_webserver_config.py"] | CSRF token should be expire with session | ### Apache Airflow version
2.5.0
### What happened
In the default configuration, the CSRF token [expires in one hour](https://pythonhosted.org/Flask-WTF/config.html#forms-and-csrf). This setting leads to frequent errors in the UI – for no good reason.
### What you think should happen instead
A short expiration d... | https://github.com/apache/airflow/issues/28356 | https://github.com/apache/airflow/pull/28730 | 04306f18b0643dfed3ed97863bbcf24dc50a8973 | 543e9a592e6b9dc81467c55169725e192fe95e89 | 2022-12-14T10:21:12Z | python | 2023-01-10T23:25:29Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,328 | ["airflow/executors/kubernetes_executor.py"] | Scheduler pod hang when K8s API call fail | ### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
Airflow version: `2.3.4`
I have deployed airflow with the official Helm in K8s with `KubernetesExecutor`. Sometimes the scheduler hang when calling K8s API. The log:
``` bash
ERROR - Exception when executing Executor.en... | https://github.com/apache/airflow/issues/28328 | https://github.com/apache/airflow/pull/28685 | 57a889de357b269ae104b721e2a4bb78b929cea9 | a3de721e2f084913e853aff39d04adc00f0b82ea | 2022-12-13T07:49:50Z | python | 2023-01-03T11:53:52Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,296 | ["airflow/ti_deps/deps/prev_dagrun_dep.py", "tests/models/test_dagrun.py"] | Dynamic task mapping does not correctly handle depends_on_past | ### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
Using Airflow 2.4.2.
I've got a task that retrieves some filenames, which then creates dynamically mapped tasks to move the files, one per task.
I'm using a similar task across multiple DAGs. However, task mapping f... | https://github.com/apache/airflow/issues/28296 | https://github.com/apache/airflow/pull/28379 | a62840806c37ef87e4112c0138d2cdfd980f1681 | 8aac56656d29009dbca24a5948c2a2097043f4f3 | 2022-12-12T07:36:52Z | python | 2022-12-15T16:43:52Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,272 | ["airflow/providers/amazon/aws/sensors/s3.py", "tests/providers/amazon/aws/sensors/test_s3_key.py"] | S3KeySensor 'bucket_key' instantiates as a nested list when rendered as a templated_field | ### Apache Airflow Provider(s)
amazon
### Versions of Apache Airflow Providers
apache-airflow-providers-amazon==6.2.0
### Apache Airflow version
2.5.0
### Operating System
Red Hat Enterprise Linux Server 7.6 (Maipo)
### Deployment
Virtualenv installation
### Deployment details
Simple virtualenv deployment
#... | https://github.com/apache/airflow/issues/28272 | https://github.com/apache/airflow/pull/28340 | 9d9b15989a02042a9041ff86bc7e304bb06caa15 | 381160c0f63a15957a631da9db875f98bb8e9d64 | 2022-12-09T20:17:11Z | python | 2022-12-14T07:47:46Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,271 | ["airflow/api_internal/endpoints/rpc_api_endpoint.py", "airflow/models/variable.py"] | AIP-44 Migrate Variable to Internal API | Link: https://github.com/apache/airflow/blob/main/airflow/models/variable.py
Methods to migrate:
- val
- set
- delete
- update
Note that get_variable_from_secrets shouls still be executed locally.
It may be better to first close https://github.com/apache/airflow/issues/28267 | https://github.com/apache/airflow/issues/28271 | https://github.com/apache/airflow/pull/28795 | 9c3cd3803f0c4c83b1f8220525e1ac42dd676549 | bea49094be3e9d84243383017ca7d21dda62f329 | 2022-12-09T20:09:08Z | python | 2023-01-23T11:21:14Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,270 | ["airflow/api_internal/endpoints/rpc_api_endpoint.py", "airflow/dag_processing/manager.py", "tests/api_internal/endpoints/test_rpc_api_endpoint.py", "tests/api_internal/test_internal_api_call.py", "tests/dag_processing/test_manager.py"] | AIP-44 Migrate DagFileProcessorManager._deactivate_stale_dags to Internal API | null | https://github.com/apache/airflow/issues/28270 | https://github.com/apache/airflow/pull/28476 | c18dbe963ad87c03d49e95dfe189b765cc18fbec | 29a26a810ee8250c30f8ba0d6a72bc796872359c | 2022-12-09T19:55:02Z | python | 2023-01-25T21:26:58Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,268 | ["airflow/api_internal/endpoints/rpc_api_endpoint.py", "airflow/dag_processing/processor.py", "airflow/utils/log/logging_mixin.py", "tests/dag_processing/test_processor.py"] | AIP-44 Migrate DagFileProcessor.manage_slas to Internal API | null | https://github.com/apache/airflow/issues/28268 | https://github.com/apache/airflow/pull/28502 | 7e2493e3c8b2dbeb378dba4e40110ab1e4ad24da | 0359a42a3975d0d7891a39abe4395bdd6f210718 | 2022-12-09T19:54:41Z | python | 2023-01-23T20:54:25Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,267 | ["airflow/api_internal/internal_api_call.py", "airflow/cli/commands/internal_api_command.py", "airflow/cli/commands/scheduler_command.py", "airflow/www/app.py", "tests/api_internal/test_internal_api_call.py"] | AIP-44 Provide information to internal_api_call decorator about the running component | Scheduler/Webserver should never use Internal API, so calling any method decorated with internal_api_call should still execute them locally | https://github.com/apache/airflow/issues/28267 | https://github.com/apache/airflow/pull/28783 | 50b30e5b92808e91ad9b6b05189f560d58dd8152 | 6046aef56b12331b2bb39221d1935b2932f44e93 | 2022-12-09T19:53:23Z | python | 2023-02-15T01:37:16Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,266 | [".pre-commit-config.yaml", "airflow/cli/cli_parser.py", "airflow/cli/commands/internal_api_command.py", "airflow/www/extensions/init_views.py", "tests/cli/commands/test_internal_api_command.py"] | AIP-44 Implement standalone internal-api component | https://github.com/apache/airflow/pull/27892 added Internal API as part of Webserver.
We need to introduce `airlfow internal-api` CLI command that starts Internal API as a independent component. | https://github.com/apache/airflow/issues/28266 | https://github.com/apache/airflow/pull/28425 | 760c52949ac41ffa7a2357aa1af0cdca163ddac8 | 367e8f135c2354310b67b3469317f15cec68dafa | 2022-12-09T19:51:08Z | python | 2023-01-20T18:19:19Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,242 | ["airflow/cli/commands/role_command.py", "airflow/www/extensions/init_appbuilder.py"] | Airflow CLI to list roles is slow | ### Apache Airflow version
2.5.0
### What happened
We're currently running a suboptimal setup where database connectivity is laggy, 125ms roundtrip.
This has interesting consequences. For example, `airflow roles list` is really slow. Turns out that it's doing a lot of individual queries.
### What you think shoul... | https://github.com/apache/airflow/issues/28242 | https://github.com/apache/airflow/pull/28244 | 2f5c77b0baa0ab26d2c51fa010850653ded80a46 | e24733662e95ad082e786d4855066cd4d36015c9 | 2022-12-08T22:18:08Z | python | 2022-12-09T12:47:16Z |
closed | apache/airflow | https://github.com/apache/airflow | 28,227 | ["airflow/utils/sqlalchemy.py", "tests/utils/test_sqlalchemy.py"] | Scheduler error: 'V1PodSpec' object has no attribute '_ephemeral_containers' | ### Apache Airflow version
2.5.0
### What happened
After upgrade 2.2.5 -> 2.5.0 scheduler failing with error:
```
AttributeError: 'V1PodSpec' object has no attribute '_ephemeral_containers'
```
tried with no luck:
```
airflow dags reserialize
```
Full Traceback:
```verilog
Traceback (most recent cal... | https://github.com/apache/airflow/issues/28227 | https://github.com/apache/airflow/pull/28454 | dc06bb0e26a0af7f861187e84ce27dbe973b731c | 27f07b0bf5ed088c4186296668a36dc89da25617 | 2022-12-08T15:44:30Z | python | 2022-12-26T07:56:13Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.