Skip to content

Releases: unytics/bigfunctions

v0.26

11 Mar 16:04

Choose a tag to compare

FIXES

  • doc: generate navigation .nav.yml file even if it does not exist
  • python function: do not require bigquery requirement if not needed

v0.25

11 Mar 15:52

Choose a tag to compare

export_to_storage function

v0.24

07 Mar 17:44

Choose a tag to compare

Functions Folders Documentation Page improved

  • design of functions lists pages was improved
  • a navigation is generated to ease finding a function

v0.23

04 Mar 22:18

Choose a tag to compare

Features: yaml bigfunctions files can now be nested in bigfunctions folder at any depth

  • Possible to have functions yaml files nested at any depth in folder hierarchy (it used to work for testing and deploying functions, it now also work for documentation website)
  • For this to work, Documentation structure has changed:
    • BEFORE: you had one /bigfunctions/ page listing all bigfunctions
    • NOW: you have one page per folder nested in bigfunctions folder such as /bigfunctions/transform/ /bigfunctions/transform/transform_string. Each folder is generated based on the README of the folder in which are added subfolders and bigfunctions exisiting in the folder

v0.22

03 Mar 22:35
21cc6f0

Choose a tag to compare

v0.22 Pre-release
Pre-release

bigfun test creates necessary folder if not exists

v0.21

03 Mar 21:46

Choose a tag to compare

replace setup.py by pyproject.toml

v0.20

03 Mar 20:01

Choose a tag to compare

Added github action for automatic publish on pypi and release creation

v0.19

03 Mar 10:57

Choose a tag to compare

Improvements:

  • create_temp_dataset in python functions will give dataEditor role to function caller instead of custom bigfunctions role so that anyone can deploy it (useful for load_saas_data, etc)

v0.18

03 Mar 09:53

Choose a tag to compare

Fix

  • fix quota management when only one of param is defined.

Features

  • when you put yaml type in function argument for a python function, it will be automatically parsed from string to object before the function code is executed

v0.17

03 Mar 08:15

Choose a tag to compare

Default Dockerfile fix

Use pip when uv is not available to install python dependencies