Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Updating version #5

Open
wants to merge 380 commits into
base: development
Choose a base branch
from
Open

Updating version #5

wants to merge 380 commits into from

Conversation

ryantbrennan1
Copy link

No description provided.

cmcarthur and others added 30 commits July 24, 2018 15:47
…stead of 'field' or 'arg' depending upon the test
…s-to-operation-context

put "this" var back into operation context
We had tests for this case, but they didn't run because the test
case used an incorrect profile. The test has been updated accordingly.
…ental-merge-bugs

Fix issues with for incremental models with unique keys, add hooks
drewbanin and others added 24 commits August 30, 2018 08:41
…cted-sql

render injected (instead of compiled) sql in docs site
Copy link

@kingfink kingfink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I try to pip install this into a fresh virtualenv I get the following error:

(venv2) [tim:~/aqueduct]$ pip install -r requirements.txt
Obtaining q-dbt from git+git://github.com/managedbyq/q-dbt.git@updating_ver#egg=q-dbt (from -r requirements.txt (line 1))
  Updating ./venv2/src/q-dbt clone (to revision updating_ver)
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/Users/tim/aqueduct/venv2/src/q-dbt/setup.py", line 15, in <module>
        description=description,
    NameError: name 'description' is not defined

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /Users/tim/aqueduct/venv2/src/q-dbt/

...and my requirements.txt looks like:

-e git://github.com/managedbyq/q-dbt.git@updating_ver#egg=q-dbt

I may be doing something wrong?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

7 participants