<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="file:/var/app/InputFileSchema.xsd">
    <changeset
     id="SR-1142_Batch_C:1"
     author="nlittmann"
     run-always="true"
     topic="cdc.musicGraphV5.hasFingerprintRule">
        <precondition>
            <sqlquery>
                <![CDATA[
                    SELECT
                        GET_PATH(record_metadata, 'key') as key,
                        record_content as value
                    FROM facts.prod.CDC__MUSIC_GRAPH_V5__HAS_FINGERPRINT_RULE 
                    WHERE TO_TIMESTAMP(RECORD_METADATA:CreateTime::NUMBER, 3) >= '2026-03-16T00:00:00Z'::TIMESTAMP_TZ
                    AND TO_TIMESTAMP(RECORD_METADATA:CreateTime::NUMBER, 3) < '2026-03-17T15:55:00Z'::TIMESTAMP_TZ
                    ORDER BY record_metadata:offset
                ]]>
            </sqlquery>
        </precondition>
    </changeset>
</changelog>
