Is this your first time submitting a feature request?
Describe the feature
In dbt-labs/dbt-core#12030 we're adding the concept of volatility to functions. In adapters we should ensure that:
- If a volatility is specified for a function, then the create function statement run against the data warehouse uses the appropriate volatility keyword
- If volatility is None for a function, then no volatility keyword is used in the create function statement run against the data warehouse.
Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
Yes
Anything else?
No response