Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 830 Bytes

developer_guide.md

File metadata and controls

53 lines (36 loc) · 830 Bytes

Developer Guide

Requirements

Installation

pip install -e .

Running Tests

Setup Environment

cp .env.example .env

Populate values in .env for pytest consumption.

Run pytest

pytest

Changing logging level

Linux or macOS

export LOG_LEVEL=DEBUG

Windows

set LOG_LEVEL=DEBUG

Jupyter Notebook

%env LOG_LEVEL=DEBUG

Architecture

Diagram

Data Asset Onboard Process

Data Asset Onboard

The image below depicts the onboard process of a data asset (e.g. corpora and datasets):

Data Asset Onboard Process