Asset Name not shown in Data Docs

Hi,
When I run checkpoints and create documentation locally, the asset name is always missing.
Is there a special property I need to set in my checkpoint config?
It does work when I run in GX Cloud.

Data docs main view:

Data docs detail view shows “Data Asset: None”

data_asset_name is set Checkpoint config

The test itself runs fine. It is just difficult to filter the test results because the asset name is missing.

Thanks,
Steffen

Solution:
data_asset_name must be added to batch_spec_passthrough

3 Likes

Hi @steffen, I have the same issue but I haven’t figured out where batch_spec_passthrough comes into play and I couldn’t find anything helpful in the documentation about this. Would appreciate it if you can help me out :slight_smile:

Hi Laura,
Sorry for the late response. The value assigned to data_asset_name will appear if you add it to the batch_spec_passthrough section of your batch_request

Any questions, please let me know.
Steffen

Example 1:
Defined globally for checkpoint.

image

Example 2:
Added to each validation of the checkpoint.
image