GithubHelp home page GithubHelp logo

andrewcstewart / ds4fnp Goto Github PK

View Code? Open in Web Editor NEW
27.0 3.0 3.0 4.82 MB

Data Stacks For Fun & Nonprofits!

Home Page: https://andrewcstewart.github.io/ds4fnp/

License: MIT License

Python 19.61% Shell 66.81% Dockerfile 13.58%
data data-warehouse analytics tutorials open-source etl superset dbt meltano stitch

ds4fnp's Introduction

Hi there ๐Ÿ‘‹

Social

Twitter LinkedIn StackOverFlow Slack

Techs

R Python C C++ Java Rust Scala Perl Keras TensorFlow Pandas NumPy Jupyter Markdown Shell Script LaTeX Postgres MySQL MongoDB SQLite Flask GitHub GitHub Actions TravisCI AWS Docker Kubernetes Vagrant Rancher Raspberry Pi

Misc

Shell VS Code

ds4fnp's People

Contributors

andrewcstewart avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ds4fnp's Issues

Meltano, dbt have package dependency conflicts

Running into dependency conflicts with the most recent versions of dbt, meltano. My requirements.txt file attached. Do you know which versions to pin these to? (With the dependency issues, might help to use a requirements.txt file for the project?)

requirements.txt

$ pip install meltano
...
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
dbt-core 1.0.2 requires click<9,>=8, but you have click 7.1.2 which is incompatible.
$ pip install dbt-postgres
...
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
meltano 1.96.0 requires click<8.0,>=7.0, but you have click 8.0.4 which is incompatible.
flask 1.1.4 requires click<8.0,>=5.1, but you have click 8.0.4 which is incompatible.

Post v1.0, dbt package now installs with dbt-postgres

Getting this error when trying to install via pip install dbt directly. Seems like choosing pip install dbt-postgres would fix it.

$ pip install dbt
Collecting dbt
  Downloading dbt-1.0.0.tar.gz (2.9 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  
  ร— python setup.py egg_info did not run successfully.
  โ”‚ exit code: 1
  โ•ฐโ”€> [21 lines of output]
      
      As of v1.0.0, `pip install dbt` is no longer supported.
      Instead, please use one of the following.
      
      **To use dbt with your specific database, platform, or query engine:**
      
          pip install dbt-<adapter>
      
          See full list: https://docs.getdbt.com/docs/available-adapters
      
      **For developers of integrations with dbt Core:**
      
          pip install dbt-core
      
          Be advised, dbt Cores python API is not yet stable or documented
          (https://docs.getdbt.com/docs/running-a-dbt-project/dbt-api)
      
      **For the previous behavior of `pip install dbt`:**
      
          pip install dbt-core dbt-postgres dbt-redshift dbt-snowflake dbt-bigquery
      
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

ร— Encountered error while generating package metadata.
โ•ฐโ”€> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

Deprecation warnings for dbt project YAML file

Receiving the following deprecation warnings when trying dbt run with current version of dbt.

$ dbt run
14:40:53  [WARNING]: Deprecated functionality
The `source-paths` config has been renamed to `model-paths`. Please update your
`dbt_project.yml` configuration to reflect this change.
14:40:53  [WARNING]: Deprecated functionality
The `data-paths` config has been renamed to `seed-paths`. Please update your
`dbt_project.yml` configuration to reflect this change.
14:40:53  Running with dbt=1.0.2

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.