diff --git a/README.md b/README.md index b2811a2..dd69c0f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ copier copy git@github.com:cagov/caldata-infrastructure-template.git . ``` ### Azure DevOps repo -Install git credential manager (with [Homebrew](https://brew.sh/) if on a mac, if on a windows you should have it by default.) Then run the following three commands: +Install git credential manager (with [Homebrew](https://brew.sh/) if on a Mac, if on a windows you should have it by default with [this git instalation](https://git-scm.com/downloads/win).) Then run the following three commands: ```bash brew install git-credential-manager diff --git a/{{project_name}}/transform/models/sample_data.sql.jinja b/{{project_name}}/transform/models/sample_data.sql.jinja index 82c2fc0..b477d86 100644 --- a/{{project_name}}/transform/models/sample_data.sql.jinja +++ b/{{project_name}}/transform/models/sample_data.sql.jinja @@ -1,4 +1,3 @@ -{% if execute %} select randstr(uniform(10, 30, random(1)), uniform(1, 100000, random(1)))::varchar( 30 @@ -11,4 +10,3 @@ select 30 ) as email from table(generator(rowcount => 1000)) -{% endif %}