Alexandru Dataiker

  • Re: USING AN SCENARIO TO REFRESH A SQL DATASET

    Hi, To refresh a dataset you can simply build the dataset from a Scenario time-based trigger. The steps would be : 1. In Scenario click on + New Scenario. Choose a name and ID 2) Add the Daily trigge…
    ·
  • Re: Wrong time in DSS Virtual Box

    Hi, It sounds like the time on the guest running in the virtual box has drifted. Some possible reasons include e.g hibernating Can you check the local time on the DSS server by running the command: d…
    ·
  • Re: server setup

    Hi, Welcome to the Dataiku Community. To get started I would suggest the following resources : https://doc.dataiku.com/dss/latest/installation/index.html If you don't opt for CloudStacks then th…
    ·
  • Re: question on prepare recipe

    Hi, To answer you second question around regex pattern you can use the following to make the whole pattern case insensitive using (?i) Example : (?i)^mobilename_\d{1,3}$ In cases where you don't…
    ·
  • Re: DSS 9.0.1 upgrade - use of Python 3.7

    Hi, As mentioned in the release notes. Starting with DSS 9, Python 3.6 or Python 3.7 can be selected as the default built-in environment during installation or upgrade. You can create code environmen…
    ·