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

fal 0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 22:00
· 148 commits to main since this release
0235c69

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

Bug Fixes

  • Fix-bump step on release GH action (#717)
  • Only inherit threads from db profile when is not set in flag or profile config (#722)
  • Faster inspect stack by using manual solution without loading source code (#723)
  • Fal cloud authentication (#730)
  • Install compatible dependencies for bigquery and snowflake (#736)
  • Remove forgotten deprecated options (#745)
  • Install fal and adapter local prereleases correctly (#748)

Documentation

  • Add fal-specific README and reduce root README (#753)

Features

  • Conda in fal cloud (#713)
  • Add adapter_type to telemetry (#743)

Miscellaneous Tasks

  • Fix dependencies for new isolate-cloud release (#721)
  • Add config_hash telemetry info to fal (#725)
  • Remove deprecation warning (#733)
  • Update for 1.4 dbt-core support (#732)
  • Update dbt_project.yml format (#746)
  • Dbt v1.4 support for fal cli (#727)

Refactor

  • Monorepo reorg (#739)

Testing

  • Integration tests on dbt v 1.3.0 (#731)
  • Enable trino tests (#751)