rom sharon

Results 6 issues of rom sharon

### Description Add an option of partial match between roles ### ADDITIONAL INFORMATION - [x] Has associated issue: - [ ] Is CRUD MVC related. - [ ] Is Auth,...

Following https://github.com/apache/airflow/pull/32786#issuecomment-1768284013 since Tabular provider doesn't have any specific tabular logic it has been suggested to move Tabular logic to new Apache Iceberg provider --- **^ Add meaningful description above**...

area:providers
area:dev-tools
kind:documentation
provider:tabular

closes: https://github.com/apache/airflow/issues/39252 --- **^ 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...

provider:amazon-aws
area:providers

closes: https://github.com/apache/airflow/issues/24483 checked this changed works by this dag: ```python from airflow.operators.python import get_current_context, PythonOperator def some_function_in_your_library(): return 'rom' def some_function_in_your_library2(name): print(name) def config(task_id): context = get_current_context() _result = context['ti'].xcom_pull(task_ids=task_id)...

Extract all time operators and sensors from airflow core and remove them to `standard` provider Mailing list thread: https://lists.apache.org/thread/2dmlqkcmyomm4q7rrovygs6bw655zx07 --- **^ 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)**...

area:providers
area:dev-tools

Today pgbouncer and statsd expose /metrics route but we cannot access it outside the cluster. This PR adds an ingress to pgbouncer and statsd (same as webUI and flower) ---...

area:helm-chart