airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
This is needed because we do not ser the dag on Operator objects.
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...
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...
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.
### 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...
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...
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 -...
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 `""` -...
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...
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,...