FrankYang0529 commented on issue #72902:
URL: https://github.com/apache/airflow/issues/72902#issuecomment-5660119875

   Tested following providers and all work as expected:
   - amazon 9.36.0rc1
     - #72315: Compared the documented defaults of the five changed parameters 
with their `inspect.signature` defaults.
   - apache.beam 6.2.4rc1
     - #69946: Type-checked the installed hook with mypy 2.2.0, which reports 
the `[type-var]` error on 6.2.3 but not on the RC, and ran a small DirectRunner 
pipeline through `BeamHook` on both versions to confirm runtime behavior did 
not change.
   - #72437: Started a Celery worker with a Redis broker and ran `airflow 
plugins` with malformed config values for `[celery] ssl_active`, 
`[dag_processor] stale_bundle_cleanup_interval`, and `[edge] api_enabled`. The 
previous releases crash, hang, or silently skip the edge3 plugin, while the RCs 
fall back as intended.
     - celery 3.24.0rc1
     - edge3 4.3.2rc1
   - databricks 7.20.0rc1
     - #72148: Ran `DatabricksRunNowOperator` and 
`DatabricksCreateJobsOperator` against Databricks API and checked that 
`performance_target` can work.
   - fab 3.9.0rc1
     - #72610: Confirmed the three removed helpers are gone from the RC. API 
server with the FAB auth manager on rc and previous versions can work and got 
the same results from the login page, token endpoint, core API, and FAB users 
API.
   - #72373: Checked that both wheels now declare a `sqlalchemy` extra and that 
the hooks import SQLAlchemy lazily and show an install hint when the import 
fails. Run queries through `JdbcHook` against Postgres 16 and through `YDBHook` 
against a local YDB and got the same results as the previous releases.
     - jdbc 5.6.0rc1
     - ydb 2.6.0rc1
   - microsoft.azure 15.1.0rc1
     - #71986: Paged through 30 messages from Microsoft Graph endpoint with 
`$top=12`, where 15.0.1 skips a page and its deferrable operator fails with 
`KeyError: 'value'` when `result_processor` returns the `value` list. The RC 
returns all 30 messages through both `paginated_run()` and the deferrable 
operator.
     - #71842: Ran pagination through the deferrable operator and confirmed 
that the RC refuses a pagination link to a host other than the configured one 
before sending any request, while links to the same host and to hosts listed in 
`allowed_hosts` still work.
   - odbc 4.13.0rc1
     - #72547: Checked that `airflow config list` and `airflow config 
get-value` now show `[providers.odbc] allow_driver_in_extra`. Connect through 
`OdbcHook` with the SQLite ODBC driver to confirm the handling of the `driver` 
extra did not change.
   - opensearch 1.12.1rc1
     - #72552: Configured remote logging against OpenSearch 2.19.6 over HTTPS 
with `ca_certs` set to an empty value, where 1.12.0 fails to load the logging 
config and the RC writes and reads back a log line with certificate 
verification still on.
   - redis 4.6.0rc1
     - #71067: Pointed `RedisHook` with `cluster: true` at a three-master Redis 
Cluster The RC reads and writes keys on every master, including through 
`RedisKeySensor`, while 4.5.0 gets `MovedError` for keys outside the seed node.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to