[Bug] Ensure "no upstream event_time configured" warning is emitted on every dbt invocation, not just when full parsing
Opened this issue · 0 comments
MichelleArk commented
Options:
- Parse-time, but after manifest loading so partial parsing doesn't skip this warning
- Execution-time, which is less ideal because
dbt parse
won't surface the warning.
Note: we should ensure we are passing node_info
into this event in either case