1.30.1 - 2025-03-27
Fixed
- dbt: read structured log file incrementally
#3580
@MassyB Buffered writing could cause dbt to write broken log lines. This PR handles that case. - Python: fix user tags in event v2 events
#3576
@pawel-big-lebowski This PR fixes case where event v2 job and run events did not get user tags. - Spark: fix NullPointerException
#3583
@ddebowczyk92 This PR fixes potential NullPointerException in SaveIntoDataSourceCommandVisitor.