Skip to main content

No project description provided

Project description

dlt-pipedrive-source

prototype for source creation

Parent tables

'deal', 'deal_participant', 'deal_flow'

Usage

optionally Create a virtual environment

python3 -m venv ./dlt_pipedrive_env
source ./dlt_pipedrive_env/bin/activate

install library

pip install dlt-pipedrive-source

If the library cannot be found, ensure you have the required python version as per the pyproject.tomlfile. (3.8+)

You can run the snippet file below to load a sample data set. You would need to add your target credentials first. copy the file below and add credentials, then run it

run_load.py python run_load.py

If you want only some of the tables, pass them as an argument in the tables list in the loader (see below)

# of all tables, get only deal_participant
tables = ['deal_participant'] 
# get all tables
tables = [] 

You can also toggle "mock data" to True in the load function, or pass None credentials, to try mock sample data.

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

dlt-pipedrive-source-0.0.17.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

dlt_pipedrive_source-0.0.17-py3-none-any.whl (16.1 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