Skip to content

Commit

Permalink
Merge pull request #2455 from fishtown-analytics/fix/adapter-plugin-c…
Browse files Browse the repository at this point in the history
…onfig-version

set config-version: 2 in the generated plugin project
  • Loading branch information
beckjake authored May 14, 2020
2 parents 26703df + b41b72c commit 1d543b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- When no columns are documented and persist_docs.columns is True, skip creating comments instead of failing with errors ([#2439](https:/fishtown-analytics/dbt/issues/2439), [#2440](https:/fishtown-analytics/dbt/pull/2440))
- Fixed an argument issue with the `create_schema` macro on bigquery ([#2445](https:/fishtown-analytics/dbt/issues/2445), [#2448](https:/fishtown-analytics/dbt/pull/2448))
- dbt now logs using the adapter plugin's ideas about how relations should be displayed ([dbt-spark/#74](https:/fishtown-analytics/dbt-spark/issues/74), [#2450](https:/fishtown-analytics/dbt/pull/2450))
- The create_adapter_plugin.py script creates a version 2 dbt_project.yml file ([#2451](https:/fishtown-analytics/dbt/issues/2451), [#2455](https:/fishtown-analytics/dbt/pull/2455))


## dbt 0.17.0rc1 (May 12, 2020)
Expand Down
1 change: 1 addition & 0 deletions core/scripts/create_adapter_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
PROJECT_TEMPLATE = '''
name: dbt_{adapter}
version: {version}
config-version: 2
macro-paths: ["macros"]
'''
Expand Down

0 comments on commit 1d543b3

Please sign in to comment.