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
28,195
["airflow/providers/common/sql/operators/sql.py", "airflow/providers/common/sql/operators/sql.pyi", "tests/providers/common/sql/operators/test_sql.py"]
SQLTableCheckOperator doesn't correctly handle templated partition clause
### Apache Airflow Provider(s) common-sql ### Versions of Apache Airflow Providers apache-airflow-providers-common-sql==1.3.1 ### Apache Airflow version 2.5.0 ### Operating System Debian GNU/Linux 11 (bullseye) ### Deployment Other Docker-based deployment ### Deployment details Docker image based on the offi...
https://github.com/apache/airflow/issues/28195
https://github.com/apache/airflow/pull/28202
aace30b50cab3c03479fd0c889d145b7435f26a9
a6cda7cd230ef22f7fe042d6d5e9f78c660c4a75
2022-12-07T15:21:29Z
python
2022-12-09T23:04:38Z
closed
apache/airflow
https://github.com/apache/airflow
28,171
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/models/abstractoperator.py", "airflow/models/taskinstance.py", "newsfragments/28172.misc.rst"]
Invalid retry date crashes scheduler "OverflowError: date value out of range"
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Our scheduler started failing with this trace: File "/usr/local/lib/python3.9/site-packages/airflow/models/taskinstance.py", line 1187, in get_failed_dep_statuses for dep_status in dep.get_dep_statuses(self, session...
https://github.com/apache/airflow/issues/28171
https://github.com/apache/airflow/pull/28172
e948b55a087f98d25a6a4730bf58f61689cdb116
2cbe5960476b1f444e940d11177145e5ffadf613
2022-12-06T19:48:31Z
python
2022-12-08T18:51:02Z
closed
apache/airflow
https://github.com/apache/airflow
28,167
["airflow/www/.babelrc", "airflow/www/babel.config.js", "airflow/www/jest.config.js", "airflow/www/package.json", "airflow/www/static/js/components/ReactMarkdown.tsx", "airflow/www/static/js/dag/details/NotesAccordion.tsx", "airflow/www/yarn.lock"]
Allow Markdown in Task comments
### Description Implement the support for Markdown in Task notes inside Airflow. ### Use case/motivation It would be helpful to use markdown syntax in Task notes/comments for the following usecases: - Formatting headers, lists, and tables to allow more complex note-taking. - Parsing a URL to reference a tick...
https://github.com/apache/airflow/issues/28167
https://github.com/apache/airflow/pull/28245
78b72f4fa07cac009ddd6d43d54627381e3e9c21
74e82af7eefe1d0d5aa6ea1637d096e4728dea1f
2022-12-06T16:57:16Z
python
2022-12-19T15:32:04Z
closed
apache/airflow
https://github.com/apache/airflow
28,155
["airflow/www/views.py"]
Links to dag graph some times display incorrect dagrun
### Apache Airflow version 2.5.0 ### What happened Open url `dags/gate/graph?dag_run_id=8256-8-1670328803&execution_date=2022-12-06T12%3A13%3A23.174592+00%3A00` The graph is displaying a completely different dagrun. ![image](https://user-images.githubusercontent.com/89977373/205916845-8acdf310-6073-46f9-aea3-8e14...
https://github.com/apache/airflow/issues/28155
https://github.com/apache/airflow/pull/29066
48cab7cfebf2c7510d9fdbffad5bd06d8f4751e2
9dedf81fa18e57755aa7d317f08f0ea8b6c7b287
2022-12-06T12:53:33Z
python
2023-01-21T03:13:11Z
closed
apache/airflow
https://github.com/apache/airflow
28,146
["airflow/models/xcom.py", "tests/models/test_taskinstance.py"]
Dynamic task context fails to be pickled
### Apache Airflow version 2.5.0 ### What happened When I upgrade to 2.5.0, run dynamic task test failed. ```py from airflow.decorators import task, dag import pendulum as pl @dag( dag_id='test-dynamic-tasks', schedule=None, start_date=pl.today().add(days=-3), tags=['example']) def...
https://github.com/apache/airflow/issues/28146
https://github.com/apache/airflow/pull/28191
84a5faff0de2a56f898b8a02aca578b235cb12ba
e981dfab4e0f4faf1fb932ac6993c3ecbd5318b2
2022-12-06T10:40:01Z
python
2022-12-15T09:20:25Z
closed
apache/airflow
https://github.com/apache/airflow
28,143
["airflow/www/static/js/api/useTaskLog.ts", "airflow/www/static/js/dag/details/taskInstance/Logs/LogBlock.tsx", "airflow/www/static/js/dag/details/taskInstance/Logs/index.tsx"]
Logs tab is automatically scrolling to the bottom while user is reading logs
### Apache Airflow version 2.5.0 ### What happened Open the logs tab for a task that is currently running. Scroll up to read things further up the log. Every 30 seconds or so the log automatically scrolls down to the bottom again. ### What you think should happen instead If the user has scrolled away from the bo...
https://github.com/apache/airflow/issues/28143
https://github.com/apache/airflow/pull/28386
5b54e8d21b1801d5e0ccd103592057f0b5a980b1
5c80d985a3102a46f198aec1c57a255e00784c51
2022-12-06T07:35:40Z
python
2022-12-19T01:00:34Z
closed
apache/airflow
https://github.com/apache/airflow
28,121
["airflow/providers/sftp/sensors/sftp.py", "tests/providers/sftp/sensors/test_sftp.py"]
SFTP Sensor fails to locate file
### Apache Airflow version 2.5.0 ### What happened While creating SFTP sensor I have tried to find a file under directory. But I was getting error as Time Out, not found. So after debugging code found that there is a issue with [poke function](https://airflow.apache.org/docs/apache-airflow-providers-sftp/stable/_mo...
https://github.com/apache/airflow/issues/28121
https://github.com/apache/airflow/pull/29467
72c3817a44eea5005761ae3b621e8c39fde136ad
8e24387d6db177c662342245bb183bfd73fb9ee8
2022-12-05T15:15:46Z
python
2023-02-13T23:12:18Z
closed
apache/airflow
https://github.com/apache/airflow
28,118
["airflow/jobs/base_job.py", "tests/jobs/test_base_job.py"]
Scheduler heartbeat warning message in Airflow UI displaying that scheduler is down sometimes incorrect
### Apache Airflow version main (development) ### What happened Steps to reproduce: 1. run 2 replicas of scheduler 2. initiate shut down of one of the schedulers 3. In Airflow UI observe message <img width="1162" alt="image" src="https://user-images.githubusercontent.com/1017130/205650336-fb1d8e39-2213-4aec-8530...
https://github.com/apache/airflow/issues/28118
https://github.com/apache/airflow/pull/28119
3cd70ffee974c9f345aabb3a365dde4dbcdd84a4
56c0871dce2fb2b7ed2252e4b2d1d8d5d0c07c58
2022-12-05T13:38:56Z
python
2022-12-07T05:48:00Z
closed
apache/airflow
https://github.com/apache/airflow
28,106
["airflow/models/dagrun.py"]
IndexError in `airflow dags test` re: scheduling delay stats
### Apache Airflow version 2.5.0 ### What happened Very simple dag: ```python3 from airflow import DAG from airflow.operators.bash import BashOperator from datetime import datetime, timedelta with DAG(dag_id="hello_world", schedule=timedelta(days=30 * 365), start_date=datetime(1970, 1, 1)) as dag: ( ...
https://github.com/apache/airflow/issues/28106
https://github.com/apache/airflow/pull/28138
7adf8a53ec8bd08a9c14418bf176574e149780c5
b3d7e17e72c05fd149a5514e3796d46a241ac4f7
2022-12-05T04:28:57Z
python
2022-12-06T11:27:11Z
closed
apache/airflow
https://github.com/apache/airflow
28,103
["airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py", "tests/providers/amazon/aws/transfers/test_dynamodb_to_s3.py"]
Type Error while using dynamodb_to_s3 operator
### Discussed in https://github.com/apache/airflow/discussions/28102 <div type='discussions-op-text'> <sup>Originally posted by **p-madduri** December 1, 2022</sup> ### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened https://github.com/apache/airflow/blob/430e930...
https://github.com/apache/airflow/issues/28103
https://github.com/apache/airflow/pull/28158
39f501d4f4e87635c80d97bb599daf61096d23b8
0d90c62bac49de9aef6a31ee3e62d02e458b0d33
2022-12-05T01:50:23Z
python
2022-12-06T21:23:22Z
closed
apache/airflow
https://github.com/apache/airflow
28,091
["docs/apache-airflow/howto/docker-compose/docker-compose.yaml"]
close
### Apache Airflow version 2.5.0 ### What happened Hi there,i use this guide to install airflow https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html But when i run docker compose up airflow-init ![image](https://user-images.githubusercontent.com/60163868/205479814-95a8d064-ee47-4...
https://github.com/apache/airflow/issues/28091
https://github.com/apache/airflow/pull/28094
2d663df0552542efcef6e59bc2bc1586f8d1c7f3
9d73830209aa1de03f2de6e6461b8416011c6ba6
2022-12-04T07:43:20Z
python
2022-12-04T19:07:07Z
closed
apache/airflow
https://github.com/apache/airflow
28,071
["airflow/executors/kubernetes_executor.py", "tests/executors/test_kubernetes_executor.py"]
Kubernetes logging errors - attempting to adopt taskinstance which was not specified by database
### Apache Airflow version 2.4.3 ### What happened Using following config ``` executor = CeleryKubernetesExecutor delete_worker_pods = False ``` 1. Start a few dags running in kubernetes, wait for them to complete. 2. Restart Scheduler. 3. Logs are flooded with hundreds of errors like` ERROR - attempt...
https://github.com/apache/airflow/issues/28071
https://github.com/apache/airflow/pull/28899
f2bedcbd6722cd43772007eecf7f55333009dc1d
f64ac5978fb3dfa9e40a0e5190ef88e9f9615824
2022-12-02T17:46:41Z
python
2023-01-18T20:05:50Z
closed
apache/airflow
https://github.com/apache/airflow
28,070
["airflow/www/static/js/dag/InstanceTooltip.test.tsx", "airflow/www/static/js/dag/InstanceTooltip.tsx", "airflow/www/static/js/dag/details/dagRun/index.tsx", "airflow/www/static/js/dag/details/taskInstance/Details.tsx", "airflow/www/yarn.lock"]
task duration in grid view is different when viewed at different times.
### Apache Airflow version 2.4.3 ### What happened I wrote this dag to test the celery executor's ability to tolerate OOMkills: ```python3 import numpy as np from airflow import DAG from airflow.decorators import task from datetime import datetime, timedelta from airflow.models.variable import Variable...
https://github.com/apache/airflow/issues/28070
https://github.com/apache/airflow/pull/28395
4d0fa01f72ac4a947db2352e18f4721c2e2ec7a3
11f30a887c77f9636e88e31dffd969056132ae8c
2022-12-02T17:10:57Z
python
2022-12-16T18:04:36Z
closed
apache/airflow
https://github.com/apache/airflow
28,065
["airflow/www/views.py", "tests/www/views/test_views_dagrun.py"]
Queue up new tasks always returns an empty list
### Apache Airflow version main (development) ### What happened Currently when a new task is added to a dag and in the grid view, a user selects the top level of a dag run and then clicks on "Queue up new tasks", the list returned by the confirmation box is always empty. It appears that where the list of tasks i...
https://github.com/apache/airflow/issues/28065
https://github.com/apache/airflow/pull/28066
e29d33b89f7deea6eafb03006c37b60692781e61
af29ff0a8aa133f0476bf6662e6c06c67de21dd5
2022-12-02T11:45:05Z
python
2022-12-05T18:51:57Z
closed
apache/airflow
https://github.com/apache/airflow
28,051
["airflow/utils/db_cleanup.py"]
airflow db clean command does not work with MySQL with enforce_gtid_consistency enabled
### Apache Airflow version 2.4.3 ### What happened Tried executing the following command to clean old data in my service: ``` airflow db clean --skip-archive --clean-before-timestamp '2022-10-31 00:00:00+0000' --tables 'xcom, log, dag_run, task_instance' --verbose --yes ``` Then got the following error ```...
https://github.com/apache/airflow/issues/28051
https://github.com/apache/airflow/pull/29999
2f25ba572e0219c614c11cec1fa68dc80d0ec854
78cc2e89e5d46738664b7442dc6f5a00b23d1ef5
2022-12-02T09:00:51Z
python
2023-03-13T13:58:02Z
closed
apache/airflow
https://github.com/apache/airflow
28,010
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/config_templates/default_celery.py", "docs/apache-airflow/core-concepts/executor/celery.rst"]
Airflow does not pass through Celery's support for Redis Sentinel over SSL.
### Apache Airflow version 2.4.3 ### What happened When configuring Airflow/Celery to use Redis Sentinel as a broker, the following pops up: ``` airflow.exceptions.AirflowException: The broker you configured does not support SSL_ACTIVE to be True. Please use RabbitMQ or Redis if you would like to use SSL f...
https://github.com/apache/airflow/issues/28010
https://github.com/apache/airflow/pull/30352
800ade7da6ae49c52b4fe412c1c5a60ceffb897c
2c270db714b7693a624ce70d178744ccc5f9e73e
2022-11-30T15:15:32Z
python
2023-05-05T11:55:38Z
closed
apache/airflow
https://github.com/apache/airflow
28,002
["airflow/models/dag.py", "airflow/www/views.py"]
Clearing dag run via UI fails on main branch and 2.5.0rc2
### Apache Airflow version main (development) ### What happened Create a simple dag, allow it to completely run through. Next, when in grid view, on the left hand side click on the dag run at the top level. On the right hand side, then click on "Clear existing tasks". This will error with the following on th...
https://github.com/apache/airflow/issues/28002
https://github.com/apache/airflow/pull/28003
527fbce462429fc9836837378f801eed4e9d194f
f43f50e3f11fa02a2025b4b68b8770d6456ba95d
2022-11-30T08:18:26Z
python
2022-11-30T10:27:00Z
closed
apache/airflow
https://github.com/apache/airflow
28,000
["airflow/providers/amazon/aws/hooks/redshift_sql.py", "docs/apache-airflow-providers-amazon/connections/redshift.rst", "tests/providers/amazon/aws/hooks/test_redshift_sql.py"]
Add IAM authentication to Amazon Redshift Connection by AWS Connection
### Description Allow authenticating to Redshift Cluster in `airflow.providers.amazon.aws.hooks.redshift_sql.RedshiftSQLHook` with temporary IAM Credentials. This might be implemented by the same way as it already implemented into PostgreSQL Hook - manual obtain credentials by call [GetClusterCredentials](https://d...
https://github.com/apache/airflow/issues/28000
https://github.com/apache/airflow/pull/28187
b7e5b47e2794fa0eb9ac2b22f2150d2fdd9ef2b1
2f247a2ba2fb7c9f1fe71567a80f0063e21a5f55
2022-11-30T05:09:08Z
python
2023-05-02T13:58:13Z
closed
apache/airflow
https://github.com/apache/airflow
27,999
["airflow/configuration.py", "tests/core/test_configuration.py"]
References to the 'kubernetes' section cause parse errors
### Apache Airflow version main (development) ### What happened Here's a dag: ```python3 from airflow import DAG from airflow.decorators import task import airflow.configuration as conf from datetime import datetime @task def print_this(this): print(this) with DAG(dag_id="config_ref", schedu...
https://github.com/apache/airflow/issues/27999
https://github.com/apache/airflow/pull/28008
f1c4c27e4aed79eef01f2873fab3a66af2aa3fa0
3df03cc9331cb8984f39c5dbf0c9775ac362421e
2022-11-30T04:36:36Z
python
2022-12-01T07:41:55Z
closed
apache/airflow
https://github.com/apache/airflow
27,978
["airflow/providers/snowflake/CHANGELOG.rst", "airflow/providers/snowflake/hooks/snowflake.py", "airflow/providers/snowflake/operators/snowflake.py", "tests/providers/snowflake/hooks/test_sql.py", "tests/providers/snowflake/operators/test_snowflake_sql.py"]
KeyError: 0 error with common-sql version 1.3.0
### Apache Airflow Provider(s) common-sql ### Versions of Apache Airflow Providers ``` apache-airflow-providers-amazon==6.0.0 apache-airflow-providers-apache-hive==4.0.1 apache-airflow-providers-apache-livy==3.1.0 apache-airflow-providers-celery==3.0.0 apache-airflow-providers-cncf-kubernetes==4.4.0 apac...
https://github.com/apache/airflow/issues/27978
https://github.com/apache/airflow/pull/28006
6c62985055e7f9a715c3ae47f6ff584ad8378e2a
d9cefcd0c50a1cce1c3c8e9ecb99cfacde5eafbf
2022-11-29T00:52:53Z
python
2022-12-01T13:53:18Z
closed
apache/airflow
https://github.com/apache/airflow
27,976
["airflow/providers/snowflake/CHANGELOG.rst", "airflow/providers/snowflake/hooks/snowflake.py", "airflow/providers/snowflake/operators/snowflake.py", "tests/providers/snowflake/hooks/test_sql.py", "tests/providers/snowflake/operators/test_snowflake_sql.py"]
`SQLColumnCheckOperator` failures after upgrading to `common-sql==1.3.0`
### Apache Airflow Provider(s) common-sql ### Versions of Apache Airflow Providers apache-airflow-providers-google==8.2.0 apache-airflow-providers-http==4.0.0 apache-airflow-providers-salesforce==5.0.0 apache-airflow-providers-slack==5.1.0 apache-airflow-providers-snowflake==3.2.0 Issue: apache-airflow...
https://github.com/apache/airflow/issues/27976
https://github.com/apache/airflow/pull/28006
6c62985055e7f9a715c3ae47f6ff584ad8378e2a
d9cefcd0c50a1cce1c3c8e9ecb99cfacde5eafbf
2022-11-28T23:03:13Z
python
2022-12-01T13:53:18Z
closed
apache/airflow
https://github.com/apache/airflow
27,955
["airflow/api/common/mark_tasks.py", "airflow/models/taskinstance.py", "airflow/utils/log/file_task_handler.py", "airflow/utils/log/log_reader.py", "airflow/utils/state.py", "airflow/www/utils.py", "airflow/www/views.py", "tests/www/views/test_views_grid.py"]
Latest log not shown in grid view for deferred task
### Apache Airflow version 2.4.3 ### What happened In the grid view I do not see the logs for the latest try number if the task is in deferred state. I do see it in the "old" log view. Grid view: ![image](https://user-images.githubusercontent.com/3342974/204215464-989e70e3-9dfc-490b-908c-f47f491316d5.png) ...
https://github.com/apache/airflow/issues/27955
https://github.com/apache/airflow/pull/26993
ad7f8e09f8e6e87df2665abdedb22b3e8a469b49
f110cb11bf6fdf6ca9d0deecef9bd51fe370660a
2022-11-28T07:12:45Z
python
2023-01-05T16:42:23Z
closed
apache/airflow
https://github.com/apache/airflow
27,952
["airflow/sensors/external_task.py", "tests/sensors/test_external_task_sensor.py"]
can not use output of task decorator as input for external_task_ids of ExternalTaskSensor
### Apache Airflow version 2.4.3, 2.5.0 ### What happened when use output from task decorator as parameter (external_task_ids) in ExternalTaskSensor, it show up this log: ``` Broken DAG: [+++++/airflow/dags/TEST_NEW_PIPELINE.py] Traceback (most recent call last): File "+++++/env3.10.5/lib/python3.10/sit...
https://github.com/apache/airflow/issues/27952
https://github.com/apache/airflow/pull/28692
3d89797889e43bda89d4ceea37130bdfbc3db32c
7f18fa96e434c64288d801904caf1fcde18e2cbf
2022-11-27T15:47:45Z
python
2023-01-04T11:39:53Z
closed
apache/airflow
https://github.com/apache/airflow
27,936
["airflow/www/static/js/components/Table/Cells.tsx"]
Datasets triggered run modal is not scrollable
### Apache Airflow version main (development) ### What happened Datasets modal which used to display triggered runs is not scrollable even if there are records ![2022-11-26 12 03 26](https://user-images.githubusercontent.com/88504849/204077213-dabc2ac2-eac7-47ed-96b4-a20d5b27422d.gif) ### What you think sh...
https://github.com/apache/airflow/issues/27936
https://github.com/apache/airflow/pull/27965
a158fbb6bde07cd20003680a4cf5e7811b9eda98
5e4f4a3556db5111c2ae36af1716719a8494efc7
2022-11-26T07:18:43Z
python
2022-11-29T01:16:04Z
closed
apache/airflow
https://github.com/apache/airflow
27,932
["airflow/executors/base_executor.py", "airflow/providers/celery/executors/celery_executor.py", "airflow/providers/cncf/kubernetes/executors/kubernetes_executor.py", "docs/apache-airflow-providers-celery/cli-ref.rst", "docs/apache-airflow-providers-celery/index.rst", "docs/apache-airflow-providers-cncf-kubernetes/cli-r...
AIP-51 - Executor Specific CLI Commands
### Overview Some Executors have their own first class CLI commands (now that’s hardcoding/coupling!) which setup or modify various components related to that Executor. ### Examples - **5a**) Celery Executor commands: https://github.com/apache/airflow/blob/27e2101f6ee5567b2843cbccf1dca0b0e7c96186/airflow/cli/cli_parser...
https://github.com/apache/airflow/issues/27932
https://github.com/apache/airflow/pull/33081
bbc096890512ba2212f318558ca1e954ab399657
879fd34e97a5343e6d2bbf3d5373831b9641b5ad
2022-11-25T23:28:44Z
python
2023-08-04T17:26:49Z
closed
apache/airflow
https://github.com/apache/airflow
27,929
["airflow/executors/base_executor.py", "airflow/executors/celery_kubernetes_executor.py", "airflow/executors/debug_executor.py", "airflow/executors/local_kubernetes_executor.py", "airflow/sensors/base.py", "tests/sensors/test_base.py"]
AIP-51 - Single Threaded Executors
### Overview Some Executors, currently a subset of the local Executors, run in a single threaded fashion and have certain limitations and requirements, many of which are hardcoded. To add a new single threaded Executor would require changes to core Airflow code. Note: This coupling often shows up with SQLite compatibil...
https://github.com/apache/airflow/issues/27929
https://github.com/apache/airflow/pull/28934
0359a42a3975d0d7891a39abe4395bdd6f210718
e5730364b4eb5a3b30e815ca965db0f0e710edb6
2022-11-25T23:28:05Z
python
2023-01-23T21:26:37Z
closed
apache/airflow
https://github.com/apache/airflow
27,909
["airflow/providers/google/cloud/transfers/bigquery_to_gcs.py"]
Add export_format to template_fields of BigQueryToGCSOperator
### Description There might be an use case where the export_format can be based on some dynamic values. So, adding export_format will help developers in future ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Co...
https://github.com/apache/airflow/issues/27909
https://github.com/apache/airflow/pull/27910
3fef6a47834b89b99523db6d97d6aa530657a008
f0820e8d9e8a36325987278bcda2bd69bd53f3a5
2022-11-25T10:10:10Z
python
2022-11-25T20:26:34Z
closed
apache/airflow
https://github.com/apache/airflow
27,907
["airflow/www/decorators.py"]
Password is not masked in audit logs for connections/variables
### Apache Airflow version main (development) ### What happened Password for connections and variables with secret in the name are not masked in audit logs. <img width="1337" alt="Screenshot 2022-11-25 at 12 58 59 PM" src="https://user-images.githubusercontent.com/88504849/203932123-c47fd66f-8e63-4bc6-9bf1-b9395cb2...
https://github.com/apache/airflow/issues/27907
https://github.com/apache/airflow/pull/27923
5e45cb019995e8b80104b33da1c93eefae12d161
1e73b1cea2d507d6d09f5eac6a16b649f8b52522
2022-11-25T08:14:51Z
python
2022-11-25T21:23:24Z
closed
apache/airflow
https://github.com/apache/airflow
27,878
["airflow/jobs/backfill_job.py", "airflow/models/abstractoperator.py", "airflow/models/taskinstance.py", "airflow/utils/task_group.py"]
Task failing with error "missing upstream values" when running a dag with dynamic task group mapping
### Apache Airflow version main (development) ### What happened Task failing with error "missing upstream values" when running a dag with dynamic task group mapping error - ``` [2022-11-23, 15:50:07 UTC] {abstractoperator.py:456} ERROR - Cannot expand <Task(_PythonDecoratedOperator): increment_and_verify.hello_th...
https://github.com/apache/airflow/issues/27878
https://github.com/apache/airflow/pull/27876
1f20b77872de22e303ae7dae22199a012e217469
e939a641b2c1aab27beed5984ca52cd8fde14f01
2022-11-24T06:51:57Z
python
2022-11-24T09:19:02Z
closed
apache/airflow
https://github.com/apache/airflow
27,864
["airflow/models/taskinstance.py", "tests/models/test_taskinstance.py"]
current_state method of TaskInstance fails for mapped task instance
### Apache Airflow version 2.4.3 ### What happened `current_state` method on TaskInstance doesn't filter by `map_index` so calling this method on mapped task instance fails. https://github.com/apache/airflow/blob/fb7c6afc8cb7f93909bd2e654ea185eb6abcc1ea/airflow/models/taskinstance.py#L708-L726 ### What y...
https://github.com/apache/airflow/issues/27864
https://github.com/apache/airflow/pull/27898
c931d888936a958ae40b69077d35215227bf1dff
51c70a5d6990a6af1188aab080ae2cbe7b935eb2
2022-11-23T17:27:58Z
python
2022-12-03T16:08:33Z
closed
apache/airflow
https://github.com/apache/airflow
27,842
["airflow/providers/google/cloud/transfers/gcs_to_bigquery.py", "tests/providers/google/cloud/transfers/test_gcs_to_bigquery.py"]
GCSToBigQueryOperator no longer uses field_delimiter or time_partitioning
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers google=8.5.0 ### Apache Airflow version 2.4.3 ### Operating System Debian GNU/Linux 11 (bullseye) ### Deployment Other Docker-based deployment ### Deployment details _No response_ ### What happened The newest version of the goog...
https://github.com/apache/airflow/issues/27842
https://github.com/apache/airflow/pull/27961
5cdff505574822ad3d2a226056246500e4adea2f
2d663df0552542efcef6e59bc2bc1586f8d1c7f3
2022-11-22T17:31:55Z
python
2022-12-04T19:02:09Z
closed
apache/airflow
https://github.com/apache/airflow
27,838
["airflow/providers/common/sql/operators/sql.py"]
apache-airflow-providers-common-sql==1.3.0 breaks BigQuery operators
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened **Airflow version**: 2.3.4 (Cloud Composer 2.0.32) **Issue**: `apache-airflow-providers-common-sql==1.3.0` breaks all BigQuery operators provided by the `apache-airflow-providers-google==8.4.0` package. The error is as fo...
https://github.com/apache/airflow/issues/27838
https://github.com/apache/airflow/pull/27843
0b0d2990fdb31749396305433b0f8cc54db7aee8
dbb4b59dcbc8b57243d1588d45a4d2717c3e7758
2022-11-22T14:50:19Z
python
2022-11-23T10:12:41Z
closed
apache/airflow
https://github.com/apache/airflow
27,837
["airflow/providers/databricks/operators/databricks.py", "tests/providers/databricks/operators/test_databricks.py"]
Databricks - Run job by job name not working with DatabricksRunNowDeferrableOperator
### Apache Airflow Provider(s) databricks ### Versions of Apache Airflow Providers apache-airflow-providers-databricks==3.3.0 ### Apache Airflow version 2.4.2 ### Operating System Mac OS 13.0 ### Deployment Virtualenv installation ### Deployment details Virtualenv deployment with Python...
https://github.com/apache/airflow/issues/27837
https://github.com/apache/airflow/pull/32806
c4b6f06f6e2897b3f1ee06440fc66f191acee9a8
58e21c66fdcc8a416a697b4efa852473ad8bd6fc
2022-11-22T13:54:22Z
python
2023-07-25T03:21:41Z
closed
apache/airflow
https://github.com/apache/airflow
27,824
["airflow/models/dagrun.py", "tests/models/test_dagrun.py"]
DAG Run fails when chaining multiple empty mapped tasks
### Apache Airflow version 2.4.3 ### What happened A significant fraction of the DAG Runs of a DAG that has 2+ consecutive mapped tasks which are are being passed an empty list are marked as failed when all tasks are either succeeding or being skipped. This was supposedly fixed with issue #25200 but the problem stil...
https://github.com/apache/airflow/issues/27824
https://github.com/apache/airflow/pull/27964
b60006ae26c41e887ec0102bce8b726fce54007d
f89ca94c3e60bfae888dfac60c7472d207f60f22
2022-11-22T01:31:41Z
python
2022-11-29T07:34:12Z
closed
apache/airflow
https://github.com/apache/airflow
27,818
["airflow/models/dag.py", "tests/models/test_dag.py"]
Triggering a DAG with the same run_id as a scheduled one causes the scheduler to crash
### Apache Airflow version 2.5.0 ### What happened A user with access to manually triggering DAGs can trigger a DAG. provide a run_id that matches the pattern used when creating scheduled runs and cause the scheduler to crash due to database unique key violation: ``` 2022-12-12 12:58:00,793] {scheduler_job.p...
https://github.com/apache/airflow/issues/27818
https://github.com/apache/airflow/pull/28397
8fb7be2fb5c64cc2f31a05034087923328b1137a
7ccbe4e7eaa529641052779a89e34d54c5a20f72
2022-11-21T12:38:19Z
python
2022-12-22T01:54:26Z
closed
apache/airflow
https://github.com/apache/airflow
27,799
["airflow/cli/commands/task_command.py", "airflow/utils/cli.py"]
First task in Quick Start fails
### Apache Airflow version 2.4.3 ### What happened When I ran `airflow tasks run example_bash_operator runme_0 2015-01-01` I got the error ``` (venv) myusername@MacBook-Air airflow % airflow tasks run example_bash_operator runme_0 2015-01-01 [2022-11-14 23:49:19,228] {dagbag.py:537} INFO - Filling u...
https://github.com/apache/airflow/issues/27799
https://github.com/apache/airflow/pull/27813
d8dbdccef7cc14af7bacbfd4ebc48d8aabfaf7f0
b9729d9e469f7822212e0d6d76e10d95411e739a
2022-11-20T02:41:51Z
python
2022-11-21T09:29:54Z
closed
apache/airflow
https://github.com/apache/airflow
27,715
[".pre-commit-config.yaml", "STATIC_CODE_CHECKS.rst", "dev/breeze/src/airflow_breeze/pre_commit_ids.py", "images/breeze/output-commands-hash.txt", "images/breeze/output_static-checks.svg"]
Add pre-commit rule to validate using `urlsplit` rather than `urlparse`
### Body Originally suggested in https://github.com/apache/airflow/pull/27389#issuecomment-1297252026 ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.
https://github.com/apache/airflow/issues/27715
https://github.com/apache/airflow/pull/27841
cd01650192b74573b49a20803e4437e611a4cf33
a99254ffd36f9de06feda6fe45773495632e3255
2022-11-16T14:49:46Z
python
2023-02-20T01:06:12Z
closed
apache/airflow
https://github.com/apache/airflow
27,714
["airflow/www/static/js/trigger.js", "airflow/www/templates/airflow/trigger.html", "airflow/www/utils.py", "airflow/www/views.py"]
Re-use recent DagRun JSON-configurations
### Description Allow users to re-use recent DagRun configurations upon running a DAG. This can be achieved by adding a dropdown that contains some information about recent configurations. When user selects an item, the relevant JSON configuration can be pasted to the "Configuration JSON" textbox. <img width="692" a...
https://github.com/apache/airflow/issues/27714
https://github.com/apache/airflow/pull/27805
7f0332de2d1e57cde2e031f4bb7b4e6844c4b7c1
e2455d870056391eed13e32e2d0ed571cc7089b4
2022-11-16T14:39:23Z
python
2022-12-01T22:03:16Z
closed
apache/airflow
https://github.com/apache/airflow
27,698
["airflow/kubernetes/pod_template_file_examples/git_sync_template.yaml", "chart/values.schema.json", "chart/values.yaml", "newsfragments/27698.significant.rst"]
Update git-sync with newer version
### Official Helm Chart version 1.7.0 (latest released) ### What happened The current git-sync image that is used is coming up on one year old. It is also using the deprecated `--wait` arg. ### What you think should happen instead In order to stay current, we should update git-sync from 3.4.0 to 3.6.1. ...
https://github.com/apache/airflow/issues/27698
https://github.com/apache/airflow/pull/27848
af9143eacdff62738f6064ae7556dd8f4ca8d96d
98221da0d96b102b009d422870faf7c5d3d931f4
2022-11-15T23:01:42Z
python
2023-01-21T18:00:41Z
closed
apache/airflow
https://github.com/apache/airflow
27,695
["airflow/providers/apache/hive/hooks/hive.py", "tests/providers/apache/hive/hooks/test_hive.py"]
Improve filtering for invalid schemas in Hive hook
### Description #27647 has introduced filtering for invalid schemas in Hive hook based on the characters `;` and `!`. I'm wondering if a more generic filtering could be introduced, e.g. one that adheres to the regex `[^a-z0-9_]`, since Hive schemas (and table names) can only contain alphanumeric characters and the c...
https://github.com/apache/airflow/issues/27695
https://github.com/apache/airflow/pull/27808
017ed9ac662d50b6e2767f297f36cb01bf79d825
2d45f9d6c30aabebce3449eae9f152ba6d2306e2
2022-11-15T17:04:45Z
python
2022-11-27T13:31:49Z
closed
apache/airflow
https://github.com/apache/airflow
27,645
["airflow/www/views.py"]
Calendar view does not load when using CronTriggerTimeTable
### Apache Airflow version 2.4.2 ### What happened Create a DAG and set the schedule parameter using a CronTriggerTimeTable instance. Enable the DAG so that there is DAG run data. Try to access the Calendar View for the DAG. An ERR_EMPTY_RESPONSE error is displayed instead of the page. The Calendar View is access...
https://github.com/apache/airflow/issues/27645
https://github.com/apache/airflow/pull/28411
4b3eb77e65748b1a6a31116b0dd55f8295fe8a20
467a5e3ab287013db2a5381ef4a642e912f8b45b
2022-11-13T19:53:24Z
python
2022-12-28T05:52:54Z
closed
apache/airflow
https://github.com/apache/airflow
27,622
["airflow/jobs/scheduler_job.py", "tests/jobs/test_scheduler_job.py"]
AirflowException Crashing the Scheduler During the scheduling loop (_verify_integrity_if_dag_changed)
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened ### Deployment * Airflow Version: 2.4.1 * Infrastructure: AWS ECS * Number of DAG: 162 ``` Version: [v2.4.1](https://pypi.python.org/pypi/apache-airflow/2.4.1) Git Version: .release:2.4.1+7b979def75923ba28dd64e31e61304...
https://github.com/apache/airflow/issues/27622
https://github.com/apache/airflow/pull/27720
a5d5bd0232b98c6b39e587dd144086f4b7d8664d
15e842da56d9b3a1c2f47f9dec7682a4230dbc41
2022-11-11T15:58:20Z
python
2022-11-27T10:51:09Z
closed
apache/airflow
https://github.com/apache/airflow
27,593
["airflow/callbacks/callback_requests.py", "airflow/exceptions.py", "airflow/models/taskinstance.py", "airflow/serialization/enums.py", "airflow/serialization/serialized_objects.py", "tests/__init__.py", "tests/callbacks/test_callback_requests.py", "tests/serialization/test_serialized_objects.py"]
Object of type V1Pod is not JSON serializable after detecting zombie jobs cause Scheduler CrashLoopBack
### Apache Airflow version 2.4.2 ### What happened Some dags have tasks with pod_override in executor_config become zombie tasks. Airflow Scheduler run and crash with exception: ``` [2022-11-10T15:29:59.886+0000] {scheduler_job.py:1526} ERROR - Detected zombie job: {'full_filepath': '/opt/airflow/dags/path...
https://github.com/apache/airflow/issues/27593
https://github.com/apache/airflow/pull/27609
dc03b9081f47c11d6c3beb1a2c30bb75385c125c
92389cf090f336073337517f2460c2914a9f0d4b
2022-11-10T16:06:17Z
python
2022-11-16T15:43:43Z
closed
apache/airflow
https://github.com/apache/airflow
27,592
["airflow/providers/amazon/aws/hooks/glue.py", "tests/providers/amazon/aws/hooks/test_glue.py"]
AWS GlueJobOperator is not updating job config if job exists
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==6.0.0 ### Apache Airflow version 2.2.5 ### Operating System Linux Ubuntu ### Deployment Virtualenv installation ### Deployment details Airflow deployed on ec2 instance ### ...
https://github.com/apache/airflow/issues/27592
https://github.com/apache/airflow/pull/27893
4fdfef909e3b9a22461c95e4ee123a84c47186fd
b609ab9001102b67a047b3078dc0b67fbafcc1e1
2022-11-10T16:00:05Z
python
2022-12-06T14:29:22Z
closed
apache/airflow
https://github.com/apache/airflow
27,569
["airflow/jobs/scheduler_job.py"]
Remove unused attribute (self.using_mysql) from scheduler_job.py
### Apache Airflow version 2.4.2 ### What happened Hi all, I would like to update the scheduler_job.py script by removing the unused attribute -> `self.using_mysql`. I understand that `self.using_sqlite` attribute is used to define the variable `async_mode` in scheduler_job.py code, but noticed that `sel...
https://github.com/apache/airflow/issues/27569
https://github.com/apache/airflow/pull/27571
e84c032cec911fd738ebb0b93a38994a10e3ca27
2ac45b011d04ac141a15abfc24cc054687cadbc2
2022-11-09T10:38:42Z
python
2022-11-09T17:58:41Z
closed
apache/airflow
https://github.com/apache/airflow
27,556
["airflow/providers/amazon/aws/hooks/glue_crawler.py", "airflow/providers/amazon/aws/operators/glue_crawler.py", "tests/providers/amazon/aws/hooks/test_glue_crawler.py", "tests/providers/amazon/aws/operators/test_glue_crawler.py"]
Using GlueCrawlerOperator fails when using tags
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened We are using tags on resource in AWS. When setting tags when using `GlueCrawlerOperator` it works the first time, when Airflow creates the crawler. However on subsequent runs in fails because `boto3.get_crawler()` does not re...
https://github.com/apache/airflow/issues/27556
https://github.com/apache/airflow/pull/28005
b3d7e17e72c05fd149a5514e3796d46a241ac4f7
3ee5c404b7a0284fc1f3474519b3833975aaa644
2022-11-08T14:16:14Z
python
2022-12-06T11:37:33Z
closed
apache/airflow
https://github.com/apache/airflow
27,512
["airflow/www/static/js/dag/Main.tsx", "airflow/www/static/js/dag/details/Dag.tsx", "airflow/www/static/js/dag/details/dagRun/index.tsx", "airflow/www/static/js/dag/details/index.tsx", "airflow/www/static/js/dag/details/taskInstance/Logs/index.tsx", "airflow/www/static/js/dag/details/taskInstance/Nav.tsx", "airflow/www...
Resizable grid view components
### Description ~1. Ability to change change the split ratio of the grid section and the task details section.~ - already done in #27273 ![resizable_horizontal](https://user-images.githubusercontent.com/10968348/200072881-0f0cd1f0-0b91-46fa-8d6d-6c72d9ff6a97.jpg) 2. Ability for the log window to be resized. !...
https://github.com/apache/airflow/issues/27512
https://github.com/apache/airflow/pull/27560
7ea8475128009b348a82d122747ca1df2823e006
65bfea2a20830baa10d2e1e8328c07a7a11bbb0c
2022-11-04T21:09:12Z
python
2022-11-17T20:10:35Z
closed
apache/airflow
https://github.com/apache/airflow
27,509
["airflow/models/dataset.py", "tests/models/test_taskinstance.py"]
Removing DAG dataset dependency when it is already ready results in SQLAlchemy cascading delete error
### Apache Airflow version 2.4.2 ### What happened I have a DAG that is triggered by three datasets. When I remove one or more of these datasets, the web server fails to update the DAG, and `airflow dags reserialize` fails with an `AssertionError` within SQLAlchemy. Full stack trace below: ``` docker-airflow-sch...
https://github.com/apache/airflow/issues/27509
https://github.com/apache/airflow/pull/27538
7297892558e94c8cc869b175e904ca96e0752afe
fc59b02cfac7fd691602edc92a7abac38ed51531
2022-11-04T16:21:02Z
python
2022-11-07T13:03:10Z
closed
apache/airflow
https://github.com/apache/airflow
27,507
["airflow/providers/http/hooks/http.py"]
Making logging for HttpHook optional
### Description In tasks that perform multiple requests, the log file is getting cluttered by the logging in `run`, line 129 I propose that we add a kwarg `log_request` with default value True to control this behavior ### Use case/motivation reduce unnecessary entries in log files ### Related issues _No response_...
https://github.com/apache/airflow/issues/27507
https://github.com/apache/airflow/pull/28911
185faab2112c4d3f736f8d40350401d8c1cac35b
a9d5471c66c788d8469ca65556e5820f1e96afc1
2022-11-04T16:04:07Z
python
2023-01-13T21:09:08Z
closed
apache/airflow
https://github.com/apache/airflow
27,483
["airflow/www/views.py"]
DAG loading very slow in Graph view when using Dynamic Tasks
### Apache Airflow version 2.4.2 ### What happened The web UI is very slow when loading the Graph view on DAGs that have a large number of expansions in the mapped tasks. The problem is very similar to the one described in #23786 (resolved), but for the Graph view instead of the grid view. It takes around ...
https://github.com/apache/airflow/issues/27483
https://github.com/apache/airflow/pull/29791
0db38ad1a2cf403eb546f027f2e5673610626f47
60d98a1bc2d54787fcaad5edac36ecfa484fb42b
2022-11-03T08:46:08Z
python
2023-02-28T05:15:11Z
closed
apache/airflow
https://github.com/apache/airflow
27,479
["airflow/www/fab_security/views.py"]
webserver add role to an existing user -> KeyError: 'userinfoedit'
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened airflow 2.4.1 a existing user only have the role Viewer I add with the UI the role Admin click on button save then error -> ```log [03/Nov/2022:01:28:08 +0000] "POST /XXXXXXXX/users/edit/2 HTTP/1.1" 302 307 "htt...
https://github.com/apache/airflow/issues/27479
https://github.com/apache/airflow/pull/27537
9409293514cef574179a5320ed3ed50881064423
6434b5770877d75fba3c0c49fd808d6413367ab4
2022-11-03T01:33:41Z
python
2022-11-08T13:45:44Z
closed
apache/airflow
https://github.com/apache/airflow
27,478
["airflow/models/dagrun.py", "airflow/models/taskinstance.py", "tests/models/test_dagrun.py", "tests/models/test_taskinstance.py"]
Scheduler crash when clear a previous run of a normal task that is now a mapped task
### Apache Airflow version 2.4.2 ### What happened I have clear a task A that was a normal task but that is now a mapped task ```log [2022-11-02 23:33:20 +0000] [17] [INFO] Worker exiting (pid: 17) 2022-11-02T23:33:20.390911528Z Traceback (most recent call last): 2022-11-02T23:33:20.390935788Z File "/usr/loc...
https://github.com/apache/airflow/issues/27478
https://github.com/apache/airflow/pull/29645
e02bfc870396387ef2052ab375cdd2a54e704ae2
a770edfac493f3972c10a43e45bcd0e7cfaea65f
2022-11-02T23:43:43Z
python
2023-02-20T19:45:25Z
closed
apache/airflow
https://github.com/apache/airflow
27,462
["airflow/models/dag.py", "tests/sensors/test_external_task_sensor.py"]
Clearing the parent dag will not clear child dag's mapped tasks
### Apache Airflow version 2.4.2 ### What happened In the scenario where we have 2 dags, 1 dag dependent on the other by having an ExternalTaskMarker on the parent dag pointing to the child dag and we have some number of mapped tasks in the child dag that have been expanded (map_index is not -1). If we were to cle...
https://github.com/apache/airflow/issues/27462
https://github.com/apache/airflow/pull/27501
bc0063af99629e6b3eb5c76c88ac5bfaf92afaaf
5ce9c827f7bcdef9c526fd4416533fc481de4675
2022-11-02T05:55:29Z
python
2022-11-17T01:54:28Z
closed
apache/airflow
https://github.com/apache/airflow
27,449
["airflow/jobs/local_task_job.py", "airflow/models/mappedoperator.py", "airflow/models/taskinstance.py", "tests/jobs/test_local_task_job.py", "tests/models/test_taskinstance.py"]
Dynamic tasks marked as `upstream_failed` when none of their upstream tasks are `failed` or `upstream_failed`
### Apache Airflow version 2.4.2 ### What happened There is a mapped task is getting marked as `upstream_failed` when none of its upstream tasks are `failed` or `upstream_failed`. ![image](https://user-images.githubusercontent.com/10802053/199615824-c44e7e2f-ed05-49c6-a225-e054836466e1.png) In the above ...
https://github.com/apache/airflow/issues/27449
https://github.com/apache/airflow/pull/27506
47a2b9ee7f1ff2cc1cc1aa1c3d1b523c88ba29fb
ed92e5d521f958642615b038ec13068b527db1c4
2022-11-01T18:00:20Z
python
2022-11-09T14:05:59Z
closed
apache/airflow
https://github.com/apache/airflow
27,429
["BREEZE.rst", "dev/breeze/src/airflow_breeze/commands/setup_commands_config.py", "dev/breeze/src/airflow_breeze/utils/reinstall.py"]
Incorrect command displayed in warning when breeze dependencies are changed
### Apache Airflow version main (development) ### What happened During switching between some old branches I noticed the below warning. The `--force` option seems to have been removed in 3dfa44566c948cb2db016e89f84d6fe37bd6d824 and is default now. This message could be updated in below places https://github.com/a...
https://github.com/apache/airflow/issues/27429
https://github.com/apache/airflow/pull/27438
98bd9b3d6b58bac3d019d3c7f8c6983a9dee463e
10d2a71073a23b0b8c9fae0de5a79fb4f3ac1935
2022-11-01T04:56:29Z
python
2022-11-01T11:56:01Z
closed
apache/airflow
https://github.com/apache/airflow
27,409
["airflow/models/skipmixin.py", "airflow/operators/python.py", "tests/models/test_skipmixin.py", "tests/operators/test_python.py"]
Improve error message when branched task_id does not exist
### Body This issue is to handle the TODO left in the code: https://github.com/apache/airflow/blob/64174ce25ae800a38e712aa0bd62a5893ea2ff99/airflow/operators/python.py#L211 Related: https://github.com/apache/airflow/pull/18471/files#r716030104 Currently only BranchPythonOperator will show informed error messa...
https://github.com/apache/airflow/issues/27409
https://github.com/apache/airflow/pull/27434
fc59b02cfac7fd691602edc92a7abac38ed51531
baf2f3fc329d5b4029d9e17defb84cefcd9c490a
2022-10-31T14:01:34Z
python
2022-11-07T13:38:43Z
closed
apache/airflow
https://github.com/apache/airflow
27,402
["chart/values.yaml", "helm_tests/airflow_aux/test_configmap.py"]
#26415 Broke flower dashboard
### Discussed in https://github.com/apache/airflow/discussions/27401 <div type='discussions-op-text'> <sup>Originally posted by **Flogue** October 25, 2022</sup> ### Official Helm Chart version 1.7.0 (latest released) ### Apache Airflow version 2.4.1 ### Kubernetes Version 1.24.6 ### Helm Chart...
https://github.com/apache/airflow/issues/27402
https://github.com/apache/airflow/pull/33134
ca5acda1617a5cdb1d04f125568ffbd264209ec7
6e4623ab531a1b6755f6847d2587d014a387560d
2022-10-31T03:49:04Z
python
2023-08-07T20:04:32Z
closed
apache/airflow
https://github.com/apache/airflow
27,396
["airflow/providers/amazon/aws/log/cloudwatch_task_handler.py", "tests/providers/amazon/aws/log/test_cloudwatch_task_handler.py"]
CloudWatch task handler doesn't fall back to local logs when Amazon CloudWatch logs aren't found
This is really a CloudWatch handler issue - not "airflow" core. ### Discussed in https://github.com/apache/airflow/discussions/27395 <div type='discussions-op-text'> <sup>Originally posted by **matthewblock** October 24, 2022</sup> ### Apache Airflow version Other Airflow 2 version (please specify below) ...
https://github.com/apache/airflow/issues/27396
https://github.com/apache/airflow/pull/27564
3aed495f50e8bc0e22ff90efee7671a73168b19e
c490a328f4d0073052d8b5205c7c4cab96c3d559
2022-10-31T02:25:54Z
python
2022-11-11T00:40:37Z
closed
apache/airflow
https://github.com/apache/airflow
27,358
["docs/apache-airflow/executor/kubernetes.rst"]
Airflow 2.2.2 pod_override does not override `args` of V1Container
### Apache Airflow version 2.2.2 ### What happened I have a bash sensor defined as follows: ```python foo_sensor_task = BashSensor( task_id="foo_task", poke_interval=3600, bash_command="python -m foo.run", retries=0, executor_config={ "pod_template_file: "path-to-file-yaml...
https://github.com/apache/airflow/issues/27358
https://github.com/apache/airflow/pull/27450
aa36f754e2307ccd8a03987b81ea1e1a04b03c14
8f5e100f30764e7b1818a336feaa8bb390cbb327
2022-10-29T01:08:10Z
python
2022-11-02T06:08:45Z
closed
apache/airflow
https://github.com/apache/airflow
27,345
["airflow/utils/log/file_task_handler.py", "airflow/utils/log/logging_mixin.py", "tests/utils/test_logging_mixin.py"]
Duplicate log lines in CloudWatch after upgrade to 2.4.2
### Apache Airflow version 2.4.2 ### What happened We upgraded airflow from 2.4.1 to 2.4.2 and immediately notice that every task log line is duplicated _into_ CloudWatch. Comparing logs from tasks run before upgrade and after upgrade indicates that the issue is not in how the logs are displayed in Airflow, bu...
https://github.com/apache/airflow/issues/27345
https://github.com/apache/airflow/pull/27591
85ec17fbe1c07b705273a43dae8fbdece1938e65
933fefca27a5cd514c9083040344a866c7f517db
2022-10-28T10:32:13Z
python
2022-11-10T17:58:06Z
closed
apache/airflow
https://github.com/apache/airflow
27,328
["airflow/providers/sftp/operators/sftp.py", "tests/providers/sftp/operators/test_sftp.py"]
SFTPOperator throws object of type 'PlainXComArg' has no len() when using with Taskflow API
### Apache Airflow Provider(s) sftp ### Versions of Apache Airflow Providers apache-airflow-providers-sftp==4.1.0 ### Apache Airflow version 2.4.2 Python 3.10 ### Operating System Debian 11 (Official docker image) ### Deployment Docker-Compose ### Deployment details Base image is apache/airflow:2.4.2-python3...
https://github.com/apache/airflow/issues/27328
https://github.com/apache/airflow/pull/29068
10f0f8bc4be521fd8c6cdd057cc02b6ea2c2d5c1
bac7b3027d57d2a31acb9a2d078c6af4dc777162
2022-10-27T15:45:48Z
python
2023-01-20T19:32:11Z
closed
apache/airflow
https://github.com/apache/airflow
27,290
["airflow/providers/docker/operators/docker.py", "tests/providers/docker/operators/test_docker.py"]
Publish a container's port(s) to the host with DockerOperator
### Description [`create_container` method](https://github.com/docker/docker-py/blob/bc0a5fbacd7617fd338d121adca61600fc70d221/docker/api/container.py#L370) has a `ports` param to open inside the container, and the `host_config` to [declare port bindings](https://github.com/docker/docker-py/blob/bc0a5fbacd7617fd338d1...
https://github.com/apache/airflow/issues/27290
https://github.com/apache/airflow/pull/30730
cb1ecb0647d459999041ee6018f8f282fc25b09b
d8c0e3009a649ce057595539b96a566b7faa5584
2022-10-26T07:56:51Z
python
2023-05-17T09:03:21Z
closed
apache/airflow
https://github.com/apache/airflow
27,282
["airflow/providers/cncf/kubernetes/operators/pod.py", "airflow/providers/cncf/kubernetes/utils/pod_manager.py", "kubernetes_tests/test_kubernetes_pod_operator.py", "tests/providers/cncf/kubernetes/utils/test_pod_manager.py"]
KubernetesPodOperator: Option to show logs from all containers in a pod
### Description Currently, KubernetesPodOperator fetches logs using ``` self.pod_manager.fetch_container_logs( pod=self.pod, container_name=self.BASE_CONTAINER_NAME, follow=True, ) ``` and so only shows log from the main c...
https://github.com/apache/airflow/issues/27282
https://github.com/apache/airflow/pull/31663
e7587b3369af30848c3cf1c7eff9e801b1440793
9a0f41ba53185031bc2aa56ead2928ae4b20de99
2022-10-25T23:29:19Z
python
2023-07-06T09:49:40Z
closed
apache/airflow
https://github.com/apache/airflow
27,237
["airflow/providers/google/cloud/hooks/bigquery.py", "tests/providers/google/cloud/hooks/test_bigquery.py", "tests/providers/google/cloud/triggers/test_bigquery.py"]
BigQueryCheckOperator fail in deferrable mode even if col val 0
### Apache Airflow version main (development) ### What happened The Bigquery hook `get_records` always return a list of string irrespective of the Bigquery table column type. So if even my table column has value 0 the task succeeds since ```boo("0")``` return ```True``` https://github.com/apache/airflow/blob...
https://github.com/apache/airflow/issues/27237
https://github.com/apache/airflow/pull/27236
95e5675714f12c177e30d83a14d28222b06d217b
1447158e690f3d63981b3d8ec065665ec91ca54e
2022-10-24T20:10:28Z
python
2022-10-31T04:21:43Z
closed
apache/airflow
https://github.com/apache/airflow
27,232
["airflow/operators/python.py"]
ExternalPythonOperator: AttributeError: 'python_path' is configured as a template field but ExternalPythonOperator does not have this attribute.
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Using the ExternalPythonOperator directly in v2.4.2 as opposed to via the @task.external decorator described in https://airflow.apache.org/docs/apache-airflow/stable/howto/operator/python.html#externalpythonoperator cau...
https://github.com/apache/airflow/issues/27232
https://github.com/apache/airflow/pull/27256
544c93f0a4d2673c8de64d97a7a8128387899474
27a92fecc9be30c9b1268beb60db44d2c7b3628f
2022-10-24T16:18:43Z
python
2022-10-31T04:34:30Z
closed
apache/airflow
https://github.com/apache/airflow
27,228
["airflow/serialization/serialized_objects.py", "tests/www/views/test_views_trigger_dag.py"]
Nested Parameters Break for DAG Run Configurations
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow Version Used: 2.3.3 This bug report is being created out of the following discussion - https://github.com/apache/airflow/discussions/25064 With the following DAG definition (with nested params): ``` DAG( ...
https://github.com/apache/airflow/issues/27228
https://github.com/apache/airflow/pull/27482
2d2f0daad66416d565e874e35b6a487a21e5f7b1
9409293514cef574179a5320ed3ed50881064423
2022-10-24T09:58:34Z
python
2022-11-08T13:43:58Z
closed
apache/airflow
https://github.com/apache/airflow
27,225
["airflow/www/templates/analytics/google_analytics.html"]
Tracking User Activity Issue: Google Analytics tag version is not up-to-date
### Apache Airflow version 2.4.1 ### What happened Airflow uses the previous Google Analytics tag version so Google Analytics does not collect User Activity Metric from Airflow ### What you think should happen instead The Tracking User Activity feature should work properly with Google Analytics ### How to reprodu...
https://github.com/apache/airflow/issues/27225
https://github.com/apache/airflow/pull/27226
55f8a63d012d4ca5ca726195bed4b38e9b1a05f9
5e6cec849a5fa90967df1447aba9521f1cfff3d0
2022-10-24T09:00:49Z
python
2022-10-27T13:25:47Z
closed
apache/airflow
https://github.com/apache/airflow
27,200
["airflow/models/serialized_dag.py"]
Handle TODO: .first() is not None can be changed to .scalar()
### Body The TODO part of: https://github.com/apache/airflow/blob/d67ac5932dabbf06ae733fc57b48491a8029b8c2/airflow/models/serialized_dag.py#L156-L158 can now be addressed since we are on sqlalchemy 1.4+ and https://github.com/sqlalchemy/sqlalchemy/issues/5481 is resolved ### Committer - [X] I acknowledge that ...
https://github.com/apache/airflow/issues/27200
https://github.com/apache/airflow/pull/27323
6f20d4d3247e44ea04558226aeeed09bf8379173
37c0038a18ace092079d23988f76d90493ff294c
2022-10-22T17:01:34Z
python
2022-10-31T02:31:58Z
closed
apache/airflow
https://github.com/apache/airflow
27,182
["airflow/providers/ssh/hooks/ssh.py", "airflow/providers/ssh/operators/ssh.py", "tests/providers/ssh/hooks/test_ssh.py", "tests/providers/ssh/operators/test_ssh.py"]
SSHOperator ignores cmd_timeout
### Apache Airflow Provider(s) ssh ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.4.1 ### Operating System linux ### Deployment Other ### Deployment details _No response_ ### What happened Hi, SSHOperator documentation states that we should be using cmd_timeout inste...
https://github.com/apache/airflow/issues/27182
https://github.com/apache/airflow/pull/27184
cfd63df786e0c40723968cb8078f808ca9d39688
dc760b45eaeccc3ff35a5acdfe70968ca0451331
2022-10-21T12:29:48Z
python
2022-11-07T02:07:14Z
closed
apache/airflow
https://github.com/apache/airflow
27,166
["airflow/www/static/css/flash.css", "airflow/www/static/js/dag/grid/TaskName.test.tsx", "airflow/www/static/js/dag/grid/TaskName.tsx", "airflow/www/static/js/dag/grid/index.test.tsx"]
Carets in Grid view are the wrong way around
### Apache Airflow version main (development) ### What happened When expanding tasks to see sub-tasks in the Grid UI, the carets to expand the task are pointing the wrong way. ### What you think should happen instead Can you PLEASE use the accepted Material UI standard for expansion & contraction - https://mui.com...
https://github.com/apache/airflow/issues/27166
https://github.com/apache/airflow/pull/28624
69ab7d8252f830d8c1a013d34f8305a16da26bcf
0ab881a4ab78ca7d30712c893a6f01b83eb60e9e
2022-10-20T15:52:50Z
python
2023-01-02T21:01:28Z
closed
apache/airflow
https://github.com/apache/airflow
27,165
["airflow/providers/google/cloud/hooks/workflows.py", "tests/providers/google/cloud/hooks/test_workflows.py"]
WorkflowsCreateExecutionOperator execution argument only receive bytes
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers `apache-airflow-providers-google==7.0.0` ### Apache Airflow version 2.3.2 ### Operating System Ubuntu 20.04.5 LTS (Focal Fossa) ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened WorkflowsCreate...
https://github.com/apache/airflow/issues/27165
https://github.com/apache/airflow/pull/27361
9c41bf35e6149d4edfc585d97c348a4f864e7973
332c01d6e0bef41740e8fbc2c9600e7b3066615b
2022-10-20T14:50:46Z
python
2022-10-31T05:35:19Z
closed
apache/airflow
https://github.com/apache/airflow
27,146
["airflow/providers/dbt/cloud/hooks/dbt.py", "docs/apache-airflow-providers-dbt-cloud/connections.rst", "tests/providers/dbt/cloud/hooks/test_dbt_cloud.py"]
dbt Cloud Provider Not Compatible with emea.dbt.com
### Apache Airflow Provider(s) dbt-cloud ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.3.3 ### Operating System Linux ### Deployment Composer ### Deployment details _No response_ ### What happened Trying to use the provider with dbt Cloud's new EMEA region (https://doc...
https://github.com/apache/airflow/issues/27146
https://github.com/apache/airflow/pull/28890
ed8788bb80764595ba2872cba0d2da9e4b137e07
141338b24efeddb9460b53b8501654b50bc6b86e
2022-10-19T15:41:37Z
python
2023-01-12T19:25:55Z
closed
apache/airflow
https://github.com/apache/airflow
27,140
["airflow/cli/commands/dag_processor_command.py", "airflow/jobs/dag_processor_job.py", "tests/cli/commands/test_dag_processor_command.py"]
Invalid livenessProbe for Standalone DAG Processor
### Official Helm Chart version 1.7.0 (latest released) ### Apache Airflow version 2.3.4 ### Kubernetes Version 1.22.12-gke.1200 ### Helm Chart configuration ```yaml dagProcessor: enabled: true ``` ### Docker Image customisations ```dockerfile FROM apache/airflow:2.3.4-python3.9 ...
https://github.com/apache/airflow/issues/27140
https://github.com/apache/airflow/pull/28799
1edaddbb1cec740db2ff2a86fb23a3a676728cb0
0018b94a4a5f846fc87457e9393ca953ba0b5ec6
2022-10-19T14:02:51Z
python
2023-02-21T09:54:52Z
closed
apache/airflow
https://github.com/apache/airflow
27,107
["airflow/providers/dbt/cloud/operators/dbt.py", "tests/providers/dbt/cloud/operators/test_dbt_cloud.py"]
Dbt cloud download artifact to a path not present fails
### Apache Airflow Provider(s) dbt-cloud ### Versions of Apache Airflow Providers ``` apache-airflow-providers-dbt-cloud==2.2.0 ``` ### Apache Airflow version 2.2.5 ### Operating System Ubuntu 18.04 ### Deployment Composer ### Deployment details _No response_ ### What happened Instructing `DbtCloudGetJob...
https://github.com/apache/airflow/issues/27107
https://github.com/apache/airflow/pull/29048
6190e34388394b0f8b0bc01c66d56a0e8277fe6c
f805b4154a8155823d7763beb9b6da76889ebd62
2022-10-18T10:35:01Z
python
2023-01-23T17:08:27Z
closed
apache/airflow
https://github.com/apache/airflow
27,096
["airflow/providers/amazon/aws/hooks/rds.py", "airflow/providers/amazon/aws/operators/rds.py", "airflow/providers/amazon/aws/sensors/rds.py", "tests/providers/amazon/aws/hooks/test_rds.py", "tests/providers/amazon/aws/operators/test_rds.py", "tests/providers/amazon/aws/sensors/test_rds.py"]
Use Boto waiters instead of customer _await_status method for RDS Operators
### Description Currently some code in RDS Operators use boto waiters and some uses a custom `_await_status`, the former is preferred over the later (waiters are vetted code provided by the boto sdk, they have features like exponential backoff, etc). See [this discussion thread](https://github.com/apache/airflow/pull/...
https://github.com/apache/airflow/issues/27096
https://github.com/apache/airflow/pull/27410
b717853e4c17d67f8ea317536c98c7416eb080ca
2bba98f109cc7737f4293a195e03a0cc21a624cb
2022-10-17T17:46:53Z
python
2022-11-17T17:02:21Z
closed
apache/airflow
https://github.com/apache/airflow
27,079
["airflow/macros/__init__.py", "tests/macros/test_macros.py"]
Option to deserialize JSON from last log line in BashOperator and DockerOperator before sending to XCom
### Description In order to create an XCom value with a BashOperator or a DockerOperator, we can use the option `do_xcom_push` that pushes to XCom the last line of the command logs. It would be interesting to provide an option `xcom_json` to deserialize this last log line in case it's a JSON string, before sendin...
https://github.com/apache/airflow/issues/27079
https://github.com/apache/airflow/pull/28930
d20300018a38159f5452ae16bc9df90b1e7270e5
ffdc696942d96a14a5ee0279f950e3114817055c
2022-10-16T20:14:05Z
python
2023-02-19T14:41:11Z
closed
apache/airflow
https://github.com/apache/airflow
27,069
["tests/jobs/test_local_task_job.py"]
test_heartbeat_failed_fast not failing fast enough.
### Apache Airflow version main (development) ### What happened In the #14915 change to make tests run in parallel, the heartbeat interval threshold was raised an order of magnitude from 0.05 to 0.5. Though I frequently see tests failing in PRs due breaching that threshold by a tiny amount. Do we need to increase th...
https://github.com/apache/airflow/issues/27069
https://github.com/apache/airflow/pull/27397
f35b41e7533b09052dfcc591ec25c58207f1518c
594c6eef6938d7a4975a0d87003160c2390d7ebb
2022-10-15T02:17:24Z
python
2022-10-31T16:54:24Z
closed
apache/airflow
https://github.com/apache/airflow
27,065
["airflow/config_templates/airflow_local_settings.py", "airflow/utils/log/non_caching_file_handler.py", "newsfragments/27065.misc.rst"]
Log files are still being cached causing ever-growing memory usage when scheduler is running
### Apache Airflow version 2.4.1 ### What happened My Airflow scheduler memory usage started to grow after I turned on the `dag_processor_manager` log by doing ```bash export CONFIG_PROCESSOR_MANAGER_LOGGER=True ``` see the red arrow below ![2022-10-11_12-06 (1)](https://user-images.githubusercontent....
https://github.com/apache/airflow/issues/27065
https://github.com/apache/airflow/pull/27223
131d339696e9568a2a2dc55c2a6963897cdc82b7
126b7b8a073f75096d24378ffd749ce166267826
2022-10-14T20:50:24Z
python
2022-10-25T08:38:40Z
closed
apache/airflow
https://github.com/apache/airflow
27,057
["airflow/models/trigger.py"]
Race condition in multiple triggerer process can lead to both picking up same trigger.
### Apache Airflow version main (development) ### What happened Currently airflow triggerer loop picks triggers to process by below steps query_unassinged_Triggers update_triggers from above id query which triggers are assigned to current process If two triggerer process executes above queries in below...
https://github.com/apache/airflow/issues/27057
https://github.com/apache/airflow/pull/27072
4e55d7fa2b7d5f8d63465d2c5270edf2d85f08c6
9c737f6d192ef864dd4cde89a0a90c53f5336566
2022-10-14T11:29:13Z
python
2022-10-31T01:30:31Z
closed
apache/airflow
https://github.com/apache/airflow
27,029
["airflow/providers/apache/druid/hooks/druid.py"]
Druid Operator is not getting host
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened We use Airflow 2.3.3. I see that this test is successful, but I take a this error. This is the picture ``` File "/home/airflow/.local/lib/python3.7/site-packages/requests/sessions.py", line 792, in get_adapter ...
https://github.com/apache/airflow/issues/27029
https://github.com/apache/airflow/pull/27174
7dd7400dd4588e063078986026e14ea606a55a76
8b5f1d91936bb87ba9fa5488715713e94297daca
2022-10-13T09:42:34Z
python
2022-10-31T10:19:11Z
closed
apache/airflow
https://github.com/apache/airflow
27,010
["airflow/dag_processing/manager.py", "tests/dag_processing/test_manager.py"]
DagProcessor doesnt pick new files until queued file parsing completes
### Apache Airflow version 2.4.1 ### What happened When there are large number of dag files, lets say 10K and each takes sometime to parse, dag_parser doesnt pick any newly created files till all 10k files are finished parsing `if not self._file_path_queue: self.emit_metrics() s...
https://github.com/apache/airflow/issues/27010
https://github.com/apache/airflow/pull/27060
fb9e5e612e3ddfd10c7440b7ffc849f0fd2d0b09
65b78b7dbd1d824d2c22b65922149985418acbc8
2022-10-12T11:34:30Z
python
2022-11-14T01:43:22Z
closed
apache/airflow
https://github.com/apache/airflow
26,987
["airflow/providers/google/cloud/operators/dataproc.py", "tests/providers/google/cloud/operators/test_dataproc.py"]
DataprocLink is not available for dataproc workflow operators
### Apache Airflow version main (development) ### What happened For DataprocInstantiateInlineWorkflowTemplateOperator and DataprocInstantiateWorkflowTemplateOperator, the dataproc link is available only for the jobs that have succeeded. Incase of Failure, the DataprocLink is not available ### What you think should ...
https://github.com/apache/airflow/issues/26987
https://github.com/apache/airflow/pull/26986
7cfa1be467b995b886a97b68498137a76a31f97c
0cb6450d6df853e1061dbcafbc437c07a8e0e555
2022-10-11T09:17:26Z
python
2022-11-16T21:30:09Z
closed
apache/airflow
https://github.com/apache/airflow
26,984
["dev/breeze/src/airflow_breeze/utils/path_utils.py"]
Running pre-commit without installing breeze errors out
### Apache Airflow version main (development) ### What happened Running pre-commit without installing `apache-airflow-breeze` errors out ``` Traceback (most recent call last): File "/Users/bhavaniravi/projects/airflow/./scripts/ci/pre_commit/pre_commit_flake8.py", line 39, in <module> from airflow_...
https://github.com/apache/airflow/issues/26984
https://github.com/apache/airflow/pull/26985
58378cfd42b137a31032404783b2957284a1e538
ee3625540ff3712bbc6215214e4534d7e91c45fa
2022-10-11T07:24:07Z
python
2022-10-22T23:35:57Z
closed
apache/airflow
https://github.com/apache/airflow
26,960
["airflow/api/common/mark_tasks.py", "airflow/models/taskinstance.py", "airflow/utils/log/file_task_handler.py", "airflow/utils/log/log_reader.py", "airflow/utils/state.py", "airflow/www/utils.py", "airflow/www/views.py", "tests/www/views/test_views_grid.py"]
can't see failed sensor task log on webpage
### Apache Airflow version 2.4.1 ### What happened ![image](https://user-images.githubusercontent.com/24224756/194797283-6c26ad63-d432-4c41-9f91-2dbc47417ec7.png) when the sensor running, I can see the log above, but when I manual set the task state to failed or the task failed by other reason, I can't see log at h...
https://github.com/apache/airflow/issues/26960
https://github.com/apache/airflow/pull/26993
ad7f8e09f8e6e87df2665abdedb22b3e8a469b49
f110cb11bf6fdf6ca9d0deecef9bd51fe370660a
2022-10-10T06:42:09Z
python
2023-01-05T16:42:23Z
closed
apache/airflow
https://github.com/apache/airflow
26,912
["airflow/www/static/js/api/useTaskLog.ts", "airflow/www/static/js/dag/details/taskInstance/Logs/index.tsx", "airflow/www/static/js/dag/details/taskInstance/index.tsx"]
Log-tab under grid view is automatically re-fetching completed logs every 3 sec.
### Apache Airflow version 2.4.1 ### What happened The new inline log-tab under grid view is fantastic. What's not so great though, is that it is automatically reloading the logs on the `/api/v1/dags/.../dagRuns/.../taskInstances/.../logs/1` api endpoint every 3 seconds. Same interval as the reload of the grid stat...
https://github.com/apache/airflow/issues/26912
https://github.com/apache/airflow/pull/27233
8d449ae04aa67ecbabf84f35a34fc2e53665ee17
e73e90e388f7916ae5eea48ba39687d99f7a94b1
2022-10-06T12:38:34Z
python
2022-10-25T14:26:23Z
closed
apache/airflow
https://github.com/apache/airflow
26,910
["dev/provider_packages/MANIFEST_TEMPLATE.in.jinja2", "dev/provider_packages/SETUP_TEMPLATE.py.jinja2"]
python_kubernetes_script.jinja2 file missing from apache-airflow-providers-cncf-kubernetes==4.4.0 release
### Apache Airflow Provider(s) cncf-kubernetes ### Versions of Apache Airflow Providers ``` $ pip freeze | grep apache-airflow-providers apache-airflow-providers-cncf-kubernetes==4.4.0 ``` ### Apache Airflow version 2.4.1 ### Operating System macos-12.6 ### Deployment Other Docker-based de...
https://github.com/apache/airflow/issues/26910
https://github.com/apache/airflow/pull/27451
4cdea86d4cc92a51905aa44fb713f530e6bdadcf
8975d7c8ff00841f4f2f21b979cb1890e6d08981
2022-10-06T11:33:31Z
python
2022-11-01T20:31:03Z
closed
apache/airflow
https://github.com/apache/airflow
26,905
["airflow/www/static/js/api/index.ts", "airflow/www/static/js/api/useTaskXcom.ts", "airflow/www/static/js/dag/details/index.tsx", "airflow/www/static/js/dag/details/taskInstance/Nav.tsx", "airflow/www/static/js/dag/details/taskInstance/Xcom/XcomEntry.tsx", "airflow/www/static/js/dag/details/taskInstance/Xcom/index.tsx"...
Display selected task outputs (xcom) in task UI
### Description I often find myself checking the stats of a passed task, e.g. "inserted 3 new rows" or "discovered 4 new files" in the task logs. It would be very handy to see these on the UI directly, as part of the task details or elsewhere. One idea would be to choose in the Task definition, which XCOM keys shou...
https://github.com/apache/airflow/issues/26905
https://github.com/apache/airflow/pull/35719
d0f4512ecb9c0683a60be7b0de8945948444df8e
77c01031d6c569d26f6fabd331597b7e87274baa
2022-10-06T07:05:39Z
python
2023-12-04T15:59:37Z
closed
apache/airflow
https://github.com/apache/airflow
26,892
["airflow/www/views.py"]
Dataset Next Trigger Modal Not Populating Latest Update
### Apache Airflow version 2.4.1 ### What happened When using dataset scheduling, it isn't obvious which datasets a downstream dataset consumer is awaiting in order for the DAG to be scheduled. I would assume that this is supposed to be solved by the `Latest Update` column in the modal that opens when selecting `...
https://github.com/apache/airflow/issues/26892
https://github.com/apache/airflow/pull/29441
0604033829787ebed59b9982bf08c1a68d93b120
6f9efbd0537944102cd4a1cfef06e11fe0a3d03d
2022-10-05T16:51:49Z
python
2023-02-20T08:42:42Z
closed
apache/airflow
https://github.com/apache/airflow
26,875
["airflow/providers/google/cloud/transfers/sql_to_gcs.py"]
SQLToGCSOperators Add Support for Dumping Json value in CSV
### Description If output format is `CSV`, then any "dict" type object returned from a database, for example a Postgres JSON column, is not dumped to a string and is kept as a dict object. ### Use case/motivation Currently if export_format is `CSV` and data column in Postgres is defined as `json` or `jsonb` da...
https://github.com/apache/airflow/issues/26875
https://github.com/apache/airflow/pull/26876
bab6dbec3883084e5872123b515c2a8491c32380
a67bcf3ecaabdff80c551cff1f987523211e7af4
2022-10-04T23:21:37Z
python
2022-10-06T08:42:42Z
closed
apache/airflow
https://github.com/apache/airflow
26,812
["chart/values.schema.json", "tests/charts/test_webserver.py"]
Add NodePort Option to the values schema
### Official Helm Chart version 1.6.0 (latest released) ### Apache Airflow version 2.3.4 ### Kubernetes Version 1.23 ### Helm Chart configuration ``` # shortened values.yaml file webserver: service: type: NodePort ports: - name: airflow-ui port: 80 ...
https://github.com/apache/airflow/issues/26812
https://github.com/apache/airflow/pull/26945
be8a62e596a0dc0f935114a9d585007b497312a2
cc571e8e0e27420d179870c8ddc7274c4f47ba44
2022-09-30T22:31:13Z
python
2022-11-14T00:57:47Z
closed
apache/airflow
https://github.com/apache/airflow
26,802
["airflow/utils/log/secrets_masker.py", "tests/utils/log/test_secrets_masker.py"]
pdb no longer works with airflow test command since 2.3.3
Converted back to issue as I've reproduced it and traced the issue back to https://github.com/apache/airflow/pull/24362 ### Discussed in https://github.com/apache/airflow/discussions/26352 <div type='discussions-op-text'> <sup>Originally posted by **GuruComposer** September 12, 2022</sup> ### Apache Airflow v...
https://github.com/apache/airflow/issues/26802
https://github.com/apache/airflow/pull/26806
677df102542ab85aab4efbbceb6318a3c7965e2b
029ebacd9cbbb5e307a03530bdaf111c2c3d4f51
2022-09-30T13:51:53Z
python
2022-09-30T17:46:14Z
closed
apache/airflow
https://github.com/apache/airflow
26,796
["airflow/providers/cncf/kubernetes/utils/pod_manager.py", "kubernetes_tests/test_kubernetes_pod_operator.py"]
Incorrect await_container_completion in KubernetesPodOperator
### Apache Airflow version 2.3.4 ### What happened The [await_container_completion]( https://github.com/apache/airflow/blob/2.4.0/airflow/providers/cncf/kubernetes/utils/pod_manager.py#L259) function has a negated condition ``` while not self.container_is_running(pod=pod, container_name=container_name): ...
https://github.com/apache/airflow/issues/26796
https://github.com/apache/airflow/pull/28771
4f603364d364586a2062b061ddac18c4b58596d2
ce677862be4a7de777208ba9ba9e62bcd0415393
2022-09-30T07:47:04Z
python
2023-01-07T18:17:02Z
closed
apache/airflow
https://github.com/apache/airflow
26,785
["airflow/providers/google/cloud/hooks/bigquery.py", "tests/providers/google/cloud/hooks/test_bigquery.py"]
BigQueryHook Requires Optional Field When Parsing Results Schema
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google 8.3.0 ### Apache Airflow version 2.3.4 ### Operating System OSX ### Deployment Virtualenv installation ### Deployment details _No response_ ### What happened When querying BigQuery using the BigQu...
https://github.com/apache/airflow/issues/26785
https://github.com/apache/airflow/pull/26786
b7203cd36eef20de583df3e708f49073d689ac84
cee610ae5cf14c117527cdfc9ac2ef0ddb5dcf3b
2022-09-29T19:05:19Z
python
2022-10-01T13:47:53Z
closed
apache/airflow
https://github.com/apache/airflow
26,774
["airflow/providers/trino/provider.yaml", "generated/provider_dependencies.json"]
Trino and Presto hooks do not properly execute statements other than SELECT
### Apache Airflow Provider(s) presto, trino ### Versions of Apache Airflow Providers apache-airflow-providers-trino==4.0.1 apache-airflow-providers-presto==4.0.1 ### Apache Airflow version 2.4.0 ### Operating System macOS 12.6 ### Deployment Docker-Compose ### Deployment details _No r...
https://github.com/apache/airflow/issues/26774
https://github.com/apache/airflow/pull/27168
e361be74cd800efe1df9fa5b00a0ad0df88fcbfb
09c045f081feeeea09e4517d05904b38660f525c
2022-09-29T11:32:29Z
python
2022-10-26T03:13:57Z
closed
apache/airflow
https://github.com/apache/airflow
26,767
["airflow/providers/google/cloud/transfers/gcs_to_bigquery.py", "tests/providers/google/cloud/transfers/test_gcs_to_bigquery.py"]
MaxID logic for GCSToBigQueryOperator Causes XCom Serialization Error
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google 8.4.0rc1 ### Apache Airflow version 2.3.4 ### Operating System OSX ### Deployment Virtualenv installation ### Deployment details _No response_ ### What happened The Max ID parameter, when used, ca...
https://github.com/apache/airflow/issues/26767
https://github.com/apache/airflow/pull/26768
9a6fc73aba75a03b0dd6c700f0f8932f6a474ff7
b7203cd36eef20de583df3e708f49073d689ac84
2022-09-29T03:03:25Z
python
2022-10-01T13:39:16Z
closed
apache/airflow
https://github.com/apache/airflow
26,754
["airflow/providers/amazon/aws/hooks/base_aws.py", "airflow/providers/amazon/aws/utils/connection_wrapper.py", "tests/providers/amazon/aws/utils/test_connection_wrapper.py"]
Cannot retrieve config from alternative secrets backend.
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers Providers included in apache/airflow:2.4.0 docker image: ``` apache-airflow==2.4.0 apache-airflow-providers-amazon==5.1.0 apache-airflow-providers-celery==3.0.0 apache-airflow-providers-cncf-kubernetes==4.3.0 apache-airflow-pr...
https://github.com/apache/airflow/issues/26754
https://github.com/apache/airflow/pull/26784
8898db999c88c98b71f4a5999462e6858aab10eb
8a1bbcfcb31c1adf5c0ea2dff03b507f584ad1f3
2022-09-28T15:37:01Z
python
2022-10-06T16:38:04Z
closed
apache/airflow
https://github.com/apache/airflow
26,709
["chart/templates/cleanup/cleanup-cronjob.yaml", "chart/values.schema.json", "chart/values.yaml", "tests/charts/test_cleanup_pods.py"]
Cleanup Job Pods host remove history after completing the job
We currently do not have possibility of confioguring: * spec.successfulJobsHistoryLimit * spec.failedJobsHistoryLimit For cleanup jobs. Creaeted it to add a feature for that. ### Discussed in https://github.com/apache/airflow/discussions/26547 <div type='discussions-op-text'> <sup>Originally posted by *...
https://github.com/apache/airflow/issues/26709
https://github.com/apache/airflow/pull/26838
6b75be43171eafc45825d043ef051638aa103ccd
e5c704d12f017c55c93284a5c57cb52fdfbaa571
2022-09-27T14:35:35Z
python
2022-10-05T13:45:03Z
closed
apache/airflow
https://github.com/apache/airflow
26,607
["airflow/www/views.py"]
resolve web ui views warning re DISTINCT ON
### Body Got this warning in webserver output when loading home page ``` /Users/dstandish/code/airflow/airflow/www/views.py:710 SADeprecationWarning: DISTINCT ON is currently supported only by the PostgreSQL dialect. Use of DISTINCT ON for other backends is currently silently ignored, however this usage is deprec...
https://github.com/apache/airflow/issues/26607
https://github.com/apache/airflow/pull/26608
7179eba69e9cb40c4122f3589c5977e536469b13
55d11464c047d2e74f34cdde75d90b633a231df2
2022-09-22T21:05:43Z
python
2022-09-23T08:52:26Z
closed
apache/airflow
https://github.com/apache/airflow
26,581
["airflow/utils/db_cleanup.py", "tests/utils/test_db_cleanup.py"]
airflow db clean is unable to delete the table rendered_task_instance_fields
### Apache Airflow version Other Airflow 2 version ### What happened Hi All, When I run the below command in Airflow 2.3.4: `airflow db clean --clean-before-timestamp '2022-09-18T00:00:00+05:30' --yes` I receive an error within a warning which says `[2022-09-20 10:33:30,971] {db_cleanup.py:302} WAR...
https://github.com/apache/airflow/issues/26581
https://github.com/apache/airflow/pull/28243
20a1c4db9882a223ae08de1a46e9bdf993698865
171ca66142887f59b1808fcdd6b19e7141a08d17
2022-09-22T04:17:29Z
python
2022-12-09T19:11:28Z
closed
apache/airflow
https://github.com/apache/airflow
26,571
["airflow/providers/amazon/aws/secrets/secrets_manager.py", "docs/apache-airflow-providers-amazon/img/aws-secrets-manager-json.png", "docs/apache-airflow-providers-amazon/img/aws-secrets-manager-uri.png", "docs/apache-airflow-providers-amazon/img/aws-secrets-manager.png", "docs/apache-airflow-providers-amazon/secrets-b...
Migrate Amazon Provider Package's `SecretsManagerBackend`'s `full_url_mode=False` implementation.
# Objective I am following up on all the changes I've made in PR #25432 and which were originally discussed in issue #25104. The objective of the deprecations introduced in #25432 is to flag and remove "odd" behaviors in the `SecretsManagerBackend`. The objective of _this issue_ being opened is to discuss them...
https://github.com/apache/airflow/issues/26571
https://github.com/apache/airflow/pull/27920
c8e348dcb0bae27e98d68545b59388c9f91fc382
8f0265d0d9079a8abbd7b895ada418908d8b9909
2022-09-21T18:31:22Z
python
2022-12-05T19:21:54Z