We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696b358 commit 1856a04Copy full SHA for 1856a04
wren-launcher/commands/launch.go
@@ -187,7 +187,6 @@ func askForDbtTarget() (string, error) {
187
return result, nil
188
}
189
190
-// *** NEW FUNCTION ADDED HERE ***
191
func askForIncludeStagingModels() (bool, error) {
192
prompt := promptui.Select{
193
Label: "Include staging models (stg_*, staging_*)?",
@@ -534,7 +533,6 @@ func processDbtProject(projectDir string) (string, error) {
534
533
return "", err
535
536
537
- // *** MODIFIED SECTION HERE ***
538
// Ask the user whether to include staging models
539
includeStagingModels, err := askForIncludeStagingModels()
540
if err != nil {
0 commit comments