Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

fal 0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 17:46
· 346 commits to main since this release
3546f6d

Bug Fixes

  • Change typing file generating tool to generate fal.typing module (#469)
  • Handle partially-applied write_to_model before scripts in typing module (#472)
  • Ensure logbook doesn't crash on startup (#477)
  • Move away from multiprocessing pool on executions (#478)
  • Accept keyword arguments in not_allowed_function for hooks (#480)
  • Wrap BigQuery jobs in exception handler and fix tests (#479)

Documentation

  • Mention about post-hooks (#468)
  • Compatibility document (#467)
  • Change <>s to & (#473)

Features

  • Offer type annotations for exposed functions. (#466)
  • Make before/after scripts happen right before/after models (#460)
  • Implement pre-hooks (#471)

Miscellaneous Tasks

  • Remove warning about mutiple select flags being passed (#465)
  • Remove experimental flags (#470)
  • Remove support for dbt 0.X (#464)

Refactor

  • Make fal run use new threading (#462)
  • Use experimental threads, flow and models mode by default (#463)

Testing

  • Add support for pre-hooks on the DAG verifier (#474)
  • Add support for before/after scripts to the DAG verifier. (#475)