Code Monkey home page Code Monkey logo

dbt_demo's Introduction

dbt_demo

This project is a demonstration of some basic dbt functionalities to get started with dbt.

I build a small model and calculated some aggregations, following dbt dummy projects and some other resources.

Feel free to suggest any better way to modify and/or incorporate best practices.

Commands used in building the project:

  • dbt seed - to upload local flat files to dbt
  • dbt debug
  • dbt test
  • dbt run
  • dbt run --full-refresh - dbt ignore incremental config in the model and recreates the model/table
  • dbt run --models <>,<> - to run specific model(s)
  • dbt run -- target dev - to run in dev/prod/env
  • dbt docs generate - compile relevant information about your dbt project and warehouse into manifest.json and catalog.json files respectively
  • dbt docs serve -- to use these .json files to populate a local website with documentation.
  • dbt deps - to install or update packages

dbt_demo's People

Contributors

kopalsoni avatar

Stargazers

 avatar

Watchers

 avatar

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.