What is the expected format of the `input_event_po...
# ask-ai
t
What is the expected format of the
input_event_pointer
tag on a Dagster asset materialization event?
s
The documentation does not explicitly specify the expected format of the
input_event_pointer
tag on a Dagster asset materialization event. The
input_event_pointer
tag is not mentioned in the provided excerpts from the documentation. However, generally speaking, tags in Dagster are key-value pairs associated with events, runs, or assets, and they can be used to store additional metadata. If you are looking to include a pointer to an input event as part of your asset materialization metadata, you would typically use a tag to include a reference that makes sense in your context, such as an identifier for the input event. If you need more specific guidance on how to format the
input_event_pointer
tag for your use case, I would recommend checking the latest Dagster documentation or reaching out to the Dagster community for best practices, as the format may depend on how your Dagster instance and assets are set up and how you intend to use that pointer.