From a2c7779e74bab76fc9be5abfcd68f417c6afbbe8 Mon Sep 17 00:00:00 2001 From: Mark Patmore <66063750+Eromtap@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:08:20 -0600 Subject: [PATCH] Update README.md Corrected bash command to work with new base_model_creation.sh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae1d8e0..12a99e4 100644 --- a/README.md +++ b/README.md @@ -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))