Skip to content

Commit

Permalink
module updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aneiderhiser committed Aug 4, 2022
1 parent 305f2fc commit 0c88282
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Apache License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![dbt logo and version](https://img.shields.io/static/v1?logo=dbt&label=dbt-version&message=1.x&color=orange)

# Medicare CCLF Connector
# Medicare Claims Connector

Check out the Tuva Project [Docs](http://thetuvaproject.com/)

Expand Down
10 changes: 3 additions & 7 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@

# Name your project! Project names should contain only lowercase characters
# and underscores. A good package name should reflect your organization's
# name or the intended use of these models
name: 'medicare_cclf_connector'
name: 'medicare_claims_connector'
version: '1.0.0'
config-version: 2

# This setting configures which "profile" dbt uses for this project.
profile: 'tuva'
profile: 'tuva' # configuration required

vars:
source_name: cclf # configuration required
# name describing the dataset feeding this project

input_database: tuva # configuration required
input_database: medicare_claims # configuration required
# name of the database where sources feeding this project are stored

input_schema: cclf # configuration required
Expand Down
2 changes: 1 addition & 1 deletion pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ n/a
- [] My code runs without errors
- [] I have implemented primary key tests
- [] Every model has a corresponding yml file
- [ ] I have generated the DAG locally with dbt and updated the files in the `docs/` path
- [] I have generated the DAG locally with dbt and updated the files in the `docs/` path

## Gif of how this PR makes you feel

0 comments on commit 0c88282

Please sign in to comment.