New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

airflow-provider-firebolt

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airflow-provider-firebolt

A Firebolt provider for Apache Airflow

  • 0.5.1
  • PyPI
  • Socket score

Maintainers
1

Firebolt Provider for Apache Airflow

Unit tests Coverage

Screen Shot 2022-02-02 at 2 57 37 PM

This is the provider package for the firebolt provider. All classes for this provider package are in the firebolt_provider Python package.

Contents

Installation

You can install this package via

pip install airflow-provider-firebolt

airflow-provider-firebolt requires apache-airflow 2.0+ and firebolt-sdk 1.1+.

Configuration

In the Airflow user interface, configure a Connection for Firebolt. Configure the following fields:

  • Conn Id: firebolt_conn_id.
  • Conn Type: Firebolt.
  • Client ID: Service account ID.
  • Client Secret: Service account secret.
  • Engine_Name: Firebolt Engine Name.
  • Account: Name of the account you're connecting to.

Client id and secret credentials can be obtained by registering a Service account.

Note

If you're accessing Firebolt UI via app.firebolt.io then use Username and Password instead of Client ID and Client Secret to connect.

Modules

Operators

operators.firebolt.FireboltOperator runs a provided SQL script against Firebolt and returns results.

operators.firebolt.FireboltStartEngineOperator operators.firebolt.FireboltStopEngineOperator starts/stops the specified engine, and waits until it is actually started/stopped. If the engine_name is not specified, it will use the engine_name from the connection, if it also not specified it will start the default engine of the connection database. Note: start/stop operator requires actual engine name, if engine URL is specified instead, start/stop engine operators will not be able to handle it correctly.

Hooks

hooks.firebolt.FireboltHook establishes a connection to Firebolt.

Contributing

See: CONTRIBUTING.MD

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc