avirajkhare00 opened a new pull request, #3716:
URL: https://github.com/apache/iggy/pull/3716

   ## Summary
   
   - Add `iggy_connector_airflow_sink` that triggers Airflow DAG runs (`POST 
/api/v1/dags/{dag_id}/dagRuns`) from Iggy messages
   - Support auth modes `none` / `basic` / `bearer`, optional per-message 
`dag_id` header override, and nested `conf.iggy` metadata
   - Treat HTTP **409** as success for deterministic `dag_run_id` redelivery; 
permanent 4xx drop without retry
   - WireMock integration test plus example config / README; tracked by #3715
   
   ## Test plan
   
   - [x] `cargo fmt --all`
   - [x] `cargo sort --no-format --workspace`
   - [x] `cargo clippy -p iggy_connector_airflow_sink --all-targets -- -D 
warnings`
   - [x] `cargo test -p iggy_connector_airflow_sink` (11 unit tests)
   - [x] `cargo test -p integration -- connectors::airflow` with WireMock 
(Docker)
   - [x] Local e2e against real Airflow 2.10.5 standalone in Docker (3 DAG runs 
created)


-- 
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