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

Adding support for non-master default branch in git #3096

Closed
wants to merge 7 commits into from
Closed

Adding support for non-master default branch in git #3096

wants to merge 7 commits into from

Conversation

VasiliiSurov
Copy link
Contributor

resolves #3057

Description

Adding support for non-master default branch in git

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt next" section.

@cla-bot cla-bot bot added the cla:yes label Feb 12, 2021
@jtcohen6
Copy link
Contributor

@VasiliiSurov Off to a great start! It looks like there are a couple of code-style issues from flake8:

core/dbt/clients/git.py:118:51: E231 missing whitespace after ','
core/dbt/clients/git.py:120:5: E722 do not use bare 'except'

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

Successfully merging this pull request may close these issues.

dbt deps does not handle non-master default branch
2 participants