fix enrich: lazy-import prefect_dbt to bypass mashumaro/py3.14 compat issue
dbt-common -> mashumaro fails at import time on Python 3.14 due to
UnserializableField in JSONObjectSchema. Moving imports inside the flow
function defers the issue until runtime and unblocks CI deployment registration.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>