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

Releases: fal-ai/dbt-fal

dbt-fal 1.4.2

17 Feb 17:50
2775417
Compare
Choose a tag to compare

[new changes]

Bug Fixes

  • Teleport integration (#764)

Documentation

  • Remove base HTML tag from readme (#769)

Features

  • Replace isolate with koldstart (#763)

Miscellaneous Tasks

  • Update adapter dependencies (#765)

fal 0.8.1

14 Feb 19:17
d202cb1
Compare
Choose a tag to compare

Changelog

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

[unreleased]

Bug Fixes

  • Make dbt-fal work with koldstart (#757)
  • Support latest dbt-trino (#759)
  • Overwrite fal_scripts_path on every cloud run (#760)

Documentation

  • Try to fix PyPI relative links with HTML base tag (#756)

Features

  • cloud host resolution (#758)

dbt-fal 1.4.1

14 Feb 19:18
5a8c41a
Compare
Choose a tag to compare

[0.8.1] - 2023-02-14

Bug Fixes

  • Make dbt-fal work with koldstart (#757)
  • Support latest dbt-trino (#759)
  • Overwrite fal_scripts_path on every cloud run (#760)

Documentation

  • Try to fix PyPI relative links with HTML base tag (#756)

Features

  • cloud host resolution (#758)

[0.8.0] - 2023-02-10

Bug Fixes

  • Remove forgotten deprecated options (#745)
  • Install fal and adapter local prereleases correctly (#748)

Documentation

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

Features

  • Add adapter_type to telemetry (#743)

Miscellaneous Tasks

  • Update dbt_project.yml format (#746)
  • Dbt v1.4 support for fal cli (#727)

Testing

  • Enable trino tests (#751)

fal 0.8.0

10 Feb 22:00
0235c69
Compare
Choose a tag to compare

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)

dbt-fal 1.3.14

20 Mar 14:42
f533e92
Compare
Choose a tag to compare
feat(dbt-adapter): dbt-athena-community support (#741)

* tests(dbt-fal): add athena profile

* feat: add dbt-athena-community support

dbt-athena from PyPI doesn't support dbt 1.3, but dbt-athena-community does
https://github.com/dbt-athena/dbt-athena

dbt-athena-community does not support dbt 1.4, so this branch doesn't need to
be merged to main. Instead, we will release a patch to dbt-fal 1.3 in order to
add support to dbt-athena-community

* PR comments

* refactor: move some hacks location (#742)

---------

Co-authored-by: Matteo Ferrando <[email protected]>

dbt-fal 1.3.13

06 Feb 15:58
4c29b70
Compare
Choose a tag to compare

[new changes]

Bug Fixes

  • Fal cloud authentication (#730)

Features

  • Dbt-athena-community support (#741)

Miscellaneous Tasks

  • Add config_hash telemetry info to fal (#725)
  • Remove deprecation warning (#733)

Testing

  • Integration tests on dbt v 1.3.0 (#731)

dbt-fal 1.4.0

02 Feb 01:43
38642e9
Compare
Choose a tag to compare

[new changes]

Bug Fixes

  • Fal cloud authentication (#730)
  • Install compatible dependencies for bigquery and snowflake (#736)

Miscellaneous Tasks

  • Add config_hash telemetry info to fal (#725)
  • Remove deprecation warning (#733)
  • Update for 1.4 dbt-core support (#732)

Testing

  • Integration tests on dbt v 1.3.0 (#731)

dbt-fal 1.3.12

20 Jan 23:31
b86759a
Compare
Choose a tag to compare

[new changes]

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)

Features

  • Conda in fal cloud (#713)

Miscellaneous Tasks

  • Fix dependencies for new isolate-cloud release (#721)

fal 0.7.7

12 Jan 22:52
9e51db5
Compare
Choose a tag to compare

[new changes]

Bug Fixes

  • Change how dbt-fal version is put together (#703)
  • Only send relevant adapter package to isolate (#710)

Documentation

  • Add fal cloud docs
  • Update quickstart to clarify profiles.yml (#708)

Features

  • Add fal cloud auth to fal cli (#705)

Miscellaneous Tasks

  • Enable python 3.11 support (#712)
  • Remove write_to_firestore (#715)

Testing

  • Enable trino integration tests
  • Add resource-paths to dbt_project.yml to make sure it is picked up by dbt (#714)

dbt-fal 1.3.11

12 Jan 22:58
9e51db5
Compare
Choose a tag to compare

[0.7.7] - 2023-01-12

Bug Fixes

  • Only send relevant adapter package to isolate (#710)

Documentation

  • Update quickstart to clarify profiles.yml (#708)

Features

  • Add fal cloud auth to fal cli (#705)

Miscellaneous Tasks

  • Enable python 3.11 support (#712)
  • Remove write_to_firestore (#715)

Testing

  • Add resource-paths to dbt_project.yml to make sure it is picked up by dbt (#714)