Skip to content

Commit

Permalink
Fix testing input
Browse files Browse the repository at this point in the history
  • Loading branch information
agregori97 committed Jul 25, 2024
1 parent d7f3c0a commit 386e006
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views/bqml/purchase_propensity/testing_input.view.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ view: testing_input {
derived_table: {
sql_trigger_value: ${training_input.SQL_TABLE_NAME} ;;
sql:
select * from
(WITH
visitors_labeled AS (
SELECT
Expand Down Expand Up @@ -212,4 +211,4 @@ view: testing_input {
FROM user_model
WHERE "@{BQML_PARAMETER}"='Yes';;
}
}
}

0 comments on commit 386e006

Please sign in to comment.