Coder Social home page Coder Social logo

hub.getdbt.com's Introduction

hub.getdbt.com

Package hub for dbt.

Adding a new package

The hubcap.py script which generates PRs for new versions of packages is hosted at https://github.com/fishtown-analytics/hubcap and runs hourly on Heroku. To add a new package to the hub index, create a PR which adds the package name to this file.

Development

Clone this repository and install submodules:

git submodule update --init

...then install dependencies with bundler:

bundle install

For mac users, if this fails for MacOS <0.16, take a look at this thread. For Big Sur users, try the following adapted from this thread:

env \                                                                                                                                                     master
  CXX=clang++ \
  GYPFLAGS=-Dmac_deployment_target=10.16 \  # substitute 10.16 for whatever your Mac OS version is
gem install libv8 --version 3.16.14.19  # exact version may differ on your system

gem install therubyracer -v ‘<whatever version bundler requests>’ -- --with-v8-dir=/usr/local/opt/[email protected]

Note, the precise version of the with-v8-dir may differ from what is listed above. Do consult that directory for whatever version your homebrew installed.

Now rerun bundle install

...and run with middleman:

bundle exec middleman serve --port 4567

In directory bundling

To install gems to the project repo (as opposed to your system-user-level gem folder), use the --install-dir flag with the gem install commands above. However, place this flag and corresponding directory path argument before the -- (this is critical).

hub.getdbt.com's People

Contributors

drewbanin avatar github-actions[bot] avatar annafil avatar jtcohen6 avatar versusfacit avatar axelazaid avatar clrcrl avatar joellabes avatar kristin-bagnall avatar dependabot[bot] avatar amychen1776 avatar dave-connors-3 avatar martinguindon avatar absorbb avatar eogilvy12 avatar dylanbaker avatar jdw818 avatar jthandy avatar jasnonaz avatar snyk-bot 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.