Skip to main content

Replicate humanity data in databricks

Project description

humanity_etl

Replicate data from humanity in databricks

pypi

Usage

CLI

python -m humanity_etl --table <table-name>

where table-name is one of the following: timeclocks or ALL.

API

from humanity_etl.tables.timeclocks import timeclocks

timeclocks()

Further configs are set via environment variables:

Further configs are set via environment variables:

  • *_ACCESS_TOKEN: API access
  • APP_ENV: <development/production> - debug mode
  • SAMPLE_OUTPUT: <True/False> - Save dataframes to csv

DEV

Create venv

python -m venv env

Activate venv

  • unix
source env/bin/activate
  • windows
env\Scripts\activate.bat

Install Packages

pip install -r requirements.txt

Test

make test

Format

make format
make lint

Version & Release

bump2version <major/minor/patch>
make release

note Don't forget to git push with --tags

pre-commit

Setup

pre-commit install

Run all

make pre-commit

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

humanity_etl-0.1.1.tar.gz (7.6 kB view hashes)

Uploaded Source

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