This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Releases: fal-ai/dbt-fal
Releases · fal-ai/dbt-fal
dbt-fal 1.3.4
dbt-fal 1.3.3
dbt-fal 1.3.2
dbt-fal 1.3.1
[new changes]
Bug Fixes
- Find wrapped adapter Relation class on init (#632)
- Inherit is_cancelable from the wrapped adapter (#633)
- Adapter reconstruction in isolate environment (#635)
Features
- Make dbt-fal work with isolate server (#636)
Miscellaneous Tasks
- Fix release script (#627)
Testing
- Add duckdb to integration tests (#637)
dbt-fal 1.3.0
[new changes]
Bug Fixes
- Adapter env config parsing (#615)
- Bigquery for managed envs in dbt-fal (#618)
- Handle pre-releases published to PyPI (#620)
Documentation
- Fix example link to Fivetran repo
Features
Miscellaneous Tasks
- Modify adapter description (#611)
- Add dbt-fal publishing (#612)
- Add new telemetry to dbt-fal (#613)
- Remove fal dependency from dbt-fal (#617)
- Fix PyPI publishing action (#625)
Testing
fal 0.7.2
dbt-fal 1.3.0rc1
adapter-v1.3.0rc1 chore: Remove automatic release and check branch of release (#607)
fal 0.7.1
fal 0.7.0
[new changes]
Bug Fixes
- Adapt profiles_dir info import for new location in dbt 1.3 (#564)
- Enable global script selection (#569)
Documentation
- Document structured hooks [the
with:
attribute] (#547) - Document the new environment management feature (#548)
- Document
context.current_model.adapter_response
(#575)
Features
- Implement initial support for conda (#528)
- Generalize dual Python IPC and speed-up conda builds (#534)
- Add PythonAdapter and PythonConnectionManager classes (#553)
- Add --globals flag for more explicit global script execution (#574)
Miscellaneous Tasks
fal 0.6.0
[new changes]
Bug Fixes
- Ensure broken DBT models are not corrupting other models (#500)
- Correctly serialize script type when constructing task (#522)
- Ensure the venv based environments are thread safe (#527)
- Use POSIX which to figure out the binary path (#526)
- Correct dependency analysis for external dbt packages (#529)
- Include fal-extras in the dependency analysis (and fix sf failures) (#539)
Documentation
- Update docs to include pre-hook
- Change readme to reflect new recommended uses (#515)
Features
- Model-scoped environments (#492)
- Implement "local" hooks (#505)
- Two-way bridge for transporting objects to isolated hooks (#519)
- Dual-venvs for faster/cheaper environment creation (#520)
- Add DO_NOT_TRACK as option for telemetry opt out (#538)
- Include shell-variables in the isolated debug script (#540)
Miscellaneous Tasks
- Add telemetry information about fal python models being used (#530)
- Run npm audit fix for docsite (#533)
- Add a PR template (#536)
- Add telemetric project identifier (#537)
Refactor
- Pass config and adapter down to lib funcitons when possible (#516)
- Define the explicit flow between env<->conn (#523)
- Use sqlalchemy engine to write and read dataframes by default (#517)
- Move to new logging system (#524)