Skip to main content

Package of Temple University Library Indexing & ETL functions used by Airflow.

Project description

TULFLOW

Build Status

Small Python package / library for common ETL-adjacent functions, primarily used in the TU Libraries Airflow tasks.

Updating/Adding Package

If you make any updates or additions to this repository, a release will need to be created in order for the related Airflow DAGS to pick it up.

Releases are currently managed by PyPi and this project can be found here. In order for releases to be pushed to PyPi, you will need to update setup.py with the new version number.

Within your DAG project, you will need to update the Pipfile to use the latest version of Tulflow.

  • Update release version in Pipfile
  • run pipenv shell
  • run pipenv install tulflow
  • Commit your changes in each repository

Right now we are using Tulflow in 3 different DAG repositories, so you should update the release in each one in order to ensure that the most recent version is actually the one being used.

How to Use

If you would like to use one of these common functions in an Airflow DAG, you will need to include it as one of the import statements at the top of the file.

Example: from tulflow import process

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tulflow-0.8.6.tar.gz (24.4 kB view hashes)

Uploaded Source

Built Distribution

tulflow-0.8.6-py3-none-any.whl (33.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page