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
26,567
["airflow/providers/amazon/aws/transfers/sql_to_s3.py", "tests/providers/amazon/aws/transfers/test_sql_to_s3.py"]
Changes to SqlToS3Operator Breaking CSV formats
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers `apache-airflow-providers-amazon==5.1.0` ### Apache Airflow version 2.3.4 ### Operating System Linux ### Deployment Astronomer ### Deployment details _No response_ ### What happened Once https://github....
https://github.com/apache/airflow/issues/26567
https://github.com/apache/airflow/pull/26676
fa0cb363b860b553af2ef9530ea2de706bd16e5d
9c59312fbcf113d56ee0a61e018dfd7cef725af7
2022-09-21T17:39:05Z
python
2022-10-02T01:12:21Z
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,555
["airflow/cli/commands/task_command.py", "tests/cli/commands/test_task_command.py"]
"airflow tasks render/state" cli commands do not work for mapped task instances
### Apache Airflow version Other Airflow 2 version ### What happened Running following cli command: ``` airflow tasks render test-dynamic-mapping consumer scheduled__2022-09-18T15:14:15.107780+00:00 --map-index ``` fails with exception: ``` Traceback (most recent call last): File "/opt/python3.8...
https://github.com/apache/airflow/issues/26555
https://github.com/apache/airflow/pull/28698
a7e1cb2fbfc684508f4b832527ae2371f99ad37d
1da17be37627385fed7fc06584d72e0abda6a1b5
2022-09-21T13:56:19Z
python
2023-01-04T20:43:20Z
closed
apache/airflow
https://github.com/apache/airflow
26,548
["airflow/models/renderedtifields.py", "airflow/utils/sqlalchemy.py"]
Resolve warning about renderedtifields query
### Body This warning is emitted when running a task instance, at least on mysql: ``` [2022-09-21, 05:22:56 UTC] {logging_mixin.py:117} WARNING - /home/airflow/.local/lib/python3.8/site-packages/airflow/models/renderedtifields.py:258 SAWarning: Coercing Subquery object into a select() for use in IN(); plea...
https://github.com/apache/airflow/issues/26548
https://github.com/apache/airflow/pull/26667
22d52c00f6397fde8d97cf2479c0614671f5b5ba
0e79dd0b1722a610c898da0ba8557b8a94da568c
2022-09-21T05:26:52Z
python
2022-09-26T13:49:17Z
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,529
["airflow/serialization/serialized_objects.py", "docs/apache-airflow/best-practices.rst", "docs/apache-airflow/concepts/timetable.rst", "tests/serialization/test_dag_serialization.py"]
Variable.get inside of a custom Timetable breaks the Scheduler
### Apache Airflow version 2.3.4 ### What happened If you try to use `Variable.get` from inside of a custom Timetable, the Scheduler will break with errors like: ``` scheduler | [2022-09-20 10:19:36,104] {variable.py:269} ERROR - Unable to retrieve variable from secrets backend (MetastoreBackend). Checkin...
https://github.com/apache/airflow/issues/26529
https://github.com/apache/airflow/pull/26649
26f94c5370587f73ebd935cecf208c6a36bdf9b6
37c0cb6d3240062106388449cf8eed9c948fb539
2022-09-20T16:02:09Z
python
2022-09-26T22:01:14Z
closed
apache/airflow
https://github.com/apache/airflow
26,527
["airflow/utils/json.py", "airflow/www/app.py", "airflow/www/utils.py", "airflow/www/views.py", "tests/www/test_app.py"]
UI error when clicking on graph view when a task has pod overrides
### Apache Airflow version 2.4.0 ### What happened When I click on the graph view or the gaant view for a DAG that has a task with pod_overrides, I get ``` Something bad has happened. Airflow is used by many users, and it is very likely that others had similar problems and you can easily find a solution to ...
https://github.com/apache/airflow/issues/26527
https://github.com/apache/airflow/pull/26554
e61d823f18238a82570203b62fe986bd0bc91b51
378dfbe2fe266f17859dbabd34b9bc8cd5c904ab
2022-09-20T15:05:42Z
python
2022-09-21T21:12:39Z
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,399
["airflow/providers/google/cloud/hooks/kubernetes_engine.py", "tests/providers/google/cloud/hooks/test_kubernetes_engine.py"]
GKEHook.create_cluster is not wait_for_operation using the input project_id parameter
### Apache Airflow version main (development) ### What happened In the GKEHook, the `create_cluster` method is creating a GKE cluster in the project_id specified by the input, but in `wait_for_operation`, it's waiting for the operation to appear in the default project_id (because no project_id explicitly provi...
https://github.com/apache/airflow/issues/26399
https://github.com/apache/airflow/pull/26418
0bca962cd2c9671adbe68923e17ebecf66a0c6be
e31590039634ff722ad005fe9f1fc02e5a669699
2022-09-14T17:15:25Z
python
2022-09-20T07:46:16Z
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,360
["airflow/serialization/serialized_objects.py", "tests/serialization/test_dag_serialization.py"]
dynamic dataset ref breaks when viewed in UI or when triggered (dagbag.py:_add_dag_from_db)
### Apache Airflow version 2.4.0b1 ### What happened Here's a file which defines three dags. "source" uses `Operator.partial` to reference either "sink". I'm not sure if it's supported to do so, but airlflow should at least fail more gracefully than it does. ```python3 from datetime import datetime, time...
https://github.com/apache/airflow/issues/26360
https://github.com/apache/airflow/pull/26369
5e9589c685bcec769041e0a1692035778869f718
b816a6b243d16da87ca00e443619c75e9f6f5816
2022-09-13T06:54:16Z
python
2022-09-14T10:01:11Z
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,279
["airflow/providers/google/cloud/transfers/gcs_to_bigquery.py", "tests/providers/google/cloud/transfers/test_gcs_to_bigquery.py"]
GCSToBigQueryOperator `max_id_key` Feature Throws Error
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers 8.3.0 ### Apache Airflow version 2.3.4 ### Operating System OSX ### Deployment Virtualenv installation ### Deployment details _No response_ ### What happened When using the `max_id_key` feature of `GCSToBigQueryOperator` it fail...
https://github.com/apache/airflow/issues/26279
https://github.com/apache/airflow/pull/26285
b4f8a069f07b18ce98c9b1286da5a5fcde2bff9f
07fe356de0743ca64d936738b78704f7c05774d1
2022-09-09T17:47:29Z
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,238
["airflow/__init__.py"]
[BUG] 2.4.0b1 - google-provider - AttributeError: 'str' object has no attribute 'version'
### Apache Airflow version main (development) ### What happened when I start airflow 2.4.0b1 with the `apache-airflow-providers-google==8.3.0` the webserver log give : ```log [2022-09-08 14:39:53,158] {webserver_command.py:251} ERROR - [0 / 0] Some workers seem to have died and gunicorn did not restart them ...
https://github.com/apache/airflow/issues/26238
https://github.com/apache/airflow/pull/26239
a45ab47d7afa97ba6b03471b1dd8816a48cb9689
b7a603cf89728e02a187409c83983d58cc554457
2022-09-08T14:46:59Z
python
2022-09-09T08:41:03Z
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,097
["airflow/providers/microsoft/azure/operators/container_instances.py"]
Add the parameter `network_profile` in `AzureContainerInstancesOperator`
### Description [apache-airflow-providers-microsoft-azure](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/stable/index.html) uses `azure-mgmt-containerinstance==>=1.5.0,<2.0`. In `azure-mgmt-containerinstance==1.5.0`, [ContainerGroup](https://github.com/Azure/azure-sdk-for-python/blob/azu...
https://github.com/apache/airflow/issues/26097
https://github.com/apache/airflow/pull/26117
dd6b2e4e6cb89d9eea2f3db790cb003a2e89aeff
5060785988f69d01ee2513b1e3bba73fbbc0f310
2022-08-31T23:41:27Z
python
2022-09-09T02:50:26Z
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
closed
apache/airflow
https://github.com/apache/airflow
26,046
["airflow/providers/common/sql/operators/sql.py", "tests/providers/common/sql/operators/test_sql.py"]
`isinstance()` check in `_hook()` breaking provider hook usage
### Apache Airflow Provider(s) common-sql ### Versions of Apache Airflow Providers Using `apache-airflow-providers-common-sql==1.1.0` ### Apache Airflow version 2.3.2 ### Operating System Debian GNU/Linux 11 bullseye ### Deployment Astronomer ### Deployment details astro-runtime:5.0.5 ### What happened The...
https://github.com/apache/airflow/issues/26046
https://github.com/apache/airflow/pull/26051
d356560baa5a41d4bda87e4010ea6d90855d25f3
27e2101f6ee5567b2843cbccf1dca0b0e7c96186
2022-08-29T19:58:59Z
python
2022-08-30T17:05:53Z
closed
apache/airflow
https://github.com/apache/airflow
26,044
["airflow/jobs/backfill_job.py", "tests/jobs/test_backfill_job.py"]
Backfill dagrun mistakenly evaluated as deadlocked
### Apache Airflow version Other Airflow 2 version ### What happened I used a bash operator to run a backfill command. The dagrun was marked as failed and was alerted for a deadlock even though the task instances themselves were still ran normally. This happens occasionally. ``` [2022-08-23, 10:54:59 UTC] {subpr...
https://github.com/apache/airflow/issues/26044
https://github.com/apache/airflow/pull/26161
5b216e9480e965c7c1919cb241668beca53ab521
6931fbf8f7c0e3dfe96ce51ef03f2b1502baef07
2022-08-29T18:41:15Z
python
2022-09-06T09:43:55Z
closed
apache/airflow
https://github.com/apache/airflow
26,019
["dev/breeze/src/airflow_breeze/commands/release_management_commands.py", "dev/breeze/src/airflow_breeze/utils/docker_command_utils.py", "images/breeze/output_release-management_generate-constraints.svg", "scripts/in_container/_in_container_script_init.sh", "scripts/in_container/_in_container_utils.sh", "scripts/in_con...
Rewrite the in-container scripts in Python
We have a number of "in_container" scripts written in Bash, They are doing a number of houseekeeping stuff but since we already have Python 3.7+ inside the CI image, we could modularise them more and make them run from external and simplify entrypoint_ci (for example separate script for tests).
https://github.com/apache/airflow/issues/26019
https://github.com/apache/airflow/pull/36158
36010f6d0e3231081dbae095baff5a5b5c5b34eb
f39cdcceff4fa64debcaaef6e30f345b7b21696e
2022-08-28T09:23:08Z
python
2023-12-11T07:02:53Z
closed
apache/airflow
https://github.com/apache/airflow
26,013
["airflow/models/dag.py", "tests/models/test_dag.py"]
schedule_interval is not respecting the value assigned to that either it's one day or none
### Apache Airflow version main (development) ### What happened Schedule_interval is `none` even if `timedelta(days=365, hours=6)` also its 1 day for `schedule_interval=None` and `schedule_interval=timedelta(days=3)` ### What you think should happen instead It should respect the value assigned to it. ...
https://github.com/apache/airflow/issues/26013
https://github.com/apache/airflow/pull/26082
d4db9aecc3e534630c76e59c54d90329ed20a6ab
c982080ca1c824dd26c452bcb420df0f3da1afa8
2022-08-27T16:35:56Z
python
2022-08-31T09:09:21Z
closed
apache/airflow
https://github.com/apache/airflow
26,000
["airflow/jobs/backfill_job.py", "tests/jobs/test_backfill_job.py"]
`start_date` for an existing dagrun is not set when ran with backfill flags ` --reset-dagruns --yes`
### Apache Airflow version 2.3.4 ### What happened When the dagrun already exists and is backfilled with the flags `--reset-dagruns --yes`, the dag run will not have a start date. This is because reset_dagruns calls [clear_task_instances](https://github.com/apache/airflow/blob/main/airflow/models/dag.py#L2020) which...
https://github.com/apache/airflow/issues/26000
https://github.com/apache/airflow/pull/26135
4644a504f2b64754efb40f4c61f8d050f3e7b1b7
2d031ee47bc7af347040069a3162273de308aef6
2022-08-27T01:00:57Z
python
2022-09-02T16:14:12Z
closed
apache/airflow
https://github.com/apache/airflow
25,976
["airflow/api_connexion/schemas/pool_schema.py", "airflow/models/pool.py", "airflow/www/views.py", "tests/api_connexion/endpoints/test_pool_endpoint.py", "tests/api_connexion/schemas/test_pool_schemas.py", "tests/api_connexion/test_auth.py", "tests/www/views/test_views_pool.py"]
Include "Scheduled slots" column in Pools view
### Description It would be nice to have a "Scheduled slots" column to see how many slots want to enter each pool. Currently we are only displaying the running and queued slots. ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to su...
https://github.com/apache/airflow/issues/25976
https://github.com/apache/airflow/pull/26006
1c73304bdf26b19d573902bcdfefc8ca5160511c
bcdc25dd3fbda568b5ff2c04701623d6bf11a61f
2022-08-26T07:53:27Z
python
2022-08-29T06:31:50Z
closed
apache/airflow
https://github.com/apache/airflow
25,968
["airflow/configuration.py", "tests/core/test_configuration.py"]
Unable to configure Google Secrets Manager in 2.3.4
### Apache Airflow version 2.3.4 ### What happened I am attempting to configure a Google Secrets Manager secrets backend using the `gcp_keyfile_dict` param in a `.env` file with the following ENV Vars: ``` AIRFLOW__SECRETS__BACKEND=airflow.providers.google.cloud.secrets.secret_manager.CloudSecretManagerBackend ...
https://github.com/apache/airflow/issues/25968
https://github.com/apache/airflow/pull/25970
876536ea3c45d5f15fcfbe81eda3ee01a101faa3
aa877637f40ddbf3b74f99847606b52eb26a92d9
2022-08-25T22:01:21Z
python
2022-08-26T09:24:23Z
closed
apache/airflow
https://github.com/apache/airflow
25,963
["airflow/providers/amazon/aws/operators/ecs.py", "airflow/providers/amazon/aws/sensors/ecs.py", "tests/providers/amazon/aws/operators/test_ecs.py"]
Invalid arguments were passed to EcsRunTaskOperator (aws_conn_id)
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==5.0.0 ### Apache Airflow version 2.4.4 ### Operating System linux ### Deployment Docker-Compose ### Deployment details Custom built docker image based on the official one. ...
https://github.com/apache/airflow/issues/25963
https://github.com/apache/airflow/pull/25989
c9c89e5c3be37dd2475abf4214d5efdd2ad48c2a
dbfa6487b820e6c94770404b3ba29ab11ae2a05e
2022-08-25T19:36:24Z
python
2022-08-27T02:15:29Z
closed
apache/airflow
https://github.com/apache/airflow
25,952
["airflow/providers/amazon/aws/operators/rds.py", "airflow/providers/amazon/aws/sensors/rds.py", "docs/apache-airflow-providers-amazon/operators/rds.rst", "tests/providers/amazon/aws/operators/test_rds.py", "tests/system/providers/amazon/aws/example_rds_instance.py"]
Add RDS operators/sensors
### Description I think adding the following operators/sensors would benefit companies that need to start/stop RDS instances programmatically. Name | Description | PR :- | :- | :- `RdsStartDbOperator` | Start an instance, and optionally wait for it enter "available" state | #27076 `RdsStopDbOperator` | Start a...
https://github.com/apache/airflow/issues/25952
https://github.com/apache/airflow/pull/27076
d4bfccb3c90d889863bb1d1500ad3158fc833aae
a2413cf6ca8b93e491a48af11d769cd13bce8884
2022-08-25T08:51:53Z
python
2022-10-19T05:36:05Z
closed
apache/airflow
https://github.com/apache/airflow
25,949
["airflow/www/static/js/api/useGridData.test.js", "airflow/www/static/js/api/useGridData.ts"]
Auto-refresh is broken in 2.3.4
### Apache Airflow version 2.3.4 ### What happened In PR #25042 a bug was introduced that prevents auto-refresh from working when tasks of type `scheduled` are running. ### What you think should happen instead Auto-refresh should work for any running or queued task, rather than only manually-scheduled tasks. ### ...
https://github.com/apache/airflow/issues/25949
https://github.com/apache/airflow/pull/25950
e996a88c7b19a1d30c529f5dd126d0a8871f5ce0
37ec752c818d4c42cba6e7fdb2e11cddc198e810
2022-08-25T03:39:42Z
python
2022-08-25T11:46:52Z
closed
apache/airflow
https://github.com/apache/airflow
25,937
["airflow/providers/common/sql/hooks/sql.py", "airflow/providers/common/sql/provider.yaml", "airflow/providers/presto/hooks/presto.py", "airflow/providers/presto/provider.yaml", "airflow/providers/sqlite/hooks/sqlite.py", "airflow/providers/sqlite/provider.yaml", "airflow/providers/trino/hooks/trino.py", "airflow/provi...
TrinoHook uses wrong parameter representation when inserting rows
### Apache Airflow Provider(s) trino ### Versions of Apache Airflow Providers apache-airflow-providers-trino==4.0.0 ### Apache Airflow version 2.3.3 ### Operating System macOS 12.5.1 (21G83) ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened `TrinoHook.insert_rows()` throw...
https://github.com/apache/airflow/issues/25937
https://github.com/apache/airflow/pull/25939
4c3fb1ff2b789320cc2f19bd921ac0335fc8fdf1
a74d9349919b340638f0db01bc3abb86f71c6093
2022-08-24T14:02:00Z
python
2022-08-27T01:15:54Z
closed
apache/airflow
https://github.com/apache/airflow
25,926
["docs/apache-airflow-providers-docker/decorators/docker.rst", "docs/apache-airflow-providers-docker/index.rst"]
How to guide for @task.docker decorator
### Body Hi. [The documentation for apache-airflow-providers-docker](https://airflow.apache.org/docs/apache-airflow-providers-docker/stable/index.html) does not provide information on how to use the `@task.dockker `decorator. We have this decorator described only in the API reference for this provider and documenta...
https://github.com/apache/airflow/issues/25926
https://github.com/apache/airflow/pull/28251
fd5846d256b6d269b160deb8df67cd3d914188e0
74b69030efbb87e44c411b3563989d722fa20336
2022-08-24T04:39:14Z
python
2022-12-14T08:48:06Z
closed
apache/airflow
https://github.com/apache/airflow
25,851
["airflow/providers/common/sql/hooks/sql.py", "tests/providers/common/sql/hooks/test_sqlparse.py", "tests/providers/databricks/hooks/test_databricks_sql.py", "tests/providers/oracle/hooks/test_oracle.py"]
PL/SQL statement stop working after upgrade common-sql to 1.1.0
### Apache Airflow Provider(s) common-sql, oracle ### Versions of Apache Airflow Providers apache-airflow-providers-common-sql==1.1.0 apache-airflow-providers-oracle==3.3.0 ### Apache Airflow version 2.3.3 ### Operating System Debian GNU/Linux 11 (bullseye) ### Deployment Docker-Compose ### Deployment detail...
https://github.com/apache/airflow/issues/25851
https://github.com/apache/airflow/pull/25855
ccdd73ec50ab9fb9d18d1cce7a19a95fdedcf9b9
874a95cc17c3578a0d81c5e034cb6590a92ea310
2022-08-21T13:19:59Z
python
2022-08-21T23:51:11Z
closed
apache/airflow
https://github.com/apache/airflow
25,836
["airflow/api/client/api_client.py", "airflow/api/client/json_client.py", "airflow/api/client/local_client.py", "airflow/cli/cli_parser.py", "airflow/cli/commands/dag_command.py", "tests/cli/commands/test_dag_command.py"]
Support overriding `replace_microseconds` parameter for `airflow dags trigger` CLI command
### Description `airflow dags trigger` CLI command always defaults with `replace_microseconds=True` because of the default value in the API. It would be very nice to be able to control this flag from the CLI. ### Use case/motivation We use AWS MWAA. The exposed interface is Airflow CLI (yes, we could also ask to get...
https://github.com/apache/airflow/issues/25836
https://github.com/apache/airflow/pull/27640
c30c0b5714e4ee217735649b9405f0f79af63059
b6013c0b8f1064c523af2d905c3f32ff1cbec421
2022-08-19T17:04:24Z
python
2022-11-26T00:07:11Z
closed
apache/airflow
https://github.com/apache/airflow
25,833
["airflow/providers/amazon/aws/hooks/s3.py", "tests/providers/amazon/aws/hooks/test_s3.py"]
Airflow Amazon provider S3Hook().download_file() fail when needs encryption arguments (SSECustomerKey etc..)
### Apache Airflow version 2.3.3 ### What happened Bug when trying to use the S3Hook to download a file from S3 with extra parameters for security like an SSECustomerKey. The function [download_file](https://github.com/apache/airflow/blob/dd72e67524c99e34ba4c62bfb554e4caf877d5ec/airflow/providers/amazon/aw...
https://github.com/apache/airflow/issues/25833
https://github.com/apache/airflow/pull/35037
36c5c111ec00075db30fab7c67ac1b6900e144dc
95980a9bc50c1accd34166ba608bbe2b4ebd6d52
2022-08-19T16:25:16Z
python
2023-10-25T15:30:35Z
closed
apache/airflow
https://github.com/apache/airflow
25,815
["airflow/providers/common/sql/operators/sql.py", "tests/providers/common/sql/operators/test_sql.py"]
SQLTableCheckOperator fails for Postgres
### Apache Airflow version 2.3.3 ### What happened `SQLTableCheckOperator` fails when used with Postgres. ### What you think should happen instead From the logs: ``` [2022-08-19, 09:28:14 UTC] {taskinstance.py:1910} ERROR - Task failed with exception Traceback (most recent call last): File "/usr/lo...
https://github.com/apache/airflow/issues/25815
https://github.com/apache/airflow/pull/25821
b535262837994ef3faf3993da8f246cce6cfd3d2
dd72e67524c99e34ba4c62bfb554e4caf877d5ec
2022-08-19T09:51:42Z
python
2022-08-19T15:08:21Z
closed
apache/airflow
https://github.com/apache/airflow
25,781
["airflow/providers/google/cloud/operators/bigquery.py", "tests/providers/google/cloud/operators/test_bigquery.py"]
BigQueryGetDataOperator does not support passing project_id
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==8.3.0 ### Apache Airflow version 2.3.2 ### Operating System MacOS ### Deployment Other ### Deployment details _No response_ ### What happened Can not actively pass project_id as an argument when ...
https://github.com/apache/airflow/issues/25781
https://github.com/apache/airflow/pull/25782
98a7701942c683f3126f9c4f450c352b510a2734
fc6dfa338a76d02a426e2b7f0325d37ea5e95ac3
2022-08-18T04:40:01Z
python
2022-08-20T21:14:09Z
closed
apache/airflow
https://github.com/apache/airflow
25,775
["airflow/models/abstractoperator.py", "airflow/models/taskmixin.py", "tests/models/test_baseoperator.py"]
XComs from another task group fail to populate dynamic task mapping metadata
### Apache Airflow version 2.3.3 ### What happened When a task returns a mappable Xcom within a task group, the dynamic task mapping feature (via `.expand`) causes the Airflow Scheduler to infinitely loop with a runtime error: ``` Traceback (most recent call last): File "/home/airflow/.local/bin/airfl...
https://github.com/apache/airflow/issues/25775
https://github.com/apache/airflow/pull/25793
6e66dd7776707936345927f8fccee3ddb7f23a2b
5c48ed19bd3b554f9c3e881a4d9eb61eeba4295b
2022-08-17T18:42:22Z
python
2022-08-19T09:55:19Z
closed
apache/airflow
https://github.com/apache/airflow
25,765
["airflow/jobs/scheduler_job.py"]
Deadlock in Scheduler Loop when Updating Dag Run
### Apache Airflow version 2.3.3 ### What happened We have been getting occasional deadlock errors in our main scheduler loop that is causing the scheduler to error out of the main scheduler loop and terminate. The full stack trace of the error is below: ``` Aug 13 00:01:17 ip-10-0-2-218 bash[26063]: [2022-08-13...
https://github.com/apache/airflow/issues/25765
https://github.com/apache/airflow/pull/26347
f977804255ca123bfea24774328ba0a9ca63688b
0da49935000476b1d1941b63d0d66d3c58d64fea
2022-08-17T14:04:17Z
python
2022-10-02T03:33:59Z
closed
apache/airflow
https://github.com/apache/airflow
25,743
["airflow/config_templates/airflow_local_settings.py"]
DeprecationWarning: Passing filename_template to FileTaskHandler is deprecated and has no effect
### Apache Airflow version 2.3.3 ### What happened After upgrading or installing airflow 2.3.3 the remote_logging in airflow.cfg cant be set to true without creating depreciation warning. I'm using remote logging to an s3 bucket. It doesn't matter which version of **apache-airflow-providers-amazon** i have i...
https://github.com/apache/airflow/issues/25743
https://github.com/apache/airflow/pull/25764
0267a47e5abd104891e0ec6c741b5bed208eef1e
da616a1421c71c8ec228fefe78a0a90263991423
2022-08-16T14:26:29Z
python
2022-08-19T14:13:05Z
closed
apache/airflow
https://github.com/apache/airflow
25,718
["airflow/providers/google/cloud/hooks/bigquery_dts.py"]
Incorrect config name generated for BigQueryDeleteDataTransferConfigOperator
### Apache Airflow version 2.3.3 ### What happened When we try to delete a big query transfer config using BigQueryDeleteDataTransferConfigOperator, we are unable to find the config, as the generated transfer config name is erroneous. As a result, although a transfer config id (that exists) is passed to the operat...
https://github.com/apache/airflow/issues/25718
https://github.com/apache/airflow/pull/25719
c6e9cdb4d013fec330deb79810dbb735d2c01482
fa0cb363b860b553af2ef9530ea2de706bd16e5d
2022-08-15T03:02:59Z
python
2022-10-02T00:56:11Z
closed
apache/airflow
https://github.com/apache/airflow
25,712
["airflow/providers/postgres/provider.yaml", "generated/provider_dependencies.json"]
postgres provider: use non-binary psycopg2 (recommended for production use)
### Apache Airflow Provider(s) postgres ### Versions of Apache Airflow Providers apache-airflow-providers-postgres==5.0.0 ### Apache Airflow version 2.3.3 ### Operating System Debian 11 (airflow docker image) ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No r...
https://github.com/apache/airflow/issues/25712
https://github.com/apache/airflow/pull/25710
28165eef2ac26c66525849e7bebb55553ea5a451
14d56a5a9e78580c53cf85db504464daccffe21c
2022-08-14T10:23:53Z
python
2022-08-23T15:08:21Z
closed
apache/airflow
https://github.com/apache/airflow
25,698
["airflow/models/mappedoperator.py", "tests/jobs/test_backfill_job.py", "tests/models/test_dagrun.py", "tests/models/test_taskinstance.py"]
Backfill mode with mapped tasks: "Failed to populate all mapping metadata"
### Apache Airflow version 2.3.3 ### What happened I was backfilling some DAGs that use dynamic tasks when I got an exception like the following: ``` Traceback (most recent call last): File "/opt/conda/envs/production/bin/airflow", line 11, in <module> sys.exit(main()) File "/opt/conda/envs/prod...
https://github.com/apache/airflow/issues/25698
https://github.com/apache/airflow/pull/25757
d51957165b2836fe0006d318c299c149fb5d35b0
728a3ce5c2f5abdd7aa01864a861ca18b1f27c1b
2022-08-12T18:04:47Z
python
2022-08-19T09:45:29Z
closed
apache/airflow
https://github.com/apache/airflow
25,681
["airflow/models/dagrun.py", "tests/models/test_dagrun.py"]
Scheduler enters crash loop in certain cases with dynamic task mapping
### Apache Airflow version 2.3.3 ### What happened The scheduler crashed when attempting to queue a dynamically mapped task which is directly downstream and only dependent on another dynamically mapped task. <details><summary>scheduler.log</summary> ``` scheduler | ____________ _____________ sche...
https://github.com/apache/airflow/issues/25681
https://github.com/apache/airflow/pull/25788
29c33165a06b7a6233af3657ace4f2bdb4ec27e4
db818ae6665b37cd032aa6d2b0f97232462d41e1
2022-08-11T15:27:11Z
python
2022-08-25T19:11:48Z
closed
apache/airflow
https://github.com/apache/airflow
25,671
["airflow/cli/cli_parser.py", "airflow/cli/commands/dag_command.py", "tests/cli/commands/test_dag_command.py"]
`airflow dags test` command with run confs
### Description Currently, the command [`airflow dags test`](https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html#test) doesn't accept any configs to set run confs. We can do that in [`airflow dags trigger`](https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-re...
https://github.com/apache/airflow/issues/25671
https://github.com/apache/airflow/pull/25900
bcdc25dd3fbda568b5ff2c04701623d6bf11a61f
bcc2fe26f6e0b7204bdf73f57d25b4e6c7a69548
2022-08-11T13:00:03Z
python
2022-08-29T08:51:29Z
closed
apache/airflow
https://github.com/apache/airflow
25,669
["airflow/providers/atlassian/jira/CHANGELOG.rst", "airflow/providers/atlassian/jira/hooks/jira.py", "airflow/providers/atlassian/jira/operators/jira.py", "airflow/providers/atlassian/jira/provider.yaml", "airflow/providers/atlassian/jira/sensors/jira.py", "generated/provider_dependencies.json", "tests/providers/atlass...
change Jira sdk to official atlassian sdk
### Description Jira is a product of atlassian https://www.atlassian.com/ There are https://github.com/pycontribs/jira/issues and https://github.com/atlassian-api/atlassian-python-api ### Use case/motivation Motivation is that now Airflow use unoffical SDK which is limited only to jira and can't also add operat...
https://github.com/apache/airflow/issues/25669
https://github.com/apache/airflow/pull/27633
b5338b5825859355b017bed3586d5a42208f1391
f3c68d7e153b8d417edf4cc4a68d18dbc0f30e64
2022-08-11T12:08:46Z
python
2022-12-07T12:48:41Z
closed
apache/airflow
https://github.com/apache/airflow
25,668
["airflow/providers/cncf/kubernetes/hooks/kubernetes.py", "tests/providers/cncf/kubernetes/operators/test_spark_kubernetes.py"]
SparkKubernetesOperator application file attribute "name" is not mandatory
### Apache Airflow version 2.3.3 ### What happened Since commit https://github.com/apache/airflow/commit/3c5bc73579080248b0583d74152f57548aef53a2 the SparkKubernetesOperator application file is expected to have an attribute metadata:name and the operator execution fails with exception `KeyError: 'name'` if it not ex...
https://github.com/apache/airflow/issues/25668
https://github.com/apache/airflow/pull/25787
4dc9b1c592497686dada05e45147b1364ec338ea
2d2f0daad66416d565e874e35b6a487a21e5f7b1
2022-08-11T11:43:00Z
python
2022-11-08T12:58:28Z
closed
apache/airflow
https://github.com/apache/airflow
25,653
["airflow/jobs/backfill_job.py", "tests/jobs/test_backfill_job.py"]
Deferrable Operators get stuck as "scheduled" during backfill
### Apache Airflow version 2.3.3 ### What happened If you try to backfill a DAG that uses any [deferrable operators](https://airflow.apache.org/docs/apache-airflow/stable/concepts/deferring.html), those tasks will get indefinitely stuck in a "scheduled" state. If I watch the Grid View, I can see the task state ch...
https://github.com/apache/airflow/issues/25653
https://github.com/apache/airflow/pull/26205
f01eed6490acd3bb3a58824e7388c4c3cd50ae29
3396d1f822caac7cbeb14e1e67679b8378a84a6c
2022-08-10T19:19:21Z
python
2022-09-23T05:08:28Z
closed
apache/airflow
https://github.com/apache/airflow
25,641
["airflow/www/templates/airflow/dag_audit_log.html", "airflow/www/views.py"]
Improve audit log
### Discussed in https://github.com/apache/airflow/discussions/25638 See the discussion. There are a couple of improvements that can be done: * add atribute to download the log rather than open it in-browser * add .log or similar (.txt?) extension * sort the output * possibly more <div type='discussions-op-...
https://github.com/apache/airflow/issues/25641
https://github.com/apache/airflow/pull/25856
634b9c03330c8609949f070457e7b99a6e029f26
50016564fa6ab6c6b02bdb0c70fccdf9b75c2f10
2022-08-10T13:42:53Z
python
2022-08-23T00:31:17Z
closed
apache/airflow
https://github.com/apache/airflow
25,635
["airflow/providers/microsoft/azure/hooks/batch.py", "airflow/providers/microsoft/azure/operators/batch.py"]
AzureBatchOperator not handling exit code correctly
### Apache Airflow Provider(s) microsoft-azure ### Versions of Apache Airflow Providers [apache-airflow-providers-microsoft-azure 3.9.0](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/3.9.0/) ### Apache Airflow version v2.3.2 ### Operating System Debian GNU/Linux 11 (bullseye) ### Depl...
https://github.com/apache/airflow/issues/25635
https://github.com/apache/airflow/pull/25844
810f3847c241453195fa2c27f447ecf7fe06bbfc
afb282aee4329042b273d501586ff27505c16b22
2022-08-10T10:34:39Z
python
2022-08-26T22:25:41Z
closed
apache/airflow
https://github.com/apache/airflow
25,627
["airflow/jobs/scheduler_job.py"]
MySQL Not Using Correct Index for Scheduler Critical Section Query
### Apache Airflow version Other Airflow 2 version ### What happened Airflow Version: 2.2.5 MySQL Version: 8.0.18 In the Scheduler, we are coming across instances where MySQL is inefficiently optimizing the [critical section task queuing query](https://github.com/apache/airflow/blob/2.2.5/airflow/jobs/scheduler_...
https://github.com/apache/airflow/issues/25627
https://github.com/apache/airflow/pull/25673
4d9aa3ae48bae124793b1a8ee394150eba0eee9b
134b5551db67f17b4268dce552e87a154aa1e794
2022-08-09T19:50:29Z
python
2022-08-12T11:28:55Z
closed
apache/airflow
https://github.com/apache/airflow
25,588
["airflow/models/mappedoperator.py", "tests/models/test_mappedoperator.py"]
Mapped KubernetesPodOperater not rendering nested templates
### Apache Airflow version 2.3.3 ### What happened Nested values, such as `env_vars` for the `KubernetesPodOperater` are not being rendered when used as a dynamically mapped operator. Assuming the following: ```python op = KubernetesPodOperater.partial( env_vars=[k8s.V1EnvVar(name='AWS_ACCESS_KEY_ID', va...
https://github.com/apache/airflow/issues/25588
https://github.com/apache/airflow/pull/25599
762588dcf4a05c47aa253b864bda00726a5569dc
ed39703cd4f619104430b91d7ba67f261e5bfddb
2022-08-08T06:17:20Z
python
2022-08-15T12:02:30Z
closed
apache/airflow
https://github.com/apache/airflow
25,580
[".github/workflows/ci.yml", "BREEZE.rst", "TESTING.rst", "dev/breeze/src/airflow_breeze/commands/testing_commands.py", "dev/breeze/src/airflow_breeze/commands/testing_commands_config.py", "images/breeze/output-commands-hash.txt", "images/breeze/output_testing.svg", "images/breeze/output_testing_helm-tests.svg", "image...
Convet running Helm unit tests to use the new breeze
The unit tests of Helm (using `helm template` still use bash scripts not the new breeze - we should switch them).
https://github.com/apache/airflow/issues/25580
https://github.com/apache/airflow/pull/25581
0d34355ffa3f9f2ecf666d4518d36c4366a4c701
a562cc396212e4d21484088ac5f363ade9ac2b8d
2022-08-07T13:24:26Z
python
2022-08-08T06:56:15Z
closed
apache/airflow
https://github.com/apache/airflow
25,555
["airflow/configuration.py", "tests/core/test_configuration.py"]
Airflow doesn't re-use a secrets backend instance when loading configuration values
### Apache Airflow version main (development) ### What happened When airflow is loading its configuration, it creates a new secrets backend instance for each configuration backend it loads from secrets and then additionally creates a global secrets backend instance that is used in `ensure_secrets_loaded` which code ...
https://github.com/apache/airflow/issues/25555
https://github.com/apache/airflow/pull/25556
33fbe75dd5100539c697d705552b088e568d52e4
5863c42962404607013422a40118d8b9f4603f0b
2022-08-05T16:13:36Z
python
2022-08-06T14:21:22Z
closed
apache/airflow
https://github.com/apache/airflow
25,523
["airflow/www/static/js/graph.js"]
Mapped, classic operator tasks within TaskGroups prepend `group_id` in Graph View
### Apache Airflow version main (development) ### What happened When mapped, classic operator tasks exist within TaskGroups, the `group_id` of the TaskGroup is prepended to the displayed `task_id` in the Graph View. In the below screenshot, all displayed task IDs only contain the direct `task_id` except for...
https://github.com/apache/airflow/issues/25523
https://github.com/apache/airflow/pull/26108
5697e9fdfa9d5af2d48f7037c31972c2db1f4397
3b76e81bcc9010cfec4d41fe33f92a79020dbc5b
2022-08-04T04:13:48Z
python
2022-09-01T16:32:02Z
closed
apache/airflow
https://github.com/apache/airflow
25,522
["airflow/providers/amazon/aws/hooks/batch_client.py", "airflow/providers/amazon/aws/operators/batch.py", "tests/providers/amazon/aws/hooks/test_batch_client.py", "tests/providers/amazon/aws/operators/test_batch.py"]
Support AWS Batch multinode job types
### Description Support [multinode job types](https://docs.aws.amazon.com/batch/latest/userguide/multi-node-parallel-jobs.html) in the [AWS Batch Operator](https://github.com/apache/airflow/blob/main/airflow/providers/amazon/aws/operators/batch.py). The [boto3 `submit_job` method](https://boto3.amazonaws.com/v1/do...
https://github.com/apache/airflow/issues/25522
https://github.com/apache/airflow/pull/29522
f080e1e3985f24293979f2f0fc28f1ddf72ee342
2ce11300064ec821ffe745980012100fc32cb4b4
2022-08-03T23:14:12Z
python
2023-04-12T04:29:25Z
closed
apache/airflow
https://github.com/apache/airflow
25,512
["airflow/www/static/js/dag/grid/index.tsx"]
Vertical overlay scrollbar on Grid view blocks last DAG run column
### Apache Airflow version 2.3.3 (latest released) ### What happened The vertical overlay scrollbar in Grid view on the Web UI (#22134) covers up the final DAG run column and makes it impossible to click on the tasks for that DAG run: ![image](https://user-images.githubusercontent.com/12103194/182652473-e93...
https://github.com/apache/airflow/issues/25512
https://github.com/apache/airflow/pull/25554
5668888a7e1074a620b3d38f407ecf1aa055b623
fe9772949eba35c73101c3cd93a7c76b3e633e7e
2022-08-03T16:10:55Z
python
2022-08-05T16:46:59Z
closed
apache/airflow
https://github.com/apache/airflow
25,508
["airflow/migrations/versions/0118_2_5_0_add_updated_at_to_dagrun_and_ti.py", "airflow/models/dagrun.py", "airflow/models/taskinstance.py", "docs/apache-airflow/img/airflow_erd.sha256", "docs/apache-airflow/img/airflow_erd.svg", "docs/apache-airflow/migrations-ref.rst", "tests/models/test_taskinstance.py"]
add lastModified columns to DagRun and TaskInstance.
I wonder if we should add lastModified columns to DagRun and TaskInstance. It might help a lot of UI/API queries. _Originally posted by @ashb in https://github.com/apache/airflow/issues/23805#issuecomment-1143752368_
https://github.com/apache/airflow/issues/25508
https://github.com/apache/airflow/pull/26252
768865e10c811bc544590ec268f9f5c334da89b5
4930df45f5bae89c297dbcd5cafc582a61a0f323
2022-08-03T14:49:55Z
python
2022-09-19T13:28:07Z
closed
apache/airflow
https://github.com/apache/airflow
25,493
["airflow/www/views.py", "tests/www/views/test_views_base.py", "tests/www/views/test_views_home.py"]
URL contains tag query parameter but Airflow UI does not correctly visualize the tags
### Apache Airflow version 2.3.3 (latest released) ### What happened An URL I saved in the past, `https://astronomer.astronomer.run/dx4o2568/home?tags=test`, has the tag field in the query parameter though I was not aware of this. When I clicked on the URL, I was confused because I did not see any DAGs when I...
https://github.com/apache/airflow/issues/25493
https://github.com/apache/airflow/pull/25715
ea306c9462615d6b215d43f7f17d68f4c62951b1
485142ac233c4ac9627f523465b7727c2d089186
2022-08-03T00:03:45Z
python
2022-11-24T10:27:43Z
closed
apache/airflow
https://github.com/apache/airflow
25,492
["airflow/api_connexion/endpoints/plugin_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/plugin_schema.py", "airflow/www/static/js/types/api-generated.ts"]
API server /plugin crashes
### Apache Airflow version 2.3.3 (latest released) ### What happened The `/plugins` endpoint returned a 500 http status code. ``` curl -X GET http://localhost:8080/api/v1/plugins\?limit\=1 \ -H 'Cache-Control: no-cache' \ --user "admin:admin" { "detail": "\"{'name': 'Test View', 'category': 'T...
https://github.com/apache/airflow/issues/25492
https://github.com/apache/airflow/pull/25524
7e3d2350dbb23b9c98bbadf73296425648e1e42d
5de11e1410b432d632e8c0d1d8ca0945811a56f0
2022-08-02T23:44:07Z
python
2022-08-04T15:37:58Z
closed
apache/airflow
https://github.com/apache/airflow
25,474
["airflow/providers/google/cloud/transfers/postgres_to_gcs.py"]
PostgresToGCSOperator parquet format mapping inconsistencies converts boolean data type to string
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==6.8.0 ### Apache Airflow version 2.3.2 ### Operating System Debian GNU/Linux 11 (bullseye) ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened When converting pos...
https://github.com/apache/airflow/issues/25474
https://github.com/apache/airflow/pull/25475
4da2b0c216c92795f19862a3ff6634e5a5936138
faf3c4fe474733965ab301465f695e3cc311169c
2022-08-02T14:36:32Z
python
2022-08-02T20:28:56Z
closed
apache/airflow
https://github.com/apache/airflow
25,446
["chart/templates/statsd/statsd-deployment.yaml", "chart/values.schema.json", "chart/values.yaml", "tests/charts/test_annotations.py"]
Helm Chart: Allow adding annotations to statsd deployment
### Description Helm Chart [does not allow adding annotations](https://github.com/apache/airflow/blob/40eefd84797f5085e6c3fef6cbd6f713ceb3c3d8/chart/templates/statsd/statsd-deployment.yaml#L60-L63) to StatsD deployment. We should add it. ### Use case/motivation In our Kubernetes cluster we need to set annotati...
https://github.com/apache/airflow/issues/25446
https://github.com/apache/airflow/pull/25732
fdecf12051308a4e064f5e4bf5464ffc9b183dad
951b7084619eca7229cdaadda99fd1191d4793e7
2022-08-01T14:23:14Z
python
2022-09-15T00:31:54Z
closed
apache/airflow
https://github.com/apache/airflow
25,395
["airflow/providers/snowflake/provider.yaml", "airflow/providers/snowflake/transfers/copy_into_snowflake.py", "airflow/providers/snowflake/transfers/s3_to_snowflake.py", "scripts/in_container/verify_providers.py", "tests/providers/snowflake/transfers/test_copy_into_snowflake.py"]
GCSToSnowflakeOperator with feature parity to the S3ToSnowflakeOperator
### Description Require an operator similar to the S3ToSnowflakeOperator but for GCS to load data stored in GCS to a Snowflake table. ### Use case/motivation Same as the S3ToSnowflakeOperator. ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of...
https://github.com/apache/airflow/issues/25395
https://github.com/apache/airflow/pull/25541
2ee099655b1ca46935dbf3e37ae0ec1139f98287
5c52bbf32d81291b57d051ccbd1a2479ff706efc
2022-07-29T10:23:52Z
python
2022-08-26T22:03:05Z
closed
apache/airflow
https://github.com/apache/airflow
25,388
["airflow/providers/jdbc/operators/jdbc.py", "tests/providers/jdbc/operators/test_jdbc.py"]
apache-airflow-providers-jdbc fails with jaydebeapi.Error
### Apache Airflow Provider(s) jdbc ### Versions of Apache Airflow Providers I am using apache-airflow-providers-jdbc==3.0.0 for Airflow 2.3.3 as per constraint [file](https://raw.githubusercontent.com/apache/airflow/constraints-2.3.3/constraints-3.10.txt) ### Apache Airflow version 2.3.3 (latest released) #...
https://github.com/apache/airflow/issues/25388
https://github.com/apache/airflow/pull/25412
3dfa44566c948cb2db016e89f84d6fe37bd6d824
1708da9233c13c3821d76e56dbe0e383ff67b0fd
2022-07-28T22:08:43Z
python
2022-08-07T09:18:21Z
closed
apache/airflow
https://github.com/apache/airflow
25,360
["airflow/models/abstractoperator.py", "airflow/models/baseoperator.py", "airflow/operators/trigger_dagrun.py", "airflow/providers/qubole/operators/qubole.py", "airflow/www/static/js/dag.js", "airflow/www/static/js/dag/details/taskInstance/index.tsx", "docs/spelling_wordlist.txt"]
Extra Links do not works with mapped operators
### Apache Airflow version main (development) ### What happened I found that Extra Links do not work with dynamic tasks at all - links inaccessible, but same Extra Links works fine with not mapped operators. I think the nature of that extra links assign to parent task instance (i do not know how to correct name t...
https://github.com/apache/airflow/issues/25360
https://github.com/apache/airflow/pull/25500
4ecaa9e3f0834ca0ef08002a44edda3661f4e572
d9e924c058f5da9eba5bb5b85a04bfea6fb2471a
2022-07-28T10:44:40Z
python
2022-08-05T03:41:07Z
closed
apache/airflow
https://github.com/apache/airflow
25,353
["airflow/jobs/backfill_job.py", "tests/jobs/test_backfill_job.py"]
Backfill stalls with certain combination of skipped tasks & trigger rules
### Apache Airflow version 2.3.0 ### What happened While trying to run a backfill for one of our DAGs, we noticed that the backfill stalled after completing all the tasks for a given DAG. The `max_active_runs` for this DAG was set to `1`, so the entire backfill stalled even though all the tasks in the last DAG it ra...
https://github.com/apache/airflow/issues/25353
https://github.com/apache/airflow/pull/26161
5b216e9480e965c7c1919cb241668beca53ab521
6931fbf8f7c0e3dfe96ce51ef03f2b1502baef07
2022-07-27T23:34:34Z
python
2022-09-06T09:43:55Z
closed
apache/airflow
https://github.com/apache/airflow
25,352
["airflow/decorators/base.py", "airflow/models/expandinput.py", "airflow/models/mappedoperator.py", "tests/models/test_taskinstance.py", "tests/models/test_xcom_arg_map.py"]
expand_kwargs.map(func) gives unhelpful error message if func returns list
### Apache Airflow version main (development) ### What happened Here's a DAG: ```python3 with DAG( dag_id="expand_list", doc_md="try to get kwargs from a list", schedule_interval=None, start_date=datetime(2001, 1, 1), ) as expand_list: @expand_list.task def do_this(): ...
https://github.com/apache/airflow/issues/25352
https://github.com/apache/airflow/pull/25355
f6b48ac6dfaf931a5433ec16369302f68f038c65
4e786e31bcdf81427163918e14d191e55a4ab606
2022-07-27T22:49:28Z
python
2022-07-29T08:58:18Z
closed
apache/airflow
https://github.com/apache/airflow
25,349
["airflow/providers/hashicorp/_internal_client/vault_client.py", "tests/providers/hashicorp/_internal_client/test_vault_client.py", "tests/providers/hashicorp/hooks/test_vault.py"]
Vault client for hashicorp provider prints a deprecation warning when using kubernetes login
### Apache Airflow Provider(s) hashicorp ### Versions of Apache Airflow Providers ``` apache-airflow==2.3.0 apache-airflow-providers-hashicorp==2.2.0 hvac==0.11.2 ``` ### Apache Airflow version 2.3.0 ### Operating System Ubuntu 18.04 ### Deployment Official Apache Airflow Helm Chart ### Deployment details...
https://github.com/apache/airflow/issues/25349
https://github.com/apache/airflow/pull/25351
f4b93cc097dab95437c9c4b37474f792f80fd14e
ad0a4965aaf0702f0e8408660b912e87d3c75c22
2022-07-27T19:19:01Z
python
2022-07-28T18:23:18Z
closed
apache/airflow
https://github.com/apache/airflow
25,344
["airflow/models/abstractoperator.py", "tests/models/test_baseoperator.py"]
Improve Airflow logging for operator Jinja template processing
### Description When an operator uses Jinja templating, debugging issues is difficult because the Airflow task log only displays a stack trace. ### Use case/motivation When there's a templating issue, I'd like to have some specific, actionable info to help understand the problem. At minimum: * Which operator ...
https://github.com/apache/airflow/issues/25344
https://github.com/apache/airflow/pull/25452
9c632684341fb3115d654aecb83aa951d80b19af
4da2b0c216c92795f19862a3ff6634e5a5936138
2022-07-27T15:46:39Z
python
2022-08-02T19:40:00Z
closed
apache/airflow
https://github.com/apache/airflow
25,343
["airflow/callbacks/callback_requests.py", "airflow/models/taskinstance.py", "tests/callbacks/test_callback_requests.py"]
Object of type datetime is not JSON serializable after detecting zombie jobs with CeleryExecutor and separated Scheduler and DAG-Processor
### Apache Airflow version 2.3.3 (latest released) ### What happened After running for a certain period (few minutes until several hours depending on the number of active DAGs in the environment) The scheduler crashes with the following error message: ``` [2022-07-26 15:07:24,362] {executor_loader.py:105} IN...
https://github.com/apache/airflow/issues/25343
https://github.com/apache/airflow/pull/25471
3421ecc21bafaf355be5b79ec4ed19768e53275a
d7e14ba0d612d8315238f9d0cba4ef8c44b6867c
2022-07-27T15:28:28Z
python
2022-08-02T21:50:40Z
closed
apache/airflow
https://github.com/apache/airflow
25,330
["airflow/operators/bash.py"]
User defined `env` clobbers PATH, BashOperator can't find bash
### Apache Airflow version main (development) ### What happened NixOS is unconventional in some ways. For instance `which bash` prints `/run/current-system/sw/bin/bash`, which isn't a place that most people expect to go looking for bash. I can't be sure if this is the reason--or if it's some other peculiari...
https://github.com/apache/airflow/issues/25330
https://github.com/apache/airflow/pull/25331
900c81b87a76a9df8a3a6435a0d42348e88c5bbb
c3adf3e65d32d8145e2341989a5336c3e5269e62
2022-07-27T04:25:45Z
python
2022-07-28T17:39:35Z
closed
apache/airflow
https://github.com/apache/airflow
25,322
["docs/apache-airflow-providers-amazon/connections/aws.rst", "docs/apache-airflow-providers-amazon/img/aws-base-conn-airflow.png", "docs/apache-airflow-providers-amazon/logging/s3-task-handler.rst", "docs/spelling_wordlist.txt"]
Amazon S3 for logging using IAM role for service accounts(IRSA)
### What do you see as an issue? I am using the latest Helm Chart version (see the version below) to deploy Airflow on Amazon EKS and trying to configure S3 for logging. We have few docs that explain how to add logging variables through `values.yaml` but that isn't sufficient for configuring S3 logging with IRSA. I co...
https://github.com/apache/airflow/issues/25322
https://github.com/apache/airflow/pull/25931
3326a0d493c92b15eea8cd9a874729db7b7a255c
bd3d6d3ee71839ec3628fa47294e0b3b8a6a6b9f
2022-07-26T23:10:41Z
python
2022-10-10T08:40:10Z
closed
apache/airflow
https://github.com/apache/airflow
25,313
["airflow/providers/google/cloud/transfers/sql_to_gcs.py"]
BaseSQLToGCSOperator parquet export format not limiting file size bug
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==6.8.0 ### Apache Airflow version 2.3.2 ### Operating System Debian GNU/Linux 11 (bullseye) ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened When using the `Pos...
https://github.com/apache/airflow/issues/25313
https://github.com/apache/airflow/pull/25469
d0048414a6d3bdc282cc738af0185a9a1cd63ef8
803c0e252fc78a424a181a34a93e689fa9aaaa09
2022-07-26T16:15:12Z
python
2022-08-03T06:06:26Z
closed
apache/airflow
https://github.com/apache/airflow
25,297
["airflow/exceptions.py", "airflow/models/taskinstance.py", "tests/models/test_taskinstance.py"]
on_failure_callback is not called when task is terminated externally
### Apache Airflow version 2.2.5 ### What happened `on_failure_callback` is not called when task is terminated externally. A similar issue was reported in [#14422](https://github.com/apache/airflow/issues/14422) and fixed in [#15172](https://github.com/apache/airflow/pull/15172). However, the code that fixed...
https://github.com/apache/airflow/issues/25297
https://github.com/apache/airflow/pull/29743
38b901ec3f07e6e65880b11cc432fb8ad6243629
671b88eb3423e86bb331eaf7829659080cbd184e
2022-07-26T04:32:52Z
python
2023-02-24T23:08:32Z
closed
apache/airflow
https://github.com/apache/airflow
25,295
["airflow/models/param.py", "tests/models/test_param.py"]
ParamsDict represents the class object itself, not keys and values on Task Instance Details
### Apache Airflow version 2.3.3 (latest released) ### What happened ParamsDict's printable presentation shows the class object itself like `<airflow.models.param.ParamsDict object at 0x7fd0eba9bb80>` on the page of Task Instance Detail because it does not have `__repr__` method in its class. <img width="7...
https://github.com/apache/airflow/issues/25295
https://github.com/apache/airflow/pull/25305
285c23a2f90f4c765053aedbd3f92c9f58a84d28
df388a3d5364b748993e61b522d0b68ff8b8124a
2022-07-26T01:51:45Z
python
2022-07-27T07:13:27Z
closed
apache/airflow
https://github.com/apache/airflow
25,286
["airflow/providers/databricks/hooks/databricks.py", "airflow/providers/databricks/operators/databricks.py", "tests/providers/databricks/operators/test_databricks.py"]
Error description cannot be shown
### Apache Airflow version 2.3.3 (latest released) ### What happened Unfortunately, I cannot get further information about my actual error because of the following KeyError ``` Traceback (most recent call last): File "/usr/local/airflow/dags/common/databricks/operator.py", line 59, in execute _handle_dat...
https://github.com/apache/airflow/issues/25286
https://github.com/apache/airflow/pull/25427
87a0bd969b5bdb06c6e93236432eff6d28747e59
679a85325a73fac814c805c8c34d752ae7a94312
2022-07-25T12:29:56Z
python
2022-08-03T10:42:42Z
closed
apache/airflow
https://github.com/apache/airflow
25,274
["airflow/providers/common/sql/hooks/sql.py", "tests/providers/common/sql/hooks/test_dbapi.py"]
Apache Airflow SqlSensor DbApiHook Error
### Apache Airflow version 2.3.3 (latest released) ### What happened I trying to make SqlSensor to work with Oracle database, I've installed all the required provider and successfully tested the connection. When I run SqlSensor I got this error message `ERROR - Failed to execute job 32 for task check_exec_date (The...
https://github.com/apache/airflow/issues/25274
https://github.com/apache/airflow/pull/25293
7e295b7d992f4ed13911e593f15fd18e0d4c16f6
b0fd105f4ade9933476470f6e247dd5fa518ffc9
2022-07-25T08:47:00Z
python
2022-07-27T22:11:12Z
closed
apache/airflow
https://github.com/apache/airflow
25,271
["airflow/plugins_manager.py", "airflow/utils/entry_points.py", "tests/plugins/test_plugins_manager.py", "tests/utils/test_entry_points.py", "tests/www/views/test_views.py"]
Version 2.3.3 breaks "Plugins as Python packages" feature
### Apache Airflow version 2.3.3 (latest released) ### What happened In 2.3.3 If I use https://airflow.apache.org/docs/apache-airflow/stable/plugins.html#plugins-as-python-packages feature, then I see these Error: short: `ValueError: The name 'airs' is already registered for this blueprint. Use 'name=' to pro...
https://github.com/apache/airflow/issues/25271
https://github.com/apache/airflow/pull/25296
cd14f3f65ad5011058ab53f2119198d6c082e82c
c30dc5e64d7229cbf8e9fbe84cfa790dfef5fb8c
2022-07-25T07:11:29Z
python
2022-08-03T13:01:43Z
closed
apache/airflow
https://github.com/apache/airflow
25,241
["airflow/www/views.py", "tests/www/views/test_views_grid.py"]
Add has_dataset_outlets in /grid_data
Return `has_dataset_outlets` in /grid_data so we can know whether to check for downstream dataset events in grid view. Also: add `operator` Also be mindful of performance on those endpoints (e.g do things in a bulk query), and it should be part of the acceptance criteria.
https://github.com/apache/airflow/issues/25241
https://github.com/apache/airflow/pull/25323
e994f2b0201ca9dfa3397d22b5ac9d10a11a8931
d2df9fe7860d1e795040e40723828c192aca68be
2022-07-22T19:28:28Z
python
2022-07-28T10:34:06Z
closed
apache/airflow
https://github.com/apache/airflow
25,240
["airflow/www/forms.py", "tests/www/views/test_views_connection.py"]
Strip white spaces from values entered into fields in Airflow UI Connections form
### Apache Airflow version 2.3.3 (latest released) ### What happened I accidentally (and then intentionally) added leading and trailing white spaces while adding connection parameters in Airflow UI Connections form. What followed was an error message that was not so helpful in tracking down the input error by ...
https://github.com/apache/airflow/issues/25240
https://github.com/apache/airflow/pull/32292
410d0c0f86aaec71e2c0050f5adbc53fb7b441e7
394cedb01abd6539f6334a40757bf186325eb1dd
2022-07-22T18:02:47Z
python
2023-07-11T20:04:08Z