Skip to content

Commit

Permalink
Merge pull request #1010 from fishtown-analytics/feature/adapters-as-…
Browse files Browse the repository at this point in the history
…objects

adapters as objects (#961)
  • Loading branch information
beckjake authored Sep 20, 2018
2 parents 5b94bc3 + 08150b0 commit 6454a81
Show file tree
Hide file tree
Showing 25 changed files with 602 additions and 655 deletions.
272 changes: 115 additions & 157 deletions dbt/adapters/bigquery/impl.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dbt/adapters/bigquery/relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def matches(self, project=None, schema=None, identifier=None):
return True

@classmethod
def create_from_node(cls, config, node, **kwargs):
def _create_from_node(cls, config, node, **kwargs):
return cls.create(
project=config.credentials.project,
schema=node.get('schema'),
Expand Down
Loading

0 comments on commit 6454a81

Please sign in to comment.