Shahar Epstein
Shahar Epstein
solves: #39127 --- **^ 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 information. In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed. In...
solves: #39127 This PR adds the `job_id` parameter to `BigQueryGetDataOperator` to fetch data from the results of selection queries executed by `BigQueryInsertJobOperator` (or any other querying interfaces). The new parameter...
### What would you like to happen? This issue relates to the Python SDK, but it is probably relevant to other SDKs as well: We have a use case where...
In Apache Airflow, we have a use case for protecting the `logout` route from CSRF attacks (https://github.com/apache/airflow/issues/33030), and for that we need to convert the methods of `logout` route in...
closes: https://github.com/apache/airflow/issues/34023 --- **^ 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 information. In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed. In...
* logout link in no roles error page fix * review comments (cherry picked from commit 032ac87b1d93abc53d3281313c957708017e21d4) --- **^ 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...
### Discussed in https://github.com/apache/airflow/discussions/40331 Originally posted by **tatyana12345** June 19, 2024 ### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which...
closes: #22245 As of today, at least in mapped operators for `map_index > 0`, the `next_kwargs` column is saved as the string `null` in the DB, instead of a real...