Does exist the ability to run jobs with integration tests from the Databricks interface?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022 08:25 AM
Currently, Nutter could be run inside a common CI/CD pipeline from GitLab, but need the possibility to run jobs with integration tests from the Databricks interface.
How to use Nutter directly from Databricks?
Does exist any integration test examples and documentation?
Any alternative easy solutions?
- Labels:
-
CD Pipeline
-
Gitlab
-
Nutter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022 09:16 AM
Hi @Dmitrii Kalashnikov
If you want to directly run tests from the interface, you can do that by installing Nutter using PyPi on databricks cluster.
This blog might help you further...
https://damle-amit075.medium.com/a-2minute-guide-to-unit-test-your-databricks-notebooks-b1c2c937b0b
Do ping for queries so that community can help...
Cheers..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2023 11:27 AM
Hi @Dmitrii Kalashnikov,
You could find examples and more details here https://github.com/alexott/databricks-nutter-repos-demo

