Giter Site home page Giter Site logo

dbt-kustomer's Introduction

Kustomer Meltano tap data transformation for dbt

This package is designed to work alongside the Kustomer Meltano tap to transform the data into an easy-to-use format.

Supported warehouses:

  • Snowflake
  • Bigquery
  • PostgreSQL
  • Redshift

Installation and use

  1. Include the following package version in your packages.yml file. Check dbt Hub for the latest version to use.
packages:
    - package: meltano/kustomer # TBC
      version: 0.1.0 # TBC
  1. Install the package by running dbt deps

  2. In your dbt_project.yml file, include the location where the tap data is expected to load from:

vars:
  kustomer_schema: your_database_schema # By default this is `tap_kustomer`
  1. Choose which schemas you want to build the tables in by including this in your dbt_project.yml file:
models:
  dbt_kustomer:
    marts:
      +schema: your_marts_schema # By default this is `kustomer`
    staging:
      +schema: your_staging_schema # By default this is `stg_kustomer`
  1. Build the tables by running
dbt run --select package:dbt_kustomer

Tables

These are the tables that will be built with this project.

TODO - Add ERD of tables once all created

Contributing

Want to get involved? Please do! Feel free to create your own fork and create PRs with updates. If you aren't sure how to get started, then please reach out to one of the maintainers, and we'd be happy to help.

Spot something amiss? Please create an issue on GitHub.

dbt-kustomer's People

Contributors

glsdown avatar jared-rimmer avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dbt-kustomer's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.