-
Re: Filter using an sql expression
Hi @salima , Which error did you get ? Today's date syntax depends on your SQL database. In mysql, it is CURDATE(), in PostGreSQL CURRENT_DATE. Also, have you checked the execution engine is SQL…1 · -
Re: Copying a sub flow to another project
1. Create a sync recipe from the shared dataset and run it. Let's assume the output dataset name is "dataset_copy" 2. Go the the recipe (double click) just after the the shared dataset…1 · -
Re: Copying a sub flow to another project
Hi Ben, The black icon and the arrow mean the dataset is shared across project. You can see the dependencies of projects using the graph mode (DSS homepage --> See all projects --> switch mosai…2 · -
Re: Recipe Filter with
Hello @OlivierAb , Use this regex instead: .*[A-Z].* Best, Damien1 ·