Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 919 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 919 Bytes

airflow-smartsheet PyPI version

Simple hooks and operators for transporting data from Smartsheet.

Import Smartsheet into PostgreSQL or export as CSV, PDF or EXCEL file.

Features

  • SmartsheetToFileOperator: exporting a Smartsheet sheet to a file/json
  • SmartsheetToPostgresOperator: exporting a Smartsheet sheet to a PostgreSQL table

Install

Using pip:

pip3 install airflow-smartsheet-plugin

Usage

Create a variable in Airflow named SMARTSHEET_ACCESS_TOKEN to store your Smartsheet API access token. You can also pass in an override token in your DAG definition.

This plugin is published as a pip package. Refer to the example DAG for available parameters.

Refer to the enums for available PDF paper sizes.