Vu Tan

Results 4 issues of Vu Tan

I want to get the value of the BLE device for every 3 seconds and I found out that when my BLE device is not connected, the RSSI is updated...

Closes: https://github.com/apache/airflow/issues/39088 As described in https://github.com/apache/airflow/issues/39088#issuecomment-2093473579, when an OperationalError happens (in my case, it was MySQLdb.OperationalError), the method `executor.try_adopt_task_instances(tis_to_adopt_or_reset)` is retried, and in the first attempt, all running pods have...

area:providers
provider:cncf-kubernetes

### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? First confirmed with 2.5.0. Now, confirmed that this also happens...

kind:bug
area:core
affected_version:2.8

**Describe the bug** It seems to be a regression caused by https://github.com/awslabs/deequ/pull/586 **To Reproduce** In local environment, the bug can be easily reproduced with the following ``` import com.amazon.deequ.checks.{Check, CheckLevel}...

bug