Skip to main content

Profile Your Source Data

You might want to execute a profile of the data that you imported from the source. As soon as you create a recipe from a source, you can execute a job to profile the dataset.

By profiling the data as soon as you load it into the Transformer page, you can assess the following:

  • Identify problems in the source and potentially correct them in the source system.

  • Create a baseline to evaluate the data wrangling work you do in Designer Cloud.

  • Identify mismatched or missing values.

Dica

You can also use this technique to generate an output of your source data, which is useful if you do not have read access to the source outside of Designer Cloud.

Steps:

  1. In the Import Data page, create an imported dataset from your source. Add it to a flow.

  2. In Flow View, create a recipe for your imported dataset.

  3. In Flow View, edit the newly created recipe. It is opened in the Transformer page.

  4. If needed, add a header step to your dataset.

  5. Click Run.

  6. In the Run Job page, select the following options:

    1. If you have the option of selecting a running environment, select the default one. This option may not be available in your product.

    2. CSV format (you need at least one format to generate your dataset's profile).

    3. Select to profile results.

  7. Click Run.

  8. When the results are generated, click the Profile tab in the Job Details page.

  9. A profile of your dataset is displayed.

In the generated profile, you can identify:

  • Missing or mismatched values in each column

  • Statistical break-out by quartile

  • Beginning dataset size and baseline job execution speed

Dica

You can download the profile and output for review.

For more information, see Job Details Page.

Preserve Source Visual Profile

If you wish to preserve the capability of running a profile or gathering results from your source, you can do the following:

  1. In Flow View, select the recipe that was used to create the source profile.

  2. Rename this recipe to something like, SourceData.

  3. Create an output off of this recipe. Run the job to create the visual profile.

  4. Select the recipe again. Now, click Add New Recipe.

  5. Edit this new recipe and build out your transformation steps.

  6. Whenever you need to regenerate the profile for the source, select the SourceData recipe and select the output from it. Then, run a job for it.

    Dica

    This technique is useful if you are replacing the source dataset with refreshed data on a periodic basis.