Stanley Law
Stanley Law
Add configmap checksum for automatically roll deployments on coordinator and worker: - `depolyment-coordinator` : `configmap-catalog.yaml` & `configmap-coordinator.yaml` - `deployment-worker` : `configmap-worker.yaml`
Closes [#515225](https://github.com/apache/airflow/issues/51522). Why ----- While using the `MessageQueueTrigger` in Airflow 3.0+, the parameters in the common message queue trigger are not specific enough, leading to potential issues like unclear usage,...
### Apache Airflow version 3.0.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? ## What Happened When below trigger was started and there was...
When I followed the [consumer-config document](https://docs.confluent.io/platform/current/installation/configuration/consumer-configs.html#fetch-max-wait-ms) and initial Consumer with additional config, following error occurred: `No such configuration property: "fetch.max.wait.ms"`  > [!NOTE] > Rewrite to `fetch.wait.max.ms` and the error...
## Issue There's a discrepancy between the parameter name used in the confluent-kafka-python library and what's documented in the official Confluent documentation: - The Python client requires `fetch.wait.max.ms` (correct parameter)...
# Rationale for this change This pull request introduces a Trino service to the Docker Compose development environment, addressing the need for broader integration testing capabilities as discussed in issue...
# Rationale for this change This PR introduces support for multi-part namespaces, enabling more flexible and organized data layouts. This feature allows users to structure their tables within nested hierarchies...