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

re adds the dbt compile command #407

Merged
merged 6 commits into from
May 8, 2017
Merged

Conversation

drewbanin
Copy link
Contributor

fixes #390

The dbt output could use some work. Currently looks like this:

16:10:46 ~/fishtown/clients/test $ dbt compile
Found 1 models, 0 tests, 0 archives, 0 analyses, 10 macros
Concurrency: 2 threads (target='dev')
Done.

[wip]

@cmcarthur
Copy link
Member

I merged #408 , you should pull development

Copy link
Member

@cmcarthur cmcarthur left a comment

Choose a reason for hiding this comment

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

this looks great. it's worth running with --debug and making sure no queries are run

{% macro dbt__create_table(schema, model, dist, sort, sql, flags, adapter) -%}

{%- set identifier = model['name'] -%}
{%- set already_exists = adapter.already_exists(schema, identifier) -%}
Copy link
Member

Choose a reason for hiding this comment

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

👍

@drewbanin drewbanin merged commit 606f35c into development May 8, 2017
@drewbanin drewbanin deleted the re-add-compile-command branch May 8, 2017 02:02
iknox-fa pushed a commit that referenced this pull request Feb 8, 2022
re adds the dbt compile command

automatic commit by git-black, original commits:
  606f35c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants