ide-best-practices icon indicating copy to clipboard operation
ide-best-practices copied to clipboard

Best practices for working with Databricks from an IDE

Results 3 ide-best-practices issues
Sort by recently updated
recently updated
newest added

This example is supposed to be related to databricks but all the functions and tests for transformations.py are using pandas, not pyspark. Can you please explain put examples with pyspark...

This PR shows how to run pytest unit tests on a Databricks cluster using the VSCode extension. https://user-images.githubusercontent.com/40952/204759473-d201a10a-ab05-469a-b72b-3c9e8de41b0b.mov

Using a PEP 484 "# type: ignore" annotation I do wonder if we really want to use that global, though? Is that a best practice? In the past I used...