terraform-provider-databricks
terraform-provider-databricks copied to clipboard
[Feature] Add `databricks_function` resource
Changes
Introduces databricks_function resource—allowing users to create and manage UDFs within Terraform. work in progress...
Closes #4074
Tests
- [x]
make testrun locally - [x] relevant change in
docs/folder - [x] covered with integration tests in
internal/acceptance - [ ] relevant acceptance tests are passing
- [x] using Go SDK
Hello, is there any timeline on when this could make it into the provider? Would love to have this soon!
Hi @ian-norris-ncino. I'm aiming to have this integrated into the provider by the end of the month, depending on my availability. I'll keep you posted.
Test Details: go/deco-tests/11869831592
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:
Trigger: go/deco-tests-run/terraform
Inputs:
- PR number: 4189
- Commit SHA:
c4e48fb4b5176079a456c3ac787b420a913b8a29
Checks will be approved automatically on success.
Marking it as don't merge until the underlying API is fixed
Hey @alexott is there any timeline you could provide on when this might be merged? We have a large need for this in terms of managing our deployments
Any update here? Would be great for us to manage table column masking in our terraform repository too.
We are also looking for support for Databricks tables. Would be great to get this prioritized. 🚀
@marvinbuss there is a big problem with the underlying API that prevents implementation until the API is reworked... Right now, functions could be created only via SQL, not via API
Thanks for letting me know @alexott. Will work on an alternative approach then.