Skip to main content

The MaxCompute adapter plugin for dbt

Project description

MaxCompute logo dbt logo

dbt-maxcompute

Welcome to the dbt-maxCompute repository! This project aims to extend the capabilities of dbt (data build tool) for users of Alibaba MaxCompute, a cutting-edge data processing platform.

What is dbt?

dbt empowers data analysts and engineers to transform their data using software engineering best practices. It serves as the T in the ELT (Extract, Load, Transform) process, allowing users to organize, cleanse, denormalize, filter, rename, and pre-aggregate raw data, making it analysis-ready.

About MaxCompute

MaxCompute is Alibaba Group's cloud data warehouse and big data processing platform, supporting massive data storage and computation, widely used for data analysis and business intelligence. With MaxCompute, users can efficiently manage and analyze large volumes of data and gain real-time business insights.

This repository contains the foundational code for the dbt-maxcompute adapter plugin. For guidance on developing the adapter, please refer to the official documentation.

Important Note

The README you are currently viewing will be updated with specific instructions and details on how to utilize the adapter as development progresses.

Adapter Versioning

This adapter plugin follows semantic versioning. The initial version is v1.8.0-a2, designed for compatibility with dbt Core v1.8.0. Since the plugin is in its early stages, the version number a2 indicates that it is an Alpha 2 release. A stable version will be released in the future, focusing on MaxCompute-specific functionality and aiming for backwards compatibility.

Getting Started

Install the plugin

# we use python 3.8 for this example
conda create --name dbt-maxcompute-example python=3.8
conda activate dbt-maxcompute-example

pip install dbt-core
pip install dbt-maxcompute

Configure dbt profile:

  1. Create a file in the ~/.dbt/ directory named profiles.yml.
  2. Copy the following and paste into the new profiles.yml file. Make sure you update the values where noted.
jaffle_shop: # this needs to match the profile in your dbt_project.yml file
  target: dev
  outputs:
    dev:
      type: maxcompute
      project: dbt-example # Replace this with your project name
      schema: default # Replace this with schema name, e.g. dbt_bilbo
      endpoint: http://service.cn-shanghai.maxcompute.aliyun.com/api # Replace this with your maxcompute endpoint
      accessId: XXX # Replace this with your accessId(ak)
      accessKey: XXX # Replace this with your accessKey(sk)

Currently we support the following parameters:

Field Description Default Value
type Specifies the type of database connection; must be set to "maxcompute" for MaxCompute connections. "maxcompute"
project The name of your MaxCompute project. N/A (Must be specified)
endpoint The endpoint URL for connecting to MaxCompute. N/A (Must be specified)
accessId The Access ID for authentication with MaxCompute. N/A (Must be specified)
accessKey The Access Key for authentication with MaxCompute. N/A (Must be specified)
schema The namespace schema that the models will use in MaxCompute. N/A (Must be specified)

Notes: The fields marked as "N/A (Must be specified)" indicate that these values are required and do not have default values.

Run you dbt models

If you are new to DBT, we have prepared a Tutorial document for your reference. Of course, you can also access the official documentation provided by DBT (but some additional adaptations may be required for MaxCompute)

Developers Guide

If you want to contribute or develop the adapter, use the following command to set up your environment:

pip install -r dev-requirements.txt

Reporting Bugs and Contributing

Your feedback helps improve the project:

  • To report bugs or request features, please open a new issue on GitHub.

Code of Conduct

We are committed to fostering a welcoming and inclusive environment. All community members are expected to adhere to the dbt Code of Conduct.

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

dbt_maxcompute-1.8.0a5.tar.gz (18.3 kB view details)

Uploaded Source

Built Distribution

dbt_maxcompute-1.8.0a5-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file dbt_maxcompute-1.8.0a5.tar.gz.

File metadata

  • Download URL: dbt_maxcompute-1.8.0a5.tar.gz
  • Upload date:
  • Size: 18.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.19

File hashes

Hashes for dbt_maxcompute-1.8.0a5.tar.gz
Algorithm Hash digest
SHA256 d32bf0ffe9a3603ce7dbc2d9d18b9acb6d3300aa134eb3890f12b0fbbdfe1126
MD5 a40b65d39b91b64cda9f0a404443782c
BLAKE2b-256 de80c58fa45f221fb2da36684fbe0dd884beb88809678ee8f854f67ceeb99b04

See more details on using hashes here.

File details

Details for the file dbt_maxcompute-1.8.0a5-py3-none-any.whl.

File metadata

File hashes

Hashes for dbt_maxcompute-1.8.0a5-py3-none-any.whl
Algorithm Hash digest
SHA256 f7cd59c3d75ba3acd8a64fd02cea7eb7ab385f9c0f2fb267dd74869427e965c7
MD5 acc5652386f7b429b6d097d5cce7a45d
BLAKE2b-256 d17da2823d5b9c56582b6b69880278d1768db1500559560fd4106943929df037

See more details on using hashes here.

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