arpitrathore commented on issue #67107: URL: https://github.com/apache/airflow/issues/67107#issuecomment-4505014860
I'd like to take this. Plan: add a `deferrable` parameter on `InfluxDB3Operator` and a new `InfluxDB3QueryTrigger`, modelled on the BigQuery and Snowflake deferrable patterns referenced above. Implementation will use `InfluxDBClient3.query_async()` (introduced in `influxdb3-python` 0.12.0), which will also require bumping the provider's lower bound from `>=0.7.0` to `>=0.12.0`. Follow-up to my earlier PR #58929. Companion proposal to #67109. Happy to start once the issue is triaged. If a maintainer can take a quick look and assign it to me, I'll begin the PR. -- 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]
