Keywords/variables available to select partitions in scenarios?
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
Hello,
What are the keywords I can use to select partitions in scenarios? Like CURRENT_DAY, CURRENT_WEEK.
Tagged:
Answers
-
Hello,
You can use the following keywords to identify a partition:
PREVIOUS_DAY
CURRENT_DAY
CURRENT_MONTH
PREVIOUS_MONTH
CURRENT_HOUR
PREVIOUS_HOUR
If you need more complex expressions to pick up a specific partition, you would need to use variables in your scenarios.
See the documentation:
http://doc.dataiku.com/dss/latest/scenarios/variables.html
Note that you need DSS production features in your license to use the variables.
Jeremy