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 | 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 | 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,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,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,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,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,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,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,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,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:

### 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,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,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,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,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,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 |
closed | apache/airflow | https://github.com/apache/airflow | 25,210 | ["airflow/datasets/manager.py", "airflow/models/dataset.py", "tests/datasets/test_manager.py", "tests/models/test_taskinstance.py"] | Many tasks updating dataset at once causes some of them to fail | ### Apache Airflow version
main (development)
### What happened
I have 16 dags which all update the same dataset. They're set to finish at the same time (when the seconds on the clock are 00). About three quarters of them behave as expected, but the other quarter fails with errors like:
```
[2022-07-21, 06:06:0... | https://github.com/apache/airflow/issues/25210 | https://github.com/apache/airflow/pull/26103 | a2db8fcb7df1a266e82e17b937c9c1cf01a16a42 | 4dd628c26697d759aebb81a7ac2fe85a79194328 | 2022-07-21T06:28:32Z | python | 2022-09-01T20:28:45Z |
closed | apache/airflow | https://github.com/apache/airflow | 25,200 | ["airflow/models/baseoperator.py", "airflow/models/dagrun.py", "airflow/models/taskinstance.py", "airflow/ti_deps/dep_context.py", "airflow/ti_deps/deps/trigger_rule_dep.py", "tests/models/test_dagrun.py", "tests/models/test_taskinstance.py", "tests/ti_deps/deps/test_trigger_rule_dep.py"] | DAG Run fails when chaining multiple empty mapped tasks | ### Apache Airflow version
2.3.3 (latest released)
### What happened
On Kubernetes Executor and Local Executor (others not tested) a significant fraction of the DAG Runs of a DAG that has two consecutive mapped tasks which are are being passed an empty list are marked as failed when all tasks are either succee... | https://github.com/apache/airflow/issues/25200 | https://github.com/apache/airflow/pull/25995 | 1e19807c7ea0d7da11b224658cd9a6e3e7a14bc5 | 5697e9fdfa9d5af2d48f7037c31972c2db1f4397 | 2022-07-20T20:33:42Z | python | 2022-09-01T12:03:31Z |
closed | apache/airflow | https://github.com/apache/airflow | 25,179 | ["airflow/providers/apache/livy/hooks/livy.py", "airflow/providers/apache/livy/operators/livy.py", "airflow/providers/apache/livy/sensors/livy.py", "tests/providers/apache/livy/hooks/test_livy.py"] | Add auth_type to LivyHook | ### Apache Airflow Provider(s)
apache-livy
### Versions of Apache Airflow Providers
apache-airflow-providers-apache-livy==3.0.0
### Apache Airflow version
2.3.3 (latest released)
### Operating System
Ubuntu 18.04
### Deployment
Other 3rd-party Helm chart
### Deployment details
_No response_
### What happene... | https://github.com/apache/airflow/issues/25179 | https://github.com/apache/airflow/pull/25183 | ae7bf474109410fa838ab2728ae6d581cdd41808 | 7d3e799f7e012d2d5c1fe24ce2bea01e68a5a193 | 2022-07-20T10:09:03Z | python | 2022-08-07T13:49:22Z |
closed | apache/airflow | https://github.com/apache/airflow | 25,165 | ["airflow/decorators/base.py", "tests/decorators/test_mapped.py", "tests/utils/test_task_group.py"] | Dynamic Tasks inside of TaskGroup do not have group_id prepended to task_id | ### Apache Airflow version
2.3.3 (latest released)
### What happened
As the title states, if you have dynamically mapped tasks inside of a `TaskGroup`, those tasks do not get the `group_id` prepended to their respective `task_id`s. This causes at least a couple of undesirable side effects:
1. Task names are trun... | https://github.com/apache/airflow/issues/25165 | https://github.com/apache/airflow/pull/26081 | 6a8f0167436b8b582aeb92a93d3f69d006b36f7b | 9c4ab100e5b069c86bd00bb7860794df0e32fc2e | 2022-07-19T18:58:28Z | python | 2022-09-01T08:46:47Z |
closed | apache/airflow | https://github.com/apache/airflow | 25,163 | ["airflow/providers/common/sql/operators/sql.py", "tests/providers/common/sql/operators/test_sql.py"] | Common-SQL Operators Various Bugs | ### Apache Airflow Provider(s)
common-sql
### Versions of Apache Airflow Providers
`apache-airflow-providers-common-sql==1.0.0`
### Apache Airflow version
2.3.3 (latest released)
### Operating System
macOS Monterey 12.3.1
### Deployment
Astronomer
### Deployment details
_No response_
### What happened
- `S... | https://github.com/apache/airflow/issues/25163 | https://github.com/apache/airflow/pull/25164 | d66e427c4d21bc479caa629299a786ca83747994 | be7cb1e837b875f44fcf7903329755245dd02dc3 | 2022-07-19T18:18:01Z | python | 2022-07-22T14:01:27Z |
closed | apache/airflow | https://github.com/apache/airflow | 25,149 | ["airflow/models/dagbag.py", "airflow/www/security.py", "tests/models/test_dagbag.py", "tests/www/views/test_views_home.py"] | DAG.access_control can't sync when clean access_control | ### Apache Airflow version
2.3.3 (latest released)
### What happened
I change my DAG from
```python
with DAG(
'test',
access_control={'team':{'can_edit','can_read'}},
) as dag:
...
```
to
```python
with DAG(
'test',
) as dag:
...
```
Remove `access_control` arguments, Sche... | https://github.com/apache/airflow/issues/25149 | https://github.com/apache/airflow/pull/30340 | 97ad7cee443c7f4ee6c0fbaabcc73de16f99a5e5 | 2c0c8b8bfb5287e10dc40b73f326bbf9a0437bb1 | 2022-07-19T09:37:48Z | python | 2023-04-26T14:11:14Z |
closed | apache/airflow | https://github.com/apache/airflow | 25,103 | ["airflow/api_connexion/openapi/v1.yaml", "tests/api_connexion/endpoints/test_variable_endpoint.py"] | API `variables/{variable_key}` request fails if key has character `/` | ### Apache Airflow version
2.3.2
### What happened
Created a variable e.g. `a/variable` and couldn't get or delete it
### What you think should happen instead
i shouldn't've been allowed to create a variable with `/`, or the GET and DELETE should work
### How to reproduce

### What happened
If you are using [Dynamic Task Mapping](https://airflow.apache.org/docs/apache-airflow/stable/concepts/dynamic-task-mapping.html) to map a Sensor with `.partial(mode='reschedule')`, and if that sensor fails its poke condition even once, the w... | https://github.com/apache/airflow/issues/25095 | https://github.com/apache/airflow/pull/25594 | 84718f92334b7e43607ab617ef31f3ffc4257635 | 5f3733ea310b53a0a90c660dc94dd6e1ad5755b7 | 2022-07-15T13:35:48Z | python | 2022-08-11T07:30:33Z |
closed | apache/airflow | https://github.com/apache/airflow | 25,092 | ["airflow/providers/microsoft/mssql/hooks/mssql.py", "tests/providers/microsoft/mssql/hooks/test_mssql.py"] | MsSqlHook.get_sqlalchemy_engine uses pyodbc instead of pymssql | ### Apache Airflow Provider(s)
microsoft-mssql
### Versions of Apache Airflow Providers
apache-airflow-providers-microsoft-mssql==2.0.1
### Apache Airflow version
2.2.2
### Operating System
Ubuntu 20.04
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### What happened
... | https://github.com/apache/airflow/issues/25092 | https://github.com/apache/airflow/pull/25185 | a01cc5b0b8e4ce3b24970d763e4adccfb4e69f09 | df5a54d21d6991d6cae05c38e1562da2196e76aa | 2022-07-15T12:42:02Z | python | 2022-08-05T15:41:43Z |
closed | apache/airflow | https://github.com/apache/airflow | 25,090 | ["airflow/jobs/scheduler_job.py", "airflow/models/dag.py", "airflow/timetables/base.py", "airflow/timetables/simple.py", "airflow/www/views.py", "newsfragments/25090.significant.rst"] | More natural sorting of DAG runs in the grid view | ### Apache Airflow version
2.3.2
### What happened
Dag with schedule to run once every hour.
Dag was started manually at 12:44, lets call this run 1
At 13:00 the scheduled run started, lets call this run 2. It appears before run 1 in the grid view.
See attached screenshot

@blag, i tried to make this an issue so i could assign to you but can't. anyway, can reference in PR with `closes` | https://github.com/apache/airflow/issues/25036 | https://github.com/apache/airflow/pull/25086 | 808035e00aaf59a8012c50903a09d3f50bd92ca4 | f0c9ac9da6db3a00668743adc9b55329ec567066 | 2022-07-13T19:31:16Z | python | 2022-07-19T03:43:42Z |
closed | apache/airflow | https://github.com/apache/airflow | 25,033 | ["airflow/models/dag.py", "airflow/www/templates/airflow/dag.html", "airflow/www/templates/airflow/dags.html", "airflow/www/views.py", "tests/models/test_dag.py", "tests/www/views/test_views_base.py"] | next run should show deps fulfillment e.g. 0 of 3 | on dags page (i.e. the home page) we have a "next run" column. for dataset-driven dags, since we can't know for certain when it will be, we could instead show how many deps are fulfilled, e.g. `0 of 1` and perhaps make it a link to the datasets that the dag is dependened on.
here's a sample query that returns the d... | https://github.com/apache/airflow/issues/25033 | https://github.com/apache/airflow/pull/25141 | 47b72056c46931aef09d63d6d80fbdd3d9128b09 | 03a81b66de408631147f9353de6ffd3c1df45dbf | 2022-07-13T19:19:26Z | python | 2022-07-21T18:28:47Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,953 | ["airflow/providers/oracle/example_dags/__init__.py", "airflow/providers/oracle/example_dags/example_oracle.py", "docs/apache-airflow-providers-oracle/index.rst", "docs/apache-airflow-providers-oracle/operators/index.rst"] | oracle hook _map_param() incorrect | ### Apache Airflow Provider(s)
oracle
### Versions of Apache Airflow Providers
_No response_
### Apache Airflow version
2.3.3 (latest released)
### Operating System
OEL 7.6
### Deployment
Virtualenv installation
### Deployment details
_No response_
### What happened
[_map_param()](https://github.com/apache... | https://github.com/apache/airflow/issues/24953 | https://github.com/apache/airflow/pull/30979 | 130b6763db364426d1d794641b256d7f2ce0b93d | edebfe3f2f2c7fc2b6b345c6bc5f3a82e7d47639 | 2022-07-10T23:01:34Z | python | 2023-05-09T18:32:15Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,938 | ["airflow/providers/databricks/operators/databricks.py"] | Add support for dynamic databricks connection id | ### Apache Airflow Provider(s)
databricks
### Versions of Apache Airflow Providers
apache-airflow-providers-databricks==3.0.0 # Latest
### Apache Airflow version
2.3.2 (latest released)
### Operating System
Linux
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### What... | https://github.com/apache/airflow/issues/24938 | https://github.com/apache/airflow/pull/24945 | 7fc5e0b24a8938906ad23eaa1262c9fb74ee2df1 | 8dfe7bf5ff090a675353a49da21407dffe2fc15e | 2022-07-09T07:55:53Z | python | 2022-07-11T14:47:31Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,936 | ["airflow/example_dags/example_dag_decorator.py", "airflow/example_dags/example_sla_dag.py", "airflow/models/dag.py", "docs/spelling_wordlist.txt"] | Type hints for taskflow @dag decorator | ### Description
I find no type hints when write a DAG use TaskFlowApi. `dag` and `task` decorator is a simple wrapper without detail arguments provide in docstring.
### Use case/motivation
_No response_
### Related issues
_No response_
### Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!
... | https://github.com/apache/airflow/issues/24936 | https://github.com/apache/airflow/pull/25044 | 61fc4899d71821fd051944d5d9732f7d402edf6c | be63c36bf1667c8a420d34e70e5a5efd7ca42815 | 2022-07-09T03:25:14Z | python | 2022-07-15T01:29:57Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,921 | ["airflow/providers/docker/operators/docker.py", "tests/providers/docker/operators/test_docker.py"] | Add options to Docker Operator | ### Description
I'm trying to add options like log-opt max-size 5 and I can't.
### Use case/motivation
I'm working in Hummingbot and I would like to offer the community a system to manage multiple bots, rebalance portfolio, etc. Our system needs a terminal to execute commands so currently I'm not able to use airflo... | https://github.com/apache/airflow/issues/24921 | https://github.com/apache/airflow/pull/26653 | fd27584b3dc355eaf0c0cd7a4cd65e0e580fcf6d | 19d6f54704949d017b028e644bbcf45f5b53120b | 2022-07-08T12:01:04Z | python | 2022-09-27T14:42:37Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,844 | ["airflow/www/static/js/api/useGridData.test.js", "airflow/www/static/js/api/useGridData.ts"] | grid_data api keep refreshing when backfill DAG runs | ### Apache Airflow version
2.3.2 (latest released)
### What happened

### What you think should happen instead
_No response_
### How to reproduce
_No response_
### Operating System
186-Ubuntu
### ... | https://github.com/apache/airflow/issues/24844 | https://github.com/apache/airflow/pull/25042 | 38d6c28f9cf9ee4f663d068032830911f7a8e3a3 | de6938e173773d88bd741e43c7b0aa16d8a1a167 | 2022-07-05T12:09:40Z | python | 2022-07-20T10:30:22Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,820 | ["airflow/models/dag.py", "tests/models/test_dag.py"] | Dag disappears when DAG tag is longer than 100 char limit | ### Apache Airflow version
2.2.5
### What happened
We added new DAG tags to a couple of our DAGs. In the case when the tag was longer than the 100 character limit the DAG was not showing in the UI and wasn't scheduled. It was however possible to reach it by typing in the URL to the DAG.
Usually when DAGs are ... | https://github.com/apache/airflow/issues/24820 | https://github.com/apache/airflow/pull/25196 | a5cbcb56774d09b67c68f87187f2f48d6e70e5f0 | 4b28635b2085a07047c398be6cc1ac0252a691f7 | 2022-07-04T07:59:19Z | python | 2022-07-25T13:46:27Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,748 | ["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/kubernetes/kube_client.py", "tests/kubernetes/test_client.py"] | Configuring retry policy of the the kubernetes CoreV1Api ApiClient | ### Description
Can we add the option to configure the Retry policy of the kubernetes CoreV1Api? Or set it to default have some more resilient configuration.
Today it appears to retry operations 3 times but with 0 backoff in between each try. Causing temporary network glitches to result in fatal errors.
Following ... | https://github.com/apache/airflow/issues/24748 | https://github.com/apache/airflow/pull/29809 | 440bf46ff0b417c80461cf84a68bd99d718e19a9 | dcffbb4aff090e6c7b6dc96a4a68b188424ae174 | 2022-06-30T08:27:01Z | python | 2023-04-14T13:37:42Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,725 | ["airflow/www/templates/airflow/dag.html"] | Trigger DAG from templated view tab producing bad request | ### Body
Reproduced on main branch.
The bug:
When clicking Trigger DAG from templated view tab it resulted in a BAD REQUEST page however DAG run is created (it also produce the UI alert "it should start any moment now")
To compare trying to trigger DAG from log tab works as expected so the issue seems to be relev... | https://github.com/apache/airflow/issues/24725 | https://github.com/apache/airflow/pull/25729 | f24e706ff7a84fd36ea39dc3399346c357d40bd9 | 69663b245a9a67b6f05324ce7b141a1bd9b05e0a | 2022-06-29T07:06:00Z | python | 2022-08-17T13:21:30Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,692 | ["airflow/providers/apache/hive/hooks/hive.py", "tests/providers/apache/hive/hooks/test_hive.py"] | Error for Hive Server2 Connection Document | ### What do you see as an issue?
In this Document https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/stable/connections/hiveserver2.html Describe , In Extra must use the "auth_mechanism " but in the sources Code used "authMechanism".
### Solving the problem
use same words.
### Anything else
No... | https://github.com/apache/airflow/issues/24692 | https://github.com/apache/airflow/pull/24713 | 13908c2c914cf08f9d962a4d3b6ae54fbdf1d223 | cef97fccd511c8e5485df24f27b82fa3e46929d7 | 2022-06-28T01:16:20Z | python | 2022-06-29T14:12:23Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,678 | ["airflow/templates.py"] | Macro prev_execution_date is always empty | ### Apache Airflow version
2.3.2 (latest released)
### What happened
The variable `prev_execution_date` is empty on the first run meaning, all usage will automatically trigger a None error.
### What you think should happen instead
A default date should be provided instead, either the DAG's `start_date` or a defaul... | https://github.com/apache/airflow/issues/24678 | https://github.com/apache/airflow/pull/25593 | 1594d7706378303409590c57ab1b17910e5d09e8 | 741c20770230c83a95f74fe7ad7cc9f95329f2cc | 2022-06-27T12:59:53Z | python | 2022-08-09T10:34:40Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,653 | ["airflow/operators/trigger_dagrun.py"] | Mapped TriggerDagRunOperator causes SerializationError due to operator_extra_links 'property' object is not iterable | ### Apache Airflow version
2.3.2 (latest released)
### What happened
Hi, I have a kind of issue with launching several subDags via mapping TriggerDagRunOperator (mapping over `conf` parameter). Here is the demo example of my typical DAG:
```python
from airflow import DAG
from airflow.operators.python_operator i... | https://github.com/apache/airflow/issues/24653 | https://github.com/apache/airflow/pull/24676 | 48ceda22bdbee50b2d6ca24767164ce485f3c319 | 8dcafdfcdddc77fdfd2401757dcbc15bfec76d6b | 2022-06-25T14:13:29Z | python | 2022-06-28T02:59:00Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,574 | ["airflow/providers/airbyte/hooks/airbyte.py", "airflow/providers/airbyte/operators/airbyte.py", "tests/providers/airbyte/hooks/test_airbyte.py"] | `AirbyteHook` add cancel job option | ### Apache Airflow Provider(s)
airbyte
### Versions of Apache Airflow Providers
I want to cancel the job if it running more than specific time . Task is getting timeout however, airbyte job was not cancelled. it seems, on kill feature has not implemented
Workaround:
Create a custom operator and implement canc... | https://github.com/apache/airflow/issues/24574 | https://github.com/apache/airflow/pull/24593 | 45b11d4ed1412c00ebf32a03ab5ea3a06274f208 | c118b2836f7211a0c3762cff8634b7b9a0d1cf0b | 2022-06-21T03:16:53Z | python | 2022-06-29T06:43:53Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,572 | ["docs/apache-airflow-providers-snowflake/connections/snowflake.rst"] | Snowflake Provider connection documentation is misleading | ### What do you see as an issue?
Relevant page: https://airflow.apache.org/docs/apache-airflow-providers-snowflake/stable/connections/snowflake.html
## Behavior in the Airflow package
The `SnowflakeHook` object in Airflow behaves oddly compared to some other database hooks like Postgres (so extra clarity in the ... | https://github.com/apache/airflow/issues/24572 | https://github.com/apache/airflow/pull/24573 | 02d8f96bfbc43e780db0220dd7647af0c0f46093 | 2fb93f88b120777330b6ed13b24fa07df279c41e | 2022-06-21T01:41:15Z | python | 2022-06-27T21:58:10Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,526 | ["docs/apache-airflow/installation/upgrading.rst", "docs/spelling_wordlist.txt"] | upgrading from 2.2.3 or 2.2.5 to 2.3.2 fails on migration-job | ### Apache Airflow version
2.3.2 (latest released)
### What happened
Upgrade Airflow 2.2.3 or 2.2.5 -> 2.3.2 fails on migration-job.
**first time upgrade execution:**
```
Referencing column 'task_id' and referenced column 'task_id' in foreign key constraint 'task_map_task_instance_fkey' are incompatible.")
[SQ... | https://github.com/apache/airflow/issues/24526 | https://github.com/apache/airflow/pull/25938 | 994f18872af8d2977d78e6d1a27314efbeedb886 | e2592628cb0a6a37efbacc64064dbeb239e83a50 | 2022-06-17T13:59:27Z | python | 2022-08-25T14:15:28Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,487 | ["airflow/models/expandinput.py", "tests/models/test_mappedoperator.py"] | Dynamic mapping over KubernetesPodOperator results produces triplicate child tasks | ### Apache Airflow version
2.3.2 (latest released)
### What happened
Attempting to use [dynamic task mapping](https://airflow.apache.org/docs/apache-airflow/2.3.0/concepts/dynamic-task-mapping.html#mapping-over-result-of-classic-operators) on the results of a `KubernetesPodOperator` (or `GKEStartPodOperator`) produc... | https://github.com/apache/airflow/issues/24487 | https://github.com/apache/airflow/pull/24530 | df388a3d5364b748993e61b522d0b68ff8b8124a | a69095fea1722e153a95ef9da93b002b82a02426 | 2022-06-15T23:31:31Z | python | 2022-07-27T08:36:23Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,484 | ["airflow/migrations/versions/0111_2_3_3_add_indexes_for_cascade_deletes.py", "airflow/models/taskfail.py", "airflow/models/taskreschedule.py", "airflow/models/xcom.py", "docs/apache-airflow/migrations-ref.rst"] | `airflow db clean task_instance` takes a long time | ### Apache Airflow version
2.3.1
### What happened
When I ran the `airflow db clean task_instance` command, it can take up to 9 hours to complete. The database around 3215220 rows in the `task_instance` table and 51602 rows in the `dag_run` table. The overall size of the database is around 1 TB.
I believe the is... | https://github.com/apache/airflow/issues/24484 | https://github.com/apache/airflow/pull/24488 | 127f8f4de02422ade8f2c84f84d3262d6efde185 | 677c42227c08f705142f298ab88915f133cd94e5 | 2022-06-15T21:21:18Z | python | 2022-06-16T18:41:35Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,460 | ["airflow/providers/google/cloud/hooks/bigquery.py", "airflow/providers/google/cloud/operators/bigquery.py", "airflow/providers/google/cloud/triggers/bigquery.py", "docs/apache-airflow-providers-google/operators/cloud/bigquery.rst", "tests/providers/google/cloud/hooks/test_bigquery.py", "tests/providers/google/cloud/op... | let BigQueryGetData operator take a query string and as_dict flag | ### Description
Today the BigQueryGetData airflow.providers.google.cloud.operators.bigquery.BigQueryGetDataOperator only allows you to point to a specific dataset and table and how many rows you want.
It already sets up a BigQueryHook so it very easy to implement custom query from a string as well.
It would also... | https://github.com/apache/airflow/issues/24460 | https://github.com/apache/airflow/pull/30887 | dff7e0de362e4cd318d7c285ec102923503eceb3 | b8f73768ec13f8d4cc1605cca3fa93be6caac473 | 2022-06-15T08:33:25Z | python | 2023-05-09T06:05:24Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,360 | ["airflow/providers/snowflake/transfers/s3_to_snowflake.py", "airflow/providers/snowflake/utils/__init__.py", "airflow/providers/snowflake/utils/common.py", "docs/apache-airflow-providers-snowflake/operators/s3_to_snowflake.rst", "tests/providers/snowflake/transfers/test_s3_to_snowflake.py", "tests/providers/snowflake/... | Pattern parameter in S3ToSnowflakeOperator | ### Description
I would like to propose to add a pattern parameter to allow loading only those files that satisfy the given regex pattern.
This function is supported on the Snowflake side, it just requires passing a parameter to the COPY INTO command.
[Snowflake documentation/](https://docs.snowflake.com/en/sql-re... | https://github.com/apache/airflow/issues/24360 | https://github.com/apache/airflow/pull/24571 | 5877f45d65d5aa864941efebd2040661b6f89cb1 | 66e84001df069c76ba8bfefe15956c4018844b92 | 2022-06-09T22:13:38Z | python | 2022-06-22T07:49:02Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,346 | ["airflow/utils/db.py"] | Add salesforce_default to List Connection | ### Apache Airflow version
2.1.2
### What happened
salesforce_default is not in the list of Connection.
### What you think should happen instead
Should be added salesforce_default to ListConnection.
### How to reproduce
After resetting DB, look at List Connection.
### Operating System
GCP Container
### Versio... | https://github.com/apache/airflow/issues/24346 | https://github.com/apache/airflow/pull/24347 | e452949610cff67c0e0a9918a8fefa7e8cc4b8c8 | 6d69dd062f079a8fbf72563fd218017208bfe6c1 | 2022-06-09T14:56:06Z | python | 2022-06-13T18:25:58Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,343 | ["airflow/providers/google/cloud/operators/bigquery.py"] | BigQueryCreateEmptyTableOperator do not deprecated bigquery_conn_id yet | ### Apache Airflow version
2.3.2 (latest released)
### What happened
`bigquery_conn_id` is deprecated for other operators like `BigQueryDeleteTableOperator`
and replaced by `gcp_conn_id` but it's not the case for `BigQueryCreateEmptyTableOperator`
### Are you willing to submit PR?
- [ ] Yes I am willi... | https://github.com/apache/airflow/issues/24343 | https://github.com/apache/airflow/pull/24376 | dd78e29a8c858769c9c21752f319e19af7f64377 | 8e0bddaea69db4d175f03fa99951f6d82acee84d | 2022-06-09T09:19:46Z | python | 2022-06-12T21:07:16Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,338 | ["airflow/exceptions.py", "airflow/models/xcom_arg.py", "tests/decorators/test_python.py"] | TaskFlow AirflowSkipException causes downstream step to fail | ### Apache Airflow version
2.3.2 (latest released)
### What happened
Using TaskFlow API and have 2 tasks that lead to the same downstream task. These tasks check for new data and when found will set an XCom entry of the new filename for the downstream to handle. If no data is found the upstream tasks raise a skip ... | https://github.com/apache/airflow/issues/24338 | https://github.com/apache/airflow/pull/25661 | c7215a28f9df71c63408f758ed34253a4dfaa318 | a4e38978194ef46565bc1e5ba53ecc65308d09aa | 2022-06-08T20:07:42Z | python | 2022-08-16T12:05:52Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,331 | ["dev/example_dags/README.md", "dev/example_dags/update_example_dags_paths.py"] | "Example DAGs" link under kubernetes-provider documentation is broken. Getting 404 | ### What do you see as an issue?
_Example DAGs_ folder is not available for _apache-airflow-providers-cncf-kubernetes_ , which results in broken link on documentation page ( https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/index.html ).
Getting 404 error when clicked on _Example DAGs_... | https://github.com/apache/airflow/issues/24331 | https://github.com/apache/airflow/pull/24348 | 74ac9f788c31512b1fcd9254282905f34cc40666 | 85c247ae10da5ee93f26352d369f794ff4f2e47c | 2022-06-08T15:33:29Z | python | 2022-06-09T17:33:11Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,328 | ["airflow/models/taskinstance.py", "tests/models/test_taskinstance.py"] | `TI.log_url` is incorrect with mapped tasks | ### Apache Airflow version
2.3.0
### What happened
I had an `on_failure_callback` that sent a `task_instance.log_url` to slack, it no longer behaves correctly - giving me a page with no logs rendered instead of the logs for my task.
(Example of failure, URL like: https://XYZ.astronomer.run/dhp2pmdd/log?execution_... | https://github.com/apache/airflow/issues/24328 | https://github.com/apache/airflow/pull/24335 | a9c350762db4dca7ab5f6c0bfa0c4537d697b54c | 48a6155bb1478245c1dd8b6401e4cce00e129422 | 2022-06-08T14:44:49Z | python | 2022-06-14T20:15:49Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,321 | ["airflow/providers/amazon/aws/sensors/s3.py", "tests/providers/amazon/aws/sensors/test_s3_key.py"] | S3KeySensor wildcard_match only matching key prefixes instead of full patterns | ### Apache Airflow Provider(s)
amazon
### Versions of Apache Airflow Providers
3.4.0
### Apache Airflow version
2.3.2 (latest released)
### Operating System
Debian GNU/Linux 10
### Deployment
Docker-Compose
### Deployment details
_No response_
### What happened
For patterns like "*.zip" the S3KeySensor suc... | https://github.com/apache/airflow/issues/24321 | https://github.com/apache/airflow/pull/24378 | f8e106a531d2dc502bdfe47c3f460462ab0a156d | 7fed7f31c3a895c0df08228541f955efb16fbf79 | 2022-06-08T11:44:58Z | python | 2022-06-11T19:31:17Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,197 | ["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py"] | KubernetesPodOperator rendered template tab does not pretty print `env_vars` | ### Apache Airflow version
2.2.5
### What happened
I am using the `KubernetesPodOperator` for airflow tasks in `Airflow 2.2.5` and it doesnot render the `env_vars` in the `rendered template` in a easily human consumable format as it did in `Airflow 1.10.x`

### What happened
We keep on getting very frequent failures of Helm Chart tests and seems that a big number of those errors are because of errors when pulling charts from bitnami for postgres:
Example here (but I saw it happening very often recently):
https://gith... | https://github.com/apache/airflow/issues/24037 | https://github.com/apache/airflow/pull/24395 | 5d5976c08c867b8dbae8301f46e0c422d4dde1ed | 779571b28b4ae1906b4a23c031d30fdc87afb93e | 2022-05-31T08:08:25Z | python | 2022-06-14T16:07:47Z |
closed | apache/airflow | https://github.com/apache/airflow | 24,015 | ["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", "tests/providers/cncf/kubernetes/operators/test_kubernetes_pod.py"] | KubernetesPodOperator/KubernetesExecutor: Failed to adopt pod 422 | ### Apache Airflow version
2.3.0
### What happened
Here i provide steps to reproduce this.
Goal of this: to describe how to reproduce the "Failed to Adopt pod" error condition.
The DAG->step Described Below should be of type KubernetesPodOperator
NOTE: under normal operation,
(where the MAIN_AIRFLOW_POD is... | https://github.com/apache/airflow/issues/24015 | https://github.com/apache/airflow/pull/29279 | 05fb80ee9373835b2f72fad3e9976cf29aeca23b | d26dc223915c50ff58252a709bb7b33f5417dfce | 2022-05-30T07:49:27Z | python | 2023-02-01T11:50:58Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,955 | ["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py"] | Add missing parameter documentation for `KubernetesHook` and `KubernetesPodOperator` | ### Body
Currently the following modules are missing certain parameters in their docstrings. Because of this, these parameters are not captured in the [Python API docs for the Kubernetes provider](https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/_api/airflow/providers/cncf/kubernetes/ind... | https://github.com/apache/airflow/issues/23955 | https://github.com/apache/airflow/pull/24054 | 203fe71b49da760968c26752957f765c4649423b | 98b4e48fbc1262f1381e7a4ca6cce31d96e6f5e9 | 2022-05-27T03:23:54Z | python | 2022-06-06T22:20:02Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,954 | ["airflow/providers/databricks/operators/databricks.py", "airflow/providers/databricks/operators/databricks_sql.py", "docs/apache-airflow-providers-databricks/operators/submit_run.rst", "docs/spelling_wordlist.txt"] | Add missing parameter documentation in `DatabricksSubmitRunOperator` and `DatabricksSqlOperator` | ### Body
Currently the following modules are missing certain parameters in their docstrings. Because of this, these parameters are not captured in the [Python API docs for the Databricks provider](https://airflow.apache.org/docs/apache-airflow-providers-databricks/stable/_api/airflow/providers/databricks/index.html).
... | https://github.com/apache/airflow/issues/23954 | https://github.com/apache/airflow/pull/24599 | 2e5737df531410d2d678d09b5d2bba5d37a06003 | 82f842ffc56817eb039f1c4f1e2c090e6941c6af | 2022-05-27T03:10:32Z | python | 2022-07-28T15:19:17Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,935 | ["airflow/providers/ftp/hooks/ftp.py", "tests/providers/ftp/hooks/test_ftp.py"] | No option to set blocksize when retrieving a file in ftphook | ### Apache Airflow version
2.0.0
### What happened
using ftphook, im trying to download a file in chunks but the deafult blocksize is 8192 and cannot be changed.
retrieve_file code is calling conn.retrbinary(f'RETR {remote_file_name}', callback) but no blocksize is passed while this function is declared:
def retr... | https://github.com/apache/airflow/issues/23935 | https://github.com/apache/airflow/pull/24860 | 2f29bfefb59b0014ae9e5f641d3f6f46c4341518 | 64412ee867fe0918cc3b616b3fb0b72dcd88125c | 2022-05-26T12:06:34Z | python | 2022-07-07T20:54:46Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,868 | ["dev/breeze/src/airflow_breeze/commands/testing_commands.py"] | Don’t show traceback on 'breeze tests' subprocess returning non-zero | ### Body
Currently, if any tests fail when `breeze tests` is run, Breeze 2 would emit a traceback pointing to the `docker-compose` subprocess call. This is due to Docker propagating the exit call of the underlying `pytest` subprocess. While it is technically correct to emit an exception, the traceback is useless in th... | https://github.com/apache/airflow/issues/23868 | https://github.com/apache/airflow/pull/23897 | 1bf6dded9a5dcc22238b8943028b08741e36dfe5 | d788f4b90128533b1ac3a0622a8beb695b52e2c4 | 2022-05-23T14:12:38Z | python | 2022-05-24T20:56:25Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,867 | ["dev/breeze/src/airflow_breeze/commands/ci_image_commands.py", "dev/breeze/src/airflow_breeze/utils/md5_build_check.py", "images/breeze/output-commands-hash.txt"] | Don’t prompt for 'breeze build-image' | ### Body
Currently, running the (new) `breeze build-image` brings up two prompts if any of the meta files are outdated:
```
$ breeze build-image
Good version of Docker: 20.10.14.
Good version of docker-compose: 2.5.1
The following important files are modified in ./airflow since last time image was built:
* ... | https://github.com/apache/airflow/issues/23867 | https://github.com/apache/airflow/pull/23898 | cac7ab5c4f4239b04d7800712ee841f0e6f6ab86 | 90940b529340ef7f9b8c51d5c7d9b6a848617dea | 2022-05-23T13:44:37Z | python | 2022-05-24T16:27:25Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,822 | ["airflow/providers/amazon/aws/example_dags/example_dms.py", "airflow/providers/amazon/aws/operators/rds.py", "docs/apache-airflow-providers-amazon/operators/rds.rst", "tests/providers/amazon/aws/operators/test_rds.py", "tests/system/providers/amazon/aws/rds/__init__.py", "tests/system/providers/amazon/aws/rds/example_... | Add an AWS operator for Create RDS Database | ### Description
@eladkal suggested we add the operator and then incorporate it into https://github.com/apache/airflow/pull/23681. I have a little bit of a backlog right now trying to get the System Tests up and running for AWS, but if someone wants to get to it before me, it should be a pretty easy first contribution... | https://github.com/apache/airflow/issues/23822 | https://github.com/apache/airflow/pull/24099 | c7feb31786c7744da91d319f499d9f6015d82454 | bf727525e1fd777e51cc8bc17285f6093277fdef | 2022-05-20T01:28:34Z | python | 2022-06-28T19:32:17Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,792 | ["airflow/models/expandinput.py", "tests/models/test_mappedoperator.py"] | Dynamic task mapping creates too many mapped instances when task pushed non-default XCom | ### Apache Airflow version
2.3.0 (latest released)
### What happened
Excess tasks are created when using dynamic task mapping with KubernetesPodOperator, but only in certain cases which I do not understand. I have a simple working example of this where the flow is:
- One task that returns a list XCom (list of... | https://github.com/apache/airflow/issues/23792 | https://github.com/apache/airflow/pull/24530 | df388a3d5364b748993e61b522d0b68ff8b8124a | a69095fea1722e153a95ef9da93b002b82a02426 | 2022-05-19T01:02:41Z | python | 2022-07-27T08:36:23Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,786 | ["airflow/www/utils.py", "airflow/www/views.py"] | DAG Loading Slow with Dynamic Tasks - Including Test Results and Benchmarking | ### Apache Airflow version
2.3.0 (latest released)
### What happened
The web UI is slow to load the default (grid) view for DAGs when there are mapped tasks with a high number of expansions.
I did some testing with DAGs that have a variable number of tasks, along with changing the webserver resources to see... | https://github.com/apache/airflow/issues/23786 | https://github.com/apache/airflow/pull/23813 | 86cfd1244a641a8f17c9b33a34399d9be264f556 | 7ab5ea7853df9d99f6da3ab804ffe085378fbd8a | 2022-05-18T21:23:59Z | python | 2022-05-20T04:18:17Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,783 | ["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", "kubernetes_tests/test_kubernetes_pod_operator.py", "kubernetes_tests/test_kubernetes_pod_operator_backcompat.py"] | Partial of a KubernetesPodOperator does not allow for limit_cpu and limit_memory in the resources argument | ### Apache Airflow version
2.3.0 (latest released)
### What happened
When performing dynamic task mapping and providing Kubernetes limits to the `resources` argument, the DAG raises an import error:
```
Broken DAG: [/opt/airflow/dags/bulk_image_processing.py] Traceback (most recent call last):
File "/h... | https://github.com/apache/airflow/issues/23783 | https://github.com/apache/airflow/pull/24673 | 40f08900f2d1fb0d316b40dde583535a076f616b | 45f4290712f5f779e57034f81dbaab5d77d5de85 | 2022-05-18T18:46:44Z | python | 2022-06-28T06:45:31Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,772 | ["airflow/www/utils.py", "airflow/www/views.py"] | New grid view in Airflow 2.3.0 has very slow performance on large DAGs relative to tree view in 2.2.5 | ### Apache Airflow version
2.3.0 (latest released)
### What happened
I upgraded a local dev deployment of Airflow from 2.2.5 to 2.3.0, then loaded the new `/dags/<dag_id>/grid` page for a few dag ids.
On a big DAG, I’m seeing 30+ second latency on the `/grid` API, followed by a 10+ second delay each time I click... | https://github.com/apache/airflow/issues/23772 | https://github.com/apache/airflow/pull/23947 | 5ab58d057abb6b1f28eb4e3fb5cec7dc9850f0b0 | 1cf483fa0c45e0110d99e37b4e45c72c6084aa97 | 2022-05-18T04:37:28Z | python | 2022-05-26T19:53:22Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,733 | ["airflow/www/templates/airflow/dag.html"] | Task Instance pop-up menu - some buttons not always clickable | ### Apache Airflow version
2.3.0 (latest released)
### What happened
See recorded screencap - in the task instance pop-up menu, sometimes the top menu options aren't clickable until you move the mouse around a bit and find an area where it will allow you to click
This only seems to affect the `Instance Details`, ... | https://github.com/apache/airflow/issues/23733 | https://github.com/apache/airflow/pull/23736 | 71e4deb1b093b7ad9320eb5eb34eca8ea440a238 | 239a9dce5b97d45620862b42fd9018fdc9d6d505 | 2022-05-16T18:28:42Z | python | 2022-05-17T02:58:56Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,722 | ["airflow/providers/google/cloud/operators/cloud_sql.py", "tests/providers/google/cloud/operators/test_cloud_sql.py"] | Add fields to CLOUD_SQL_EXPORT_VALIDATION | ### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
apache-airflow-providers-google==5.0.0
### Apache Airflow version
2.1.2
### Operating System
GCP Container
### Deployment
Composer
### Deployment details
composer-1.17.1-airflow-2.1.2
### What happened
... | https://github.com/apache/airflow/issues/23722 | https://github.com/apache/airflow/pull/23724 | 9e25bc211f6f7bba1aff133d21fe3865dabda53d | 3bf9a1df38b1ccfaf965a207d047b30452df1ba5 | 2022-05-16T11:05:33Z | python | 2022-05-16T19:16:09Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,705 | ["chart/templates/redis/redis-statefulset.yaml", "chart/values.schema.json", "chart/values.yaml", "tests/charts/test_annotations.py"] | Adding PodAnnotations for Redis Statefulset | ### Description
Most Airflow services come with the ability of adding annotation, a part from Redis. This feature request adds this capability into the Redis helm template as well.
### Use case/motivation
Specifically for us, annotations and labels are used to integrate Airflow with external services, such as ... | https://github.com/apache/airflow/issues/23705 | https://github.com/apache/airflow/pull/23708 | ef79a0d1c4c0a041d7ebf83b93cbb25aa3778a70 | 2af19f16a4d94e749bbf6c7c4704e02aac35fc11 | 2022-05-14T07:46:23Z | python | 2022-07-11T21:27:26Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,692 | ["docs/apache-airflow/extra-packages-ref.rst"] | Conflicts with airflow constraints for airflow 2.3.0 python 3.9 | ### Apache Airflow version
2.3.0 (latest released)
### What happened
When installing airflow 2.3.0 using pip command with "all" it fails on dependency google-ads
`pip install "apache-airflow[all]==2.3.0" -c "https://raw.githubusercontent.com/apache/airflow/constraints-2.3.0/constraints-3.9.txt"`
> The co... | https://github.com/apache/airflow/issues/23692 | https://github.com/apache/airflow/pull/23697 | 4afa8e3cecf1e4a2863715d14a45160034ad31a6 | 310002e44887847991b0864bbf9a921c7b11e930 | 2022-05-13T00:01:55Z | python | 2022-05-13T11:33:17Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,689 | ["airflow/timetables/_cron.py", "airflow/timetables/interval.py", "airflow/timetables/trigger.py", "tests/timetables/test_interval_timetable.py"] | Data Interval wrong when manually triggering with a specific logical date | ### Apache Airflow version
2.2.5
### What happened
When I use the date picker in the “Trigger DAG w/ config” page to choose a specific logical date for some reason on a scheduled daily DAG the Data Interval Start (circled in red) is 2 days before the logical date (circled in blue), instead of the same as the l... | https://github.com/apache/airflow/issues/23689 | https://github.com/apache/airflow/pull/22658 | 026f1bb98cd05a26075bd4e4fb68f7c3860ce8db | d991d9800e883a2109b5523ae6354738e4ac5717 | 2022-05-12T22:29:26Z | python | 2022-08-16T13:26:00Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,688 | ["airflow/decorators/base.py", "tests/decorators/test_python.py"] | _TaskDecorator has no __wrapped__ attribute in v2.3.0 | ### Apache Airflow version
2.3.0 (latest released)
### What happened
I run a unit test on a task which is defined using the task decorator. In the unit test, I unwrap the task decorator with the `__wrapped__` attribute, but this no longer works in v2.3.0. It works in v2.2.5.
### What you think should happen instead... | https://github.com/apache/airflow/issues/23688 | https://github.com/apache/airflow/pull/23830 | a8445657996f52b3ac5ce40a535d9c397c204d36 | a71e4b789006b8f36cd993731a9fb7d5792fccc2 | 2022-05-12T22:12:05Z | python | 2022-05-23T01:24:52Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,679 | ["airflow/config_templates/config.yml.schema.json", "airflow/configuration.py", "tests/config_templates/deprecated.cfg", "tests/config_templates/deprecated_cmd.cfg", "tests/config_templates/deprecated_secret.cfg", "tests/config_templates/empty.cfg", "tests/core/test_configuration.py", "tests/utils/test_config.py"] | exceptions.DagRunNotFound: DagRun for example_bash_operator with run_id or execution_date of | ### Apache Airflow version
main (development)
### What happened
trying to run airflow tasks run command locally and force `StandardTaskRunner` to use `_start_by_exec` instead of `_start_by_fork`
```
airflow tasks run example_bash_operator also_run_this scheduled__2022-05-08T00:00:00+00:00 --job-id 237 --l... | https://github.com/apache/airflow/issues/23679 | https://github.com/apache/airflow/pull/23723 | ce8ea6691820140a0e2d9a5dad5254bc05a5a270 | 888bc2e233b1672a61433929e26b82210796fd71 | 2022-05-12T19:15:54Z | python | 2022-05-20T14:09:52Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,670 | ["airflow/www/static/js/dags.js", "airflow/www/views.py", "tests/www/views/test_views_acl.py"] | Airflow 2.3.0: can't filter by owner if selected from dropdown | ### Apache Airflow version
2.3.0 (latest released)
### What happened
On a clean install of 2.3.0, whenever I try to filter by owner, if I select it from the dropdown (which correctly detects the owner's name) it returns the following error:
`DAG "ecodina" seems to be missing from DagBag.`
Webserver's log:
```
... | https://github.com/apache/airflow/issues/23670 | https://github.com/apache/airflow/pull/23804 | 70b41e46b46e65c0446a40ab91624cb2291a5039 | 29afd35b9cfe141b668ce7ceccecdba60775a8ff | 2022-05-12T12:33:06Z | python | 2022-05-24T13:43:23Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,666 | ["airflow/providers/amazon/aws/transfers/s3_to_sql.py", "airflow/providers/amazon/provider.yaml", "docs/apache-airflow-providers-amazon/operators/transfer/s3_to_sql.rst", "tests/providers/amazon/aws/transfers/test_s3_to_sql.py", "tests/system/providers/amazon/aws/example_s3_to_sql.py"] | Add transfers operator S3 to SQL / SQL to SQL | ### Description
Should we add S3 to SQL to aws transfers?
### Use case/motivation
1. After process data from spark/glue(more), we need to publish data to sql
2. Synchronize data between 2 sql databases.
### Related issues
_No response_
### Are you willing to submit a PR?
- [X] Yes I am willing to ... | https://github.com/apache/airflow/issues/23666 | https://github.com/apache/airflow/pull/29085 | e5730364b4eb5a3b30e815ca965db0f0e710edb6 | efaed34213ad4416e2f4834d0cd2f60c41814507 | 2022-05-12T09:41:35Z | python | 2023-01-23T21:53:11Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,622 | ["airflow/providers/databricks/operators/databricks.py"] | DatabricksSubmitRunOperator and DatabricksRunNowOperator cannot define .json as template_ext | ### Apache Airflow version
2.2.2
### What happened
Introduced here https://github.com/apache/airflow/commit/0a2d0d1ecbb7a72677f96bc17117799ab40853e0 databricks operators now define template_ext property as `('.json',)`. This change broke a few dags we have currently as they basically define a config json file ... | https://github.com/apache/airflow/issues/23622 | https://github.com/apache/airflow/pull/23641 | 84c9f4bf70cbc2f4ba19fdc5aa88791500d4daaa | acf89510cd5a18d15c1a45e674ba0bcae9293097 | 2022-05-10T13:54:23Z | python | 2022-06-04T21:51:51Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,613 | ["airflow/providers/google/cloud/example_dags/example_cloud_sql.py", "airflow/providers/google/cloud/operators/cloud_sql.py", "tests/providers/google/cloud/operators/test_cloud_sql.py"] | Add an offload option to CloudSQLExportInstanceOperator validation specification | ### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
apache-airflow-providers-google==5.0.0
### Apache Airflow version
2.1.2
### Operating System
GCP Container
### Deployment
Composer
### Deployment details
composer-1.17.1-airflow-2.1.2
### What happened
I want to use serverless e... | https://github.com/apache/airflow/issues/23613 | https://github.com/apache/airflow/pull/23614 | 1bd75ddbe3b1e590e38d735757d99b43db1725d6 | 74557e41e3dcedec241ea583123d53176994cccc | 2022-05-10T07:23:07Z | python | 2022-05-10T09:49:18Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,610 | ["airflow/executors/celery_kubernetes_executor.py", "airflow/executors/local_kubernetes_executor.py", "tests/executors/test_celery_kubernetes_executor.py", "tests/executors/test_local_kubernetes_executor.py"] | AttributeError: 'CeleryKubernetesExecutor' object has no attribute 'send_callback' | ### Apache Airflow version
2.3.0 (latest released)
### What happened
The issue started to occur after upgrading airflow from v2.2.5 to v2.3.0. The schedulers are crashing when DAG's SLA is configured. Only occurred when I used `CeleryKubernetesExecutor`. Tested on `CeleryExecutor` and it works as expected.
... | https://github.com/apache/airflow/issues/23610 | https://github.com/apache/airflow/pull/23617 | 60a1d9d191fb8fc01893024c897df9632ad5fbf4 | c5b72bf30c8b80b6c022055834fc7272a1a44526 | 2022-05-10T03:29:05Z | python | 2022-05-10T17:13:00Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,588 | ["airflow/www/static/js/dag/details/taskInstance/taskActions/ClearInstance.tsx", "airflow/www/static/js/dag/details/taskInstance/taskActions/MarkInstanceAs.tsx"] | After upgrade from Airflow 2.2.4, grid disappears for some DAGs | ### Apache Airflow version
2.3.0 (latest released)
### What happened
After the upgrade from 2.2.4 to 2.3.0, some DAGs grid data seems missing and it renders the UI blank
### What you think should happen instead
When I click the grid for a specific execution date, I expect to be able to click the tasks and view the... | https://github.com/apache/airflow/issues/23588 | https://github.com/apache/airflow/pull/32992 | 8bfad056d8ef481cc44288c5749fa5c54efadeaa | 943b97850a1e82e4da22e8489c4ede958a42213d | 2022-05-09T13:37:42Z | python | 2023-08-03T08:29:03Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,580 | ["airflow/www/static/js/grid/AutoRefresh.jsx", "airflow/www/static/js/grid/Grid.jsx", "airflow/www/static/js/grid/Grid.test.jsx", "airflow/www/static/js/grid/Main.jsx", "airflow/www/static/js/grid/ToggleGroups.jsx", "airflow/www/static/js/grid/api/useGridData.test.jsx", "airflow/www/static/js/grid/details/index.jsx", "... | `task_id` with `.` e.g. `hello.world` is not rendered in grid view | ### Apache Airflow version
2.3.0 (latest released)
### What happened
`task_id` with `.` e.g. `hello.world` is not rendered in grid view.
### What you think should happen instead
The task should be rendered just fine in Grid view.
### How to reproduce
```
#
# Licensed to the Apache Software Foundation (ASF) und... | https://github.com/apache/airflow/issues/23580 | https://github.com/apache/airflow/pull/23590 | 028087b5a6e94fd98542d0e681d947979eb1011f | afdfece9372fed83602d50e2eaa365597b7d0101 | 2022-05-09T07:04:00Z | python | 2022-05-12T19:48:31Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,576 | ["setup.py"] | The xmltodict 0.13.0 breaks some emr tests | ### Apache Airflow version
main (development)
### What happened
The xmltodict 0.13.0 breaks some EMR tests (this is happening in `main` currently:
Example: https://github.com/apache/airflow/runs/6343826225?check_suite_focus=true#step:9:13417
```
tests/providers/amazon/aws/hooks/test_emr.py::TestEmrHook::test_... | https://github.com/apache/airflow/issues/23576 | https://github.com/apache/airflow/pull/23992 | 614b2329c1603ef1e2199044e2cc9e4b7332c2e0 | eec85d397ef0ecbbe5fd679cf5790adae2ad9c9f | 2022-05-09T01:07:36Z | python | 2022-05-28T21:58:59Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,557 | ["airflow/operators/python.py", "tests/operators/test_python.py"] | templates_dict, op_args, op_kwargs no longer rendered in PythonVirtualenvOperator | ### Apache Airflow version
2.3.0 (latest released)
### What happened
Templated strings in templates_dict, op_args, op_kwargs of PythonVirtualenvOperator are no longer rendered.
### What you think should happen instead
All templated strings in templates_dict, op_args and op_kwargs must be rendered, i.e. these 3 ar... | https://github.com/apache/airflow/issues/23557 | https://github.com/apache/airflow/pull/23559 | 7132be2f11db24161940f57613874b4af86369c7 | 1657bd2827a3299a91ae0abbbfe4f6b80bd4cdc0 | 2022-05-07T11:49:44Z | python | 2022-05-09T15:17:34Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.