[new changes]
Bug Fixes
- Adapter env config parsing (#615)
- Bigquery for managed envs in dbt-fal (#618)
- Handle pre-releases published to PyPI (#620)
- Find wrapped adapter Relation class on init (#632)
- Inherit is_cancelable from the wrapped adapter (#633)
- Adapter reconstruction in isolate environment (#635)
- Include parse_replacements from DB adapter into wrapper adpater (#640)
- Make dbt debug command work (#642)
- Make dbt-fal work with redshift (#643)
- Stop waiting for an exception loading the db_profile for isolate agents (#647)
- Make --project-dir work (#648)
- Stop parsing the entire command args (#660)
Documentation
- Fix example link to Fivetran repo
- Add readme, homepage and others for PyPI (#639)
- Add dbt-fal to docs (#652)
Features
- Use isolate library in dbt-fal (#606)
- Optimize bigquery read and write (#619)
- Make dbt-fal work with isolate server (#636)
- Make fal-scripts-path value available as a path to import for models (#645)
- Teleport with isolate for snowflake (#650)
- Add fal invocation_id and add tool for both packages (#658)
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)
- Fix release script (#627)
- Bump the version of dbt.adapters.fal in GH relase action (#654)