Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
update empty test case and bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Wigley committed Jun 7, 2021
1 parent a411336 commit 2ffb450
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pytest_dbt_adapter/sequences/empty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ sequence:
- type: dbt
cmd: seed
- type: run_results
exists: False
exists: True
- type: dbt
cmd: run
- type: run_results
exists: False
exists: True
- type: catalog
exists: False
- type: dbt
cmd: docs generate
- type: run_results
exists: False
exists: True
- type: catalog
exists: True
nodes:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read(path):
author="Fishtown Analytics",
author_email="[email protected]",
url="https://github.com/fishtown-analytics/dbt-adapter-tests",
version='0.4.0',
version='0.5.0',
package_data={
'pytest_dbt_adapter': [
'projects/*.yml',
Expand Down

0 comments on commit 2ffb450

Please sign in to comment.