sergioschena / cdm-to-delta

Other
1 stars 1 forks source link

How to install cdm_to_delta module? #1

Open legendgod opened 3 weeks ago

legendgod commented 3 weeks ago

I am sorry for my newbie question. I am testing the code on databricks. When I run "from cdm_to_delta.model import" it returns ModuleNotFoundError: No module named 'cdm_to_delta'

How should I install this module?

sergioschena commented 3 weeks ago

No problem, all the questions are more than welcome (I recognize that I could enhance the README on how to run the code in Databricks and the setup that is needed).

Can you please tell me how you have imported the code in Databricks (using Repos ?) and the runtime version you are running on ?

legendgod commented 2 weeks ago

No problem, all the questions are more than welcome (I recognize that I could enhance the README on how to run the code in Databricks and the setup that is needed).

Can you please tell me how you have imported the code in Databricks (using Repos ?) and the runtime version you are running on ?

I think it is the problem.. I do not know how to import the code. I don't have much experience in python project.