Skip to main content

The datafold SDK

Project description

datafold-sdk

An SDK library for the datafold application.

Installation

First, create your virtual environment for python:

> python3 -m venv venv
> source venv/bin/activate
> pip install --upgrade pip setuptools wheel

Now, you're ready to install the datafold SDK:

> pip install datafold-sdk

Datafold CLI

The datafold CLI is a utility that automates and simplifies certain tasks. Help for using this utility is available in the utility itself:

> datafold --help

Preliminary Datafold SDK

The Datafold SDK are python functions and classes that allow you to integrate these CLI functions directly in your application source code.

In the future, the SDK will contain a more type-safe and integrated "API" client library, which further facilitates integration with the datafold app server.

The only function currently implemented is the submit_artifacts function to upload the dbt run artifacts to the app server:

import os

from datafold.sdk.dbt import submit_artifacts

host = os.environ.get("DATAFOLD_HOST")
api_key = os.environ.get('DATAFOLD_API_KEY')

submit_artifacts(host=host,
                 api_key=api_key,
                 ci_config_id=1,
                 run_type='pull_request',
                 target_folder='<abs-path-to-dbt-target-folder>',
                 commit_sha='abcdef1234567890')

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

datafold_sdk-0.0.19-py3-none-any.whl (14.8 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