Table of contents
Copy publisher monitoring events
The following metadata attributes are shared across all events:
- Standard execution metadata (TODO add link)
namespace=org.apache.gobblin.copy.CopyDataPublisher
metadata["class"]=org.apache.gobblin.data.management.copy.publisher.CopyDataPublisher
Events by name
:
-
DatasetPublished
- a datasets gets successfully copied and publisheddatasetUrn
- the URN of the dataset (dataset-specific) that was copiedpartition
- the partition (dataset-specific) that was copiedoriginTimestamp
- the timestamp of the dataset partition as generated in the origin (e.g. the database)upstreamTimestamp
- the timestamp of the dataset partition as made available in the upstream system; this will be equal tooriginTimestamp
if the data is read directly from the origin.
-
DatasetPublishFailed
- a dataset failed to publishdatasetUrn
- the URN of the dataset (dataset-specific) whose publish failed
-
FilePublished
- sent when an individual file gets publisheddatasetUrn
- the URN of the dataset (dataset-specific) of which the part is partpartition
- the partition (dataset-specific) of which this file is partSourcePath
- the full source path for the fileTargetPath
- the full destination path for the fileoriginTimestamp
- similar tooriginTimestamp
forDatasetPublished
eventsupstreamTimestamp
- similar toupstreamTimestamp
forDatasetPublished
eventsSizeInBytes
- the size in bytes of the file