Andrew Stewart
11/11/2022, 4:47 PMdatajoely
11/11/2022, 4:48 PMYetunde
11/11/2022, 4:52 PMAndrew Stewart
11/11/2022, 4:53 PMNishant Kumar
11/14/2022, 11:10 AMkedro package
to create a wheel file for the pipeline and push on S3. Docs here
⢠use %additional_python_modules
magic to get wheel from S3 and installed.
⢠FInally, just import your project as mentioned in the kedro documentation.
from kedro_spaceflights.__main__ import main
main(
["--pipeline", "__default__"]
) # or simply main() if you don't want to provide any arguments
that did it for us. šAndrew Stewart
11/14/2022, 2:50 PMNishant Kumar
11/14/2022, 6:03 PMAndrew Stewart
11/18/2022, 4:30 AMNishant Kumar
11/18/2022, 9:44 AMAndrew Stewart
11/18/2022, 7:50 PMNishant Kumar
11/24/2022, 1:55 PM