Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Corrected bash command to work with new base_model_creation.sh
  • Loading branch information
Eromtap authored Nov 25, 2024
1 parent ea28170 commit a2c7779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ This bash script when executed from your local IDE will create model files in yo
2. Copy the macro into a statement tab into your local IDE, and run your code

```bash
source dbt_packages/codegen/bash_scripts/base_model_creation.sh "source_name" ["this-table","that-table"]
source dbt_packages/codegen/bash_scripts/base_model_creation.sh source_name table-1 table-2 table-3 ...
```

## generate_model_yaml ([source](macros/generate_model_yaml.sql))
Expand Down

0 comments on commit a2c7779

Please sign in to comment.