Build:
pip install -r requirements.txt -e .
Install:
pip install git+https://github.com/data-derp/exercise-ev-production-code-delta-lake
package-one==0.1.0
exercise_ev_production_code_delta_lake @ git+https://github.com/data-derp/exercise-ev-production-code-delta-lake
package-three==0.3.0
Importing into notebook (example)
pip install git+https://github.com/data-derp/exercise-ev-production-code-delta-lake#egg=exercise_ev_production_code_delta_lake
def my_awesome_function(input_df: DataFrame) -> DataFrame:
return input_df
from exercise_ev_production_code_delta_lake.bronze import Bronze
Bronze().set_partitioning_cols(input_df)