Skip to content

Airless 0.0.4

Choose a tag to compare

@luizyamaoka luizyamaoka released this 22 Nov 22:16
· 730 commits to main since this release

First working version of the package.

Features

  • Hooks
    • Google Cloud Storage
    • Google Bigquery
    • Google Secret Manager
    • Google Pubsub
    • Email
    • Slack
    • Local file
  • Operator
    • EmailSendOperator: Used to send an email using an SMTP server
    • SlackSendOperator: Used to send a slack message
    • GcsQueryToBigqueryOperator: Used to execute a SQL query in Bigquery that is stored on GCS
    • ErrorReprocessOperator: Used to handle errors on other cloud functions and manage retries policies, retry intervals, etc