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

…password parameter so it's not exposed in the Astronomer UI This change allows the user to create a connection by passing "app_id", "app_secret", and "account_id" into the extra parameter and...

area:providers

Nothing significant, just some minor cleanup on our dataset api tests.

area:API
changelog:skip
AIP-48

--- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed. In case of...

provider:AWS
area:providers
area:system-tests
kind:documentation

--- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed. In case of...

provider:AWS
area:providers
area:system-tests
kind:documentation

--- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed. In case of...

area:providers
area:system-tests
kind:documentation

**Apache Airflow version**: `master git` **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): ``` Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.17", ``` **Environment**: - **Cloud provider or hardware configuration**: Microk8s...

kind:bug
area:helm-chart

### Description Would be nice to have the ability to post a message to MSTeams ### Use case/motivation Posting messages to Ms teams like slack, telagram and other integrations that...

area:providers
kind:feature
good first issue

### Description * Enable users to use their national characters, which are usually non-ASCIIs as the display name of their dags / tasks. ### Use case/motivation * At present, only...

kind:feature
good first issue

### 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/documentation/api/1.9.88/reference/services/batch.html#Batch.Client.submit_job) supports container, multinode, and array batch jobs with the mutually exclusive `nodeOverrides` and `containerOverrides` (+...

kind:feature

Related: https://github.com/apache/airflow/discussions/19583 For prepared SQL statements, MSSQL uses `?` rather than `%s` for parameter markers. Currently, [MsSqlHook](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-mssql/stable/_api/airflow/providers/microsoft/mssql/hooks/mssql/index.html) does not provide an implementation of `_generate_insert_sql` used by `insert_rows` making it impossible...

area:providers