Package of Temple University Library Indexing & ETL functions used by Airflow.
Project description
TULFLOW
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 2 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tulflow-0.11.0.tar.gz
.
File metadata
- Download URL: tulflow-0.11.0.tar.gz
- Upload date:
- Size: 28.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b41ce297a4dff8397b5c740ab857dbe42a7e869ef169a262126c2e1607babf80 |
|
MD5 | 49474105b216d7cdd25efe76e877c014 |
|
BLAKE2b-256 | 14e0e4f996d7cf78323e1a7c06bd8471c7bd2b40f4ab9aa0c2fb66737cc5eb52 |
File details
Details for the file tulflow-0.11.0-py3-none-any.whl
.
File metadata
- Download URL: tulflow-0.11.0-py3-none-any.whl
- Upload date:
- Size: 33.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2091777f08826d82d21c3663f0c37117d0853fa009682b53488df852a61701f |
|
MD5 | 4bd16b218f14a7a94661244bc8fd56bc |
|
BLAKE2b-256 | 671d249fcf83f01fa410da43aeafc440c20dde71c1bab66d0f5dc99badf93aba |