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

Add "dbt catalog generate" command #768

Closed
wants to merge 10 commits into from

Conversation

beckjake
Copy link
Contributor

Running "dbt catalog generate" now generates a file named "catalog.json" in the target directory, which has the column and table attributes discussed in #763.

Current limitations:

  • Only implemented for postgres
  • There's no way yet to actually influence the list of schemas you care about, it always does None

A future PR after #765 will fix the TODO I added here, as I understand it.

@beckjake beckjake requested a review from drewbanin May 10, 2018 18:11
@beckjake beckjake changed the base branch from development to dev/betsy-ross May 10, 2018 18:12
@beckjake
Copy link
Contributor Author

I think that codeclimate error is because I accidentally had it pointing at development.

@beckjake beckjake mentioned this pull request May 16, 2018
@beckjake
Copy link
Contributor Author

Closing this PR in favor of #774

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.

2 participants