airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Results 1281 airflow issues
Sort by recently updated
recently updated
newest added

This is needed because we do not ser the dag on Operator objects.

area:serialization

Implemented enhancements to the Teradata Provider for Teradata. This release incorporates the following features: • Introduction of Stored Procedure Support in Teradata Hook • Inclusion of the TeradataStoredProcedureOperator for executing...

area:providers
area:dev-tools
area:system-tests
kind:documentation
provider:teradata

This is necessary because Operator does not serialize quite right. It doesn't (either completely or at all) include the dag object or its groups. So we can't properly determine 'needs...

area:CLI

Alright so this is the mothership PR where I have the whole shebang working, and then from it I cherry pick the bits that can be merged independently.

area:Scheduler
area:webserver
area:CLI
area:providers
area:logging
area:serialization
provider:celery

### Body Some of Hooks provide connection ability, however quite a few of them do not provide any documentation and/or connection type (missing in the UI). It would be nice...

area:providers
good first issue
kind:meta
kind:task

As suggested in https://github.com/dbt-labs/dbt-cloud-openapi-spec/blob/02726f68474d69844bdf87ce267d5ba9218c171c/openapi-v2.yaml#L44, some of the dbt v2 API has been deprecated and v3 is suggested --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more...

area:providers
provider:dbt-cloud

See `test_providers_modules_should_have_tests` in `tests/always/test_project_structure.py` but those tests are missing currently: ## Provider [amazon](https://github.com/apache/airflow/tree/main/tests/providers/amazon) [codecov](https://app.codecov.io/gh/apache/airflow/tree/main/airflow%2Fproviders%2Famazon) - [ ] tests/providers/amazon/aws/executors/ecs/test_boto_schema.py - [ ] tests/providers/amazon/aws/executors/ecs/test_ecs_executor_config.py - [ ] tests/providers/amazon/aws/executors/ecs/test_utils.py - [x] tests/providers/amazon/aws/fs/test_s3.py -...

good first issue
kind:meta

This PR makes the `utils.log.logging_mixin.StreamLogWriter` closer resemble the interface of `sys.stdout`/`sys.stderr` by implementing the following attributes properly: - `encoding` returns `"utf-8"` - `mode` returns `"w"` - `name` returns `""` -...

stale
area:logging

This PR adds the possibility to configure custom probes for the flower deployment in the airflow helm chart. It also add the possibility to fully disable probes. I would like...

stale
area:helm-chart

Adds hooks, operators, sensors, triggers, and waiters to enable support for Amazon Bedrock Knowledge Bases. This includes Bedrock Data Sources and Ingestion Jobs, and some light additions (a thin hook,...

provider:amazon-aws
area:providers
area:system-tests
kind:documentation