You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Exporter] Improve exporting of databricks_pipeline resources (#4142)
## Changes
<!-- Summary of your changes that are easy to understand -->
Changes include:
- Use `List` + iterator instead of waiting for full list - improves
performance in big workspaces with a lot of DLT pipelines
- Better handling of pipelines deployed via DABs - fix error that lead
to emitting of notebooks even for DLT pipelines deployed with DABs.
- Emit `databricks_schema` for pipelines with direct publishing mode
enabled.
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [ ] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] relevant acceptance tests are passing
- [ ] using Go SDK
0 commit comments