Current state
Creating a python UDF using the dbt functions feature produce the error:
Materialization "materialization_function_default" only supports languages ['sql']; got "python"
Request
- Support this functionality as it is supported in various other dbt adapters
- If necessary I can contribute this but would like to know if there are plans/recommended path for implementation I can refer to.
Current state
Creating a python UDF using the dbt functions feature produce the error:
Request