Git Product home page Git Product logo

Comments (4)

phanikumv avatar phanikumv commented on May 30, 2024

This implementation needs to include the Async version of S3Hook

https://github.com/apache/airflow/blob/206cce971da6941e8c1b0d3c4dbf4fa8afe0fba4/airflow/providers/amazon/aws/hooks/s3.py

from astronomer-providers.

sunank200 avatar sunank200 commented on May 30, 2024

Based on the existing sync implementation, S3KeySensor uses S3Hook. S3KeySensorAsync needs the Async implementation for S3HookAsync. aiobotocore can be used for the hook connection. S3KeySensorAsync can defer itself with a trigger tied to the event that should resume it. This frees up the worker to run something else. The trigger is run until it fires, at which point its source task is re-scheduled. The scheduler queues the task to resume on a worker node. Working on this implementation.

from astronomer-providers.

sunank200 avatar sunank200 commented on May 30, 2024

Draft #45

from astronomer-providers.

sunank200 avatar sunank200 commented on May 30, 2024

Done with changes recommended by Daniel. Working on test.

from astronomer-providers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.