status
stringclasses
1 value
repo_name
stringclasses
13 values
repo_url
stringclasses
13 values
issue_id
int64
1
104k
updated_files
stringlengths
11
1.76k
title
stringlengths
4
369
body
stringlengths
0
254k
issue_url
stringlengths
38
55
pull_url
stringlengths
38
53
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,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,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,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,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
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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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
closed
apache/airflow
https://github.com/apache/airflow
26,566
["docs/apache-airflow/concepts/tasks.rst"]
Have SLA docs reflect reality
### What do you see as an issue? The [SLA documentation](https://airflow.apache.org/docs/apache-airflow/stable/concepts/tasks.html#slas) currently states the following: > An SLA, or a Service Level Agreement, is an expectation for the maximum time a Task should take. If a task takes longer than this to run... ...
https://github.com/apache/airflow/issues/26566
https://github.com/apache/airflow/pull/27111
671029bebc33a52d96f9513ae997e398bd0945c1
639210a7e0bfc3f04f28c7d7278292d2cae7234b
2022-09-21T16:00:36Z
python
2022-10-27T14:34:57Z
closed
apache/airflow
https://github.com/apache/airflow
26,565
["docs/apache-airflow/core-concepts/executor/local.rst"]
Documentation unclear about multiple LocalExecutors on HA Scheduler deployment
### What do you see as an issue? According to Airflow documentation, it's now possible to run multiple Airflow Schedulers starting with Airflow 2.x. What's not clear from the documentation is what happens if each of the machines running the Scheduler has executor = LocalExecutor in the [core] section of airflow.c...
https://github.com/apache/airflow/issues/26565
https://github.com/apache/airflow/pull/32310
61f33304d587b3b0a48a876d3bfedab82e42bacc
e53320d62030a53c6ffe896434bcf0fc85803f31
2022-09-21T15:53:02Z
python
2023-07-05T09:22:30Z
closed
apache/airflow
https://github.com/apache/airflow
26,544
["airflow/utils/db.py"]
Choose setting for sqlalchemy SQLALCHEMY_TRACK_MODIFICATIONS
### Body We need to determine what to do about this warning: ``` /Users/dstandish/.virtualenvs/2.4.0/lib/python3.8/site-packages/flask_sqlalchemy/__init__.py:872 FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False t...
https://github.com/apache/airflow/issues/26544
https://github.com/apache/airflow/pull/26617
3396d1f822caac7cbeb14e1e67679b8378a84a6c
051ba159e54b992ca0111107df86b8abfd8b7279
2022-09-21T00:57:27Z
python
2022-09-23T07:18:52Z
closed
apache/airflow
https://github.com/apache/airflow
26,499
["airflow/models/xcom_arg.py"]
Dynamic task mapping zip() iterates unexpected number of times
### Apache Airflow version 2.4.0 ### What happened When running `zip()` with different-length lists, I get an unexpected result: ```python from datetime import datetime from airflow import DAG from airflow.decorators import task with DAG( dag_id="demo_dynamic_task_mapping_zip", start_date=...
https://github.com/apache/airflow/issues/26499
https://github.com/apache/airflow/pull/26636
df3bfe3219da340c566afc9602278e2751889c70
f219bfbe22e662a8747af19d688bbe843e1a953d
2022-09-19T18:51:49Z
python
2022-09-26T09:02:55Z
closed
apache/airflow
https://github.com/apache/airflow
26,497
["airflow/migrations/env.py", "airflow/migrations/versions/0118_2_4_2_add_missing_autoinc_fab.py", "airflow/migrations/versions/0119_2_5_0_add_updated_at_to_dagrun_and_ti.py", "airflow/settings.py", "airflow/utils/db.py", "docs/apache-airflow/img/airflow_erd.sha256", "docs/apache-airflow/migrations-ref.rst"]
Upgrading to airflow 2.4.0 from 2.3.4 causes NotNullViolation error
### Apache Airflow version 2.4.0 ### What happened Stopped existing processes, upgraded from airflow 2.3.4 to 2.4.0, and ran airflow db upgrade successfully. Upon restarting the services, I'm not seeing any dag runs from the past 10 days. I kick off a new job, and I don't see it show up in the grid view. Upon ...
https://github.com/apache/airflow/issues/26497
https://github.com/apache/airflow/pull/26885
2f326a6c03efed8788fe0263df96b68abb801088
7efdeed5eccbf5cb709af40c8c66757e59c957ed
2022-09-19T18:13:02Z
python
2022-10-07T16:37:55Z
closed
apache/airflow
https://github.com/apache/airflow
26,492
["airflow/utils/log/file_task_handler.py"]
Cannot fetch log from Celery worker
### Discussed in https://github.com/apache/airflow/discussions/26490 <div type='discussions-op-text'> <sup>Originally posted by **emredjan** September 19, 2022</sup> ### Apache Airflow version 2.4.0 ### What happened When running tasks on a remote celery worker, webserver fails to fetch logs from the ma...
https://github.com/apache/airflow/issues/26492
https://github.com/apache/airflow/pull/26493
b9c4e98d8f8bcc129cbb4079548bd521cd3981b9
52560b87c991c9739791ca8419219b0d86debacd
2022-09-19T14:10:25Z
python
2022-09-19T16:37:48Z
closed
apache/airflow
https://github.com/apache/airflow
27,425
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg"]
get_dags does not fetch more than 100 dags.
Hi, The function does not return more than 100 dags even setting the limit to more than 100. So `get_dags(limit=500)` will only return max of 100 dags. I have to do the hack to mitigate this problem. ``` def _get_dags(self, max_dags: int = 500): i = 0 responses = [] while i <= max...
https://github.com/apache/airflow/issues/27425
https://github.com/apache/airflow/pull/29773
a0e13370053452e992d45e7956ff33290563b3a0
228d79c1b3e11ecfbff5a27c900f9d49a84ad365
2022-09-16T22:11:08Z
python
2023-02-26T16:19:51Z
closed
apache/airflow
https://github.com/apache/airflow
26,427
["airflow/www/static/js/main.js", "airflow/www/utils.py"]
Can not get task which status is null
### Apache Airflow version Other Airflow 2 version ### What happened with List Task Instance airflow webUI,when we search the task which state is null,the result is:no records found. ### What you think should happen instead should list the task which status is null ### How to reproduce use airflow webui List Ta...
https://github.com/apache/airflow/issues/26427
https://github.com/apache/airflow/pull/26584
64622929a043436b235b9fb61fb076c5d2e02124
8e2e80a0ce0e1819874e183fb1662e879cdd8a08
2022-09-16T06:41:55Z
python
2022-10-11T19:31:57Z
closed
apache/airflow
https://github.com/apache/airflow
26,424
["airflow/www/extensions/init_views.py", "tests/api_connexion/endpoints/test_task_instance_endpoint.py"]
`POST /taskInstances/list` with wildcards returns unhelpful error
### Apache Airflow version 2.3.4 ### What happened https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/get_task_instances_batch fails with an error with wildcards while https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/get_task_insta...
https://github.com/apache/airflow/issues/26424
https://github.com/apache/airflow/pull/30596
c2679c57aa0281dd455c6a01aba0e8cfbb6a0e1c
e89a7eeea6a7a5a5a30a3f3cf86dfabf7c343412
2022-09-15T22:52:20Z
python
2023-04-12T12:40:05Z
closed
apache/airflow
https://github.com/apache/airflow
26,380
["airflow/datasets/__init__.py", "tests/datasets/test_dataset.py", "tests/models/test_dataset.py"]
UI doesn't handle whitespace/empty dataset URI's well
### Apache Airflow version main (development) ### What happened Here are some poor choices for dataset URI's: ```python3 empty = Dataset("") colons = Dataset("::::::") whitespace = Dataset("\t\n") emoji = Dataset("😊") long = Dataset(5000 * "x") injection = Dataset("105'; DROP TABLE 'dag") ``` And...
https://github.com/apache/airflow/issues/26380
https://github.com/apache/airflow/pull/26389
af39faafb7fdd53adbe37964ba88a3814f431cd8
bd181daced707680ed22f5fd74e1e13094f6b164
2022-09-14T05:53:23Z
python
2022-09-14T16:11:08Z
closed
apache/airflow
https://github.com/apache/airflow
26,375
["airflow/www/extensions/init_views.py", "airflow/www/templates/airflow/error.html", "airflow/www/views.py", "tests/api_connexion/test_error_handling.py"]
Airflow Webserver returns incorrect HTTP Error Response for custom REST API endpoints
### Apache Airflow version Other Airflow 2 version ### What happened We are using Airflow 2.3.1 Version. Apart from Airflow provided REST endpoints, we are also using the airflow webserver to host our own application REST API endpoints. We are doing this by loading our own blueprints and registering Flask Blueprint ...
https://github.com/apache/airflow/issues/26375
https://github.com/apache/airflow/pull/26880
ea55626d79fdbd96b6d5f371883ac1df2a6313ec
8efb678e771c8b7e351220a1eb7eb246ae8ed97f
2022-09-13T21:56:54Z
python
2022-10-18T12:50:13Z
closed
apache/airflow
https://github.com/apache/airflow
26,367
["airflow/providers/google/cloud/operators/bigquery.py", "docs/apache-airflow-providers-google/operators/cloud/bigquery.rst", "tests/system/providers/google/cloud/bigquery/example_bigquery_queries.py"]
Add SQLColumnCheck and SQLTableCheck Operators for BigQuery
### Description New operators under the Google provider for table and column data quality checking that is integrated with OpenLineage. ### Use case/motivation Allow OpenLineage support for BigQuery when using column and table check operators. ### Related issues _No response_ ### Are you willing to submit a PR? ...
https://github.com/apache/airflow/issues/26367
https://github.com/apache/airflow/pull/26368
3cd4df16d4f383c27f7fc6bd932bca1f83ab9977
c4256ca1a029240299b83841bdd034385665cdda
2022-09-13T15:21:52Z
python
2022-09-21T08:49:57Z
closed
apache/airflow
https://github.com/apache/airflow
26,283
["airflow/providers/google/cloud/transfers/gcs_to_bigquery.py", "tests/providers/google/cloud/transfers/test_gcs_to_bigquery.py"]
GCSToBigQueryOperator max_id_key Not Written to XCOM
### 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 `max_id` is not returned through XCOM...
https://github.com/apache/airflow/issues/26283
https://github.com/apache/airflow/pull/26285
b4f8a069f07b18ce98c9b1286da5a5fcde2bff9f
07fe356de0743ca64d936738b78704f7c05774d1
2022-09-09T20:01:59Z
python
2022-09-18T20:12:10Z
closed
apache/airflow
https://github.com/apache/airflow
26,273
["airflow/providers/google/cloud/transfers/sql_to_gcs.py"]
SQLToGCSOperators Add Support for Dumping JSON
### Description If your output format for a SQLToGCSOperator is `json`, 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 nested JSON object. Add option to dump `dict` objects to string in JSON exporter. ### Use case/motivation Cur...
https://github.com/apache/airflow/issues/26273
https://github.com/apache/airflow/pull/26277
706a618014a6f94d5ead0476f26f79d9714bf93d
b4f8a069f07b18ce98c9b1286da5a5fcde2bff9f
2022-09-09T15:25:54Z
python
2022-09-18T20:11:18Z
closed
apache/airflow
https://github.com/apache/airflow
26,262
["docs/helm-chart/manage-dags-files.rst"]
helm chart doc Manage DAGs files recommended Bake DAGs in Docker image need improvement.
### What do you see as an issue? https://airflow.apache.org/docs/helm-chart/1.6.0/manage-dags-files.html#bake-dags-in-docker-image > The recommended way to update your DAGs with this chart is to build a new Docker image with the latest DAG code: In this doc , recommended user manage dags way is build in image. ...
https://github.com/apache/airflow/issues/26262
https://github.com/apache/airflow/pull/26401
2382c12cc3aa5d819fd089c73e62f8849a567a0a
11f8be879ba2dd091adc46867814bcabe5451540
2022-09-09T08:11:29Z
python
2022-09-15T21:09:11Z
closed
apache/airflow
https://github.com/apache/airflow
26,259
["airflow/models/dag.py", "airflow/models/dagrun.py", "airflow/www/views.py", "tests/models/test_dag.py"]
should we limit max queued dag runs for dataset-triggered dags
if a dataset-triggered dag is running, and upstreams are updated multiple times, many dag runs will be queued up because the scheduler checks frequently for new dag runs needed. you can easily limit max active dag runs but cannot easily limit max queued dag runs. in the dataset case this represents a meaningful dif...
https://github.com/apache/airflow/issues/26259
https://github.com/apache/airflow/pull/26348
9444d9789bc88e1063d81d28e219446b2251c0e1
b99d1cd5d32aea5721c512d6052b6b7b3e0dfefb
2022-09-09T03:15:54Z
python
2022-09-14T12:28:30Z
closed
apache/airflow
https://github.com/apache/airflow
26,256
["airflow/datasets/manager.py", "airflow/jobs/scheduler_job.py", "tests/models/test_taskinstance.py"]
"triggered runs" dataset counter doesn't update until *next* run and never goes above 1
### Apache Airflow version 2.4.0b1 ### What happened I have [this test dag](https://gist.github.com/MatrixManAtYrService/2cf0ebbd85faa2aac682d9c441796c58) which I created to report [this issue](https://github.com/apache/airflow/issues/25210). The idea is that if you unpause "sink" and all of the "sources" the...
https://github.com/apache/airflow/issues/26256
https://github.com/apache/airflow/pull/26276
eb03959e437e11891b8c3696b76f664a991a37a4
954349a952d929dc82087e4bb20d19736f84d381
2022-09-09T01:45:19Z
python
2022-09-09T20:15:26Z
closed
apache/airflow
https://github.com/apache/airflow
26,215
["airflow/example_dags/example_params_ui_tutorial.py", "airflow/www/static/js/trigger.js"]
Trigger DAG UI Extension w/ Flexible User Form Concept
### Description Proposal for Contribution for an extensible Trigger UI feature in Airflow. ## Design proposal (Feedback welcome) ### Part 1) Specifying Trigger UI on DAG Level We propose to extend the DAG class with an additional attribute so that UI(s) (one or multiple per DAG) can be specified in the DA...
https://github.com/apache/airflow/issues/26215
https://github.com/apache/airflow/pull/29376
7ee1a5624497fc457af239e93e4c1af94972bbe6
9c6f83bb6f3e3b57ae0abbe9eb0582fcde265702
2022-09-07T14:36:30Z
python
2023-02-11T14:38:34Z
closed
apache/airflow
https://github.com/apache/airflow
26,194
["airflow/www/static/js/dag/details/taskInstance/Logs/index.test.tsx", "airflow/www/static/js/dag/details/taskInstance/Logs/index.tsx"]
Extra entry for logs generated with 0 try number when clearing any task instances
### Apache Airflow version main (development) ### What happened When clearing any task instances an extra logs entry generated with Zero try number. <img width="1344" alt="Screenshot 2022-09-07 at 1 06 54 PM" src="https://user-images.githubusercontent.com/88504849/188819289-13dd4936-cd03-48b6-8406-02ee5fbf293f.pn...
https://github.com/apache/airflow/issues/26194
https://github.com/apache/airflow/pull/26556
6f1ab37d2091e26e67717d4921044029a01d6a22
6a69ad033fdc224aee14b8c83fdc1b672d17ac20
2022-09-07T07:43:59Z
python
2022-09-22T19:39:14Z
closed
apache/airflow
https://github.com/apache/airflow
26,189
["airflow/providers/google/cloud/transfers/gcs_to_bigquery.py"]
GCSToBigQueryOperator Schema in Alternate GCS Bucket
### Description Currently the `GCSToBigQueryOperator` requires that a Schema object located in GCS be located in the same bucket as the Source Object(s). I'd like an option to have it located in a different bucket. ### Use case/motivation I have a GCS bucket where I store files with a 90 day auto-expiration on...
https://github.com/apache/airflow/issues/26189
https://github.com/apache/airflow/pull/26190
63562d7023a9d56783f493b7ea13accb2081121a
8cac96918becf19a4a04eef1e5bcf175f815f204
2022-09-07T01:50:01Z
python
2022-09-07T20:26:39Z
closed
apache/airflow
https://github.com/apache/airflow
26,185
["airflow/configuration.py", "tests/core/test_configuration.py"]
Webserver fails to pull secrets from Hashicorp Vault on start up
### Apache Airflow version 2.3.4 ### What happened Since upgrading to Airflow 2.3.4 our webserver fails on start up to pull secrets from our Vault instance. Setting AIRFLOW__WEBSERVER_WORKERS = 1 allowed the webserver to start up successfully, but reverting the change added here [https://github.com/apache/airflow/p...
https://github.com/apache/airflow/issues/26185
https://github.com/apache/airflow/pull/26223
ebef9ed3fa4a9a1e69b4405945e7cd939f499ee5
c63834cb24c6179c031ce0d95385f3fa150f442e
2022-09-06T21:36:02Z
python
2022-09-08T00:35:43Z
closed
apache/airflow
https://github.com/apache/airflow
26,174
["airflow/api_connexion/endpoints/xcom_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/www/static/js/types/api-generated.ts", "tests/api_connexion/endpoints/test_xcom_endpoint.py"]
API Endpoints - /xcomEntries/{xcom_key} cannot deserialize customized xcom backend
### Description We use S3 as our xcom backend database and write serialize/deserialize method for xcoms. However, when we want to access xcom through REST API, it returns the s3 file url instead of the deserialized value. Could you please add the feature to support customized xcom backend for REST API access? ### Us...
https://github.com/apache/airflow/issues/26174
https://github.com/apache/airflow/pull/26343
3c9c0f940b67c25285259541478ebb413b94a73a
ffee6bceb32eba159a7a25a4613d573884a6a58d
2022-09-06T09:35:30Z
python
2022-09-12T21:05:02Z
closed
apache/airflow
https://github.com/apache/airflow
26,155
["airflow/cli/cli_parser.py", "airflow/cli/commands/role_command.py", "tests/cli/commands/test_role_command.py"]
Add CLI to add/remove permissions from existed role
### Body Followup on https://github.com/apache/airflow/pull/25854 [Roles CLI](https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html#roles) currently support create, delete, export, import, list It can be useful to have the ability to add/remove permissions from existed role. This ...
https://github.com/apache/airflow/issues/26155
https://github.com/apache/airflow/pull/26338
e31590039634ff722ad005fe9f1fc02e5a669699
94691659bd73381540508c3c7c8489d60efb2367
2022-09-05T08:01:19Z
python
2022-09-20T08:18:04Z
closed
apache/airflow
https://github.com/apache/airflow
26,130
["Dockerfile.ci", "airflow/serialization/serialized_objects.py", "setup.cfg"]
Remove `cattrs` from project
Cattrs is currently only used in two places: Serialization for operator extra links, and for Lineage. However cattrs is not a well maintained project and doesn't support many features that attrs itself does; in short, it's not worth the brain cycles to keep cattrs.
https://github.com/apache/airflow/issues/26130
https://github.com/apache/airflow/pull/34672
0c8e30e43b70e9d033e1686b327eb00aab82479c
e5238c23b30dfe3556fb458fa66f28e621e160ae
2022-09-02T12:15:18Z
python
2023-10-05T07:34:50Z
closed
apache/airflow
https://github.com/apache/airflow
26,101
["airflow/utils/sqlalchemy.py", "tests/utils/test_sqlalchemy.py"]
Kubernetes Invalid executor_config, pod_override filled with Encoding.VAR
### Apache Airflow version 2.3.4 ### What happened Trying to start Kubernetes tasks using a `pod_override` results in pods not starting after upgrading from 2.3.2 to 2.3.4 The pod_override look very odd, filled with many Encoding.VAR objects, see following scheduler log: ``` {kubernetes_executor.py:550} INFO - ...
https://github.com/apache/airflow/issues/26101
https://github.com/apache/airflow/pull/26191
af3a07427023d7089f3bc74a708723d13ce3cf73
87108d7b62a5c79ab184a50d733420c0930fdd93
2022-09-01T13:26:56Z
python
2022-09-07T22:44:52Z
closed
apache/airflow
https://github.com/apache/airflow
26,099
["airflow/models/baseoperator.py", "airflow/ti_deps/deps/trigger_rule_dep.py", "airflow/utils/trigger_rule.py", "docs/apache-airflow/concepts/dags.rst", "tests/ti_deps/deps/test_trigger_rule_dep.py", "tests/utils/test_trigger_rule.py"]
Add one_done trigger rule
### Body Action: trigger as soon as 1 upstream task is in success or failuire This has been requested in https://stackoverflow.com/questions/73501232/how-to-implement-the-one-done-trigger-rule-for-airflow I think this can be useful for the community. **The Task:** Add support for new trigger rule `one_done` You...
https://github.com/apache/airflow/issues/26099
https://github.com/apache/airflow/pull/26146
55d11464c047d2e74f34cdde75d90b633a231df2
baaea097123ed22f62c781c261a1d9c416570565
2022-09-01T07:27:12Z
python
2022-09-23T17:05:28Z
closed
apache/airflow
https://github.com/apache/airflow
26,095
["airflow/providers/google/cloud/hooks/bigquery.py", "tests/providers/google/cloud/hooks/test_bigquery.py"]
Creative use of BigQuery Hook Leads to Exception
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers 8.3.0 ### Apache Airflow version 2.3.4 ### Operating System Debian ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened When executing a query through a BigQuery Hook Cursor that does not have a s...
https://github.com/apache/airflow/issues/26095
https://github.com/apache/airflow/pull/26096
b7969d4a404f8b441efda39ce5c2ade3e8e109dc
12cbc0f1ddd9e8a66c5debe7f97b55a2c8001502
2022-08-31T21:43:47Z
python
2022-09-07T15:56:55Z
closed
apache/airflow
https://github.com/apache/airflow
26,071
["airflow/example_dags/example_branch_day_of_week_operator.py", "airflow/operators/weekday.py", "airflow/sensors/weekday.py"]
BranchDayOfWeekOperator documentation don't mention how to use parameter use_taks_execution_day or how to use WeekDay
### What do you see as an issue? The constructor snippet shows clearly that there's a keyword parameter `use_task_exection_day=False`, but the doc does not explain how to use it. It also has `{WeekDay.TUESDAY}, {WeekDay.SATURDAY, WeekDay.SUNDAY}` as options for `week_day` but does not clarify how to import WeekDay. Th...
https://github.com/apache/airflow/issues/26071
https://github.com/apache/airflow/pull/26098
4b26c8c541a720044fa96475620fc70f3ac6ccab
dd6b2e4e6cb89d9eea2f3db790cb003a2e89aeff
2022-08-30T16:30:15Z
python
2022-09-09T02:05:52Z
closed
apache/airflow
https://github.com/apache/airflow
26,067
["airflow/jobs/scheduler_job.py", "tests/jobs/test_scheduler_job.py"]
Include external_executor_id in zombie detection method
### Description Adjust the SimpleTaskInstance to include the external_executor_id so that it shows up when the zombie detection method prints the SimpleTaskInstance to logs. ### Use case/motivation Since the zombie detection message originates in the dag file processor, further troubleshooting of the zombie task req...
https://github.com/apache/airflow/issues/26067
https://github.com/apache/airflow/pull/26141
b6ba11ebece2c3aaf418738cb157174491a1547c
ef0b97914a6d917ca596200c19faed2f48dca88a
2022-08-30T13:27:51Z
python
2022-09-03T13:23:33Z
closed
apache/airflow
https://github.com/apache/airflow
26,059
["airflow/models/dag.py", "tests/models/test_dag.py"]
[Graph view] After clearing the task (and its downstream tasks) in a task group the task group becomes disconnected from the dag
### Apache Airflow version 2.3.4 ### What happened n the graph view of the dag, after clearing the task (and its downstream tasks) in a task group and refreshing the page the browser the task group becomes disconnected from the dag. See attached gif. ![airflow_2_3_4_task_group_bug](https://user-images.githubusercon...
https://github.com/apache/airflow/issues/26059
https://github.com/apache/airflow/pull/30129
4dde8ececf125abcded5910817caad92fcc82166
76a884c552a78bfb273fe8b65def58125fc7961a
2022-08-30T10:12:04Z
python
2023-03-15T20:05:12Z