Skip to main content

DAGWorks SDK.

Project description

DAGWorks Platform SDK: Client Code & Related

Welcome to using the DAGWorks Platform!

Here are instructions on how to get started with tracking, and managing your Hamilton DAGs with the DAGWorks Platform.

Getting Started

For the latest documentation, please consult our DAGWorks Platform documentation.

For a quick overview of Hamilton, we suggest tryhamilton.dev.

Using the DAGWorks Driver

First, you'll need to install the DAGWorks SDK package. Assuming you're using pip, you can do this with:

# install the package & cli into your favorite python environment.
pip install dagworks-sdk

# And validate -- this should not error.
python -c "from dagworks import driver"

Next, you'll need to modify your Hamilton driver. You'll only need to use one line of code to replace your driver with ours:

from dagworks import driver

...
dr = driver.Driver(
    your_config,  # standard hamilton config
    *your_modules,  # standard hamilton modules
    adapter=your_adapter, # Optional. Standard hamilton adapter.
    # Note: Ray, Dask, Spark are not supported yet.
    project_id=1, # The ID of your project. Create one in the UI first if you don't have one.
    api_key="safely_load_your_api_key", # e.g. os.environ["DAGWORKS_API_KEY"]
    username="your_email_address",
    dag_name="name_of_your_dag",
    tags={"tag1": "value1", "tag2": "value2"}, # Optional
)

Project ID: You'll need a project ID. Grab one from https://app.dagworks.io/dashboard/projects. Create a project if you don't have one, and take the ID from that.

API Key: You'll need an API key. Create one here https://app.dagworks.io/dashboard/settings.

username: This is the email address you used to sign up for the DAGWorks Platform.

dag_name: for a project, the DAG name is the top level way to group DAGs. E.g. ltv_model, us_sales, etc.

tags: these are optional are string key value paris. They allow you to filter and curate various DAG runs.

Then run Hamilton as normal! Each DAG run will be tracked, and you'll have access to it in the DAGWorks Platform. Visit https://app.dagworks.io/dashboard/projects to see your projects & DAGs.

Starter Projects

There are several starter projects that you can use to get started with the DAGWorks Platform.

Starter Projects:

  • hello_world: a simple hello world DAG.
  • data_processing: a simple data processing DAG, pulling from CSVs and normalizing the data.
  • machine_learning: a simple machine learning DAG using the iris dataset.
  • time_series_feature_engineering: a simple time series feature engineering DAG.

To use the starter project, run the dagworks CLI:

dagworks init \
      --api-key API_KEY_HERE \
      --username EMAIL_HERE \
      --project-id PROJECT_ID_FROM_DAGWORKS_PLATFORM \
      --template STARTER_PROJECT_NAME \
      --location LOCATION

Where:

  • API_KEY_HERE: is your DAGWorks Platform API Key. Create one here https://app.dagworks.io/dashboard/settings.
  • EMAIL_HERE: is the email address you signed up for the DAGWorks Platform with.
  • PROJECT_ID_FROM_DAGWORKS_PLATFORM: is the project ID you want to use. Create one here https://app.dagworks.io/dashboard/projects.
  • STARTER_PROJECT_NAME: is the name of the starter project you want to use. Your options are hello_world, data_processing, machine_learning, time_series_feature_engineering.
  • LOCATION: is the location you want to create the project in. This is a local directory.

License

The use of this software is governed by the "The DAGWorks Enterprise license". Email support@dagworks.io for more information.

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

dagworks_sdk-0.7.0.tar.gz (245.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dagworks_sdk-0.7.0-py3-none-any.whl (260.8 kB view details)

Uploaded Python 3

File details

Details for the file dagworks_sdk-0.7.0.tar.gz.

File metadata

  • Download URL: dagworks_sdk-0.7.0.tar.gz
  • Upload date:
  • Size: 245.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.1

File hashes

Hashes for dagworks_sdk-0.7.0.tar.gz
Algorithm Hash digest
SHA256 218fe46a8185fa841971df144e78cad53d0497f9de0b3962fad6a69b198fefe4
MD5 7fb99eddf2b444209a8a4f763448b59f
BLAKE2b-256 595f0df56f739abce3de20257eb0e265f09f4b0ae73f0dabb043819c4ad806ed

See more details on using hashes here.

File details

Details for the file dagworks_sdk-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: dagworks_sdk-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 260.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.1

File hashes

Hashes for dagworks_sdk-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a9787724b27cdd252df6b477370d65f173a975051c9569e994ef1e7771f062ca
MD5 34e7c159ebecb7cdc2806340f4c2f1df
BLAKE2b-256 7e4825eacf4c7c349117036c8fe6e9c567dd860deb4779de08f19466ef30fc13

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page