Changes
Fixes
- Fix bug where flows with emoji characters pass
flow.validate()
, but fail to extract from file - #6375 - Fix
FlowRunView
task run query errors when all task runs in the flwo run are cached - #6572 - Update
FlowRunView
to avoid retrieval of cached static tasks duringlatest
calls - #6572 - Update
FlowRunView
to be robust to multithreaded usage - #6572
Task Library
- Add state handler to log to Snowflake - #5671
- Fix default idempotency token for
DatabricksSubmitMultitaskRun
- #6412 - Fix custom tag type for Databricks
NewCluster
- #6573 - Fix empty file handling in
S3List
task - #6028