Skip to content

Commit

Permalink
change input
Browse files Browse the repository at this point in the history
  • Loading branch information
agregori97 committed Jul 26, 2024
1 parent 386e006 commit 631d3ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views/bqml/purchase_propensity/future_input.view.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ view: future_input {
# partition_keys: ["session_date"]
#cluster_keys: ["session_date"]
sql:
select * from
(WITH
visitors_labeled AS (
SELECT
Expand Down Expand Up @@ -214,4 +213,4 @@ view: future_input {
FROM user_model
WHERE "@{BQML_PARAMETER}"='Yes';;
}
}
}

0 comments on commit 631d3ae

Please sign in to comment.