Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py uses dbt_spark as the include path, actual path is just spark #8

Closed
cmcarthur opened this issue Apr 3, 2019 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@cmcarthur
Copy link
Member

python setup.py develop works ok because everything is linked up correctly, but I believe that any sdists or python setup.py installs will not work correctly

@tromika
Copy link
Contributor

tromika commented Apr 11, 2019

Indeed it works with python setup.py develop but not with pip install git+ or python setup.py install. I'm getting

Encountered an error while reading profiles:
  ERROR Runtime Error
  Credentials in profile "default", target "dev" invalid: Runtime Error
    no dbt_project.yml found at expected path ...python3.7/site-packages/dbt_spark-0.13.0-py3.7.egg/dbt/include/spark/dbt_project.yml
Defined profiles:
 - default

For more information on configuring profiles, please consult the dbt docs:

https://docs.getdbt.com/docs/configure-your-profile

Encountered an error:
Runtime Error
  Could not run dbt

@drewbanin drewbanin added the bug Something isn't working label Apr 11, 2019
@drewbanin
Copy link
Contributor

hey @tromika - this should be fixed now! We have a couple more small tweaks to make here, and then we'll be publishing this to pypi as the dbt-spark repo

cccs-seb referenced this issue in CybercentreCanada/dbt-spark Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants