Hello,
We activated the 14-days trial. I set up a partition for a remote file connection:
Then in Input/Output, I am asked for the partition Id. I tried "date" then save but the field remains blank when I reload the page.
Thanks!
EDIT: The question is actually about partitioned Remote files. The syntax here is that:
* In the URL, you add patterns like ${DKU_DST_date}
* In partition id, you enter a partition identifier
ie, in the URL it's the same syntax as the "partitioning variables substitution" that you would use in recipes.
See: http://doc.dataiku.com/dss/latest/connecting/remote.html#defining-partitioned-remote-datasets
How partition identifers are created: http://doc.dataiku.com/dss/latest/partitions/identifiers.html
Previous (unrelated) answer:
I'm assuming that you're asking about the partition which is requested when you try to build a partitioned dataset from a recipe.
What you must enter is the identifier of the partition to build.
Assuming that you have a recipe that makes A -> B, and A and B are both partitioned by day, and you have an "equals" dependency, then you would want for example "2015-10-21" as partition id.
Meaning that: you ask DSS to build the partition "day=2015-10-21" of the output dataset B, from which DSS will infer that it needs to read the "day=2015-10-21" partition of A.
You might find this useful:
* http://doc.dataiku.com/dss/latest/concepts/index.html#partition-level-dependencies and the concept that you ask for output and then DSS finds the input
* How partition identifiers are formed: http://doc.dataiku.com/dss/latest/partitions/identifiers.html