Releases: unytics/bigfunctions
Releases · unytics/bigfunctions
v0.36
v0.35
- Fixed Errors when Testing python function which depend on cache.
- Added
{BIGFUNCTIONS_DATASET_REGION}
as system variable in yaml files.- It will be replace by the dataset region when deploying.
- Enables to use information_schema with region prefix
Full Changelog: v0.34...v0.35
v0.34
What's Changed
- add uv to manage testing function with
bigfun test
by @julienawonga in #195
Full Changelog: v0.33...v0.34
v0.33 fix tests
Fix bigfun test so that it works when there are no surrounded quotes
v0.32
Improvement
- No more need to put single quotes + double quotes around strings example arguments in yaml. This change is retrocompatible and should not break with yaml files which still have them.
Full Changelog: v0.31...v0.32
v0.31
Test github action create release
Full Changelog: v0.30...v0.31
v0.30
Test github action create release
Full Changelog: v0.29...v0.30
v0.29
Test github action create release
Full Changelog: v0.28...v0.29
v0.28
What's Changed
- Remove unnecessary parentheses around sqlfunction and update sql_funct template by @julienawonga in #192
- 2.1- Docs enrichment with Excepted format of sql and python yml file functions by @julienawonga in #191
New Contributors
- @moldavanka made their first contribution in #189
Full Changelog: v0.27...v0.28
v0.27
Removed debug stuff