Appreciate your response,
pip install -r requirements.txt worked when I created new notebook and run some code there, but not for the files in the repo. When I try to run '*.py' file in my repo through databricks run command, I get 'ModuleNotFoundError'. Maybe I am just misunderstanding the concept here, and you are not suppose to run those files directly in databricks and if you do, it is better to have them as notebook files as opposed to '.py.'
As a side note, I was reading on global init script and wondering if that would be a way to run my files within databricks.
Maybe someone could point me to some information (docs, video or anything) about working in databricks repo that goes beyond integration