Skip to content

Commit

Permalink
Updated README to fix bug in configuration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertGozzi authored Jul 7, 2021
1 parent 081e928 commit 83751f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ If this is not where your netsuite data is, add the below configuration to your
config-version: 2

vars:
connector_database: your_database_name
connector_schema: your_schema_name
netsuite_database: your_database_name
netsuite_schema: your_schema_name
```
This package allows users to add additional columns to the final model tables.
Columns passed through must be present in the downstream source tables. See
Expand Down

0 comments on commit 83751f7

Please sign in to comment.