This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
cat << "END" | |
A small demo of compatibility issues between the pyspark module and Databricks' databricks-connect module. | |
You will need: | |
[poetry](https://python-poetry.org/docs/#installation) | |
Internet access: we are pulling packages from PyPI. | |
Bash, or a shell compatible with bash scripts. |