dbt-labs / dbt-labs/docs.getdbt.com
Provide guidance on the recommended way to use UDFs defined outside dbt
Open
Fusion
- Dominant language
- JavaScript
- Stars
- 215
- Forks
- 1.2k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 130
Description
While issue dbt-labs/dbt-core#13154 is closed and UDFs are removed from "When should I turn static analysis off" section of the official doc (https://github.com/dbt-labs/docs.getdbt.com/pull/8568), we cannot compile models that use UDFs defined outside dbt without setting `static_analysis='off'`.
What is the preferred way to use such UDFs in dbt fusion? Migrating all our existing UDFs to dbt is not practical, and setting `static_analysis='off'` is not a satisfactory workaround because we would lose the benefits of the fusion engine.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.