FelicioV
03/21/2022, 12:02 PMFelicioV
03/21/2022, 12:03 PMyaml
dev_abs:
account_name: accountname
account_key: key
datajoely
03/21/2022, 12:04 PMFelicioV
03/21/2022, 12:08 PMdatajoely
03/21/2022, 12:10 PMdatajoely
03/21/2022, 12:10 PMdigitalsam
03/21/2022, 3:07 PMkedro
(with only Kedro installed) that would take care of all future environment needs in the future no matter the project
OR should I still create a separate virtual env for each project with only Kedro installed?
(I understand the requirements.txt vs requirements.in, but still can't wrap my head around the meta virtuel env 🥵 )
Thanks!Onéira
03/21/2022, 3:31 PMdatajoely
03/21/2022, 3:33 PMconda create -n "my-environment" python=3.8 -y
(3) The build-reqs
and install
is explained here and is more about making sure you can 'fail fast' and ensure all of your project dependencies play nicely together https://kedro.readthedocs.io/en/stable/04_kedro_project_setup/01_dependencies.html#project-specific-dependenciesDIVINE
03/21/2022, 3:55 PMdatajoely
03/21/2022, 3:58 PMDIVINE
03/21/2022, 3:59 PMDIVINE
03/21/2022, 3:59 PMDaehyun Kim
03/21/2022, 6:08 PMdigitalsam
03/21/2022, 6:24 PMJensKrijgsman
03/22/2022, 8:30 AMdatajoely
03/22/2022, 9:26 AMload
or save
dataset methods (like the expanded example here https://github.com/kedro-org/kedro/blob/e78990c6b606a27830f0d502afa0f639c0830950/docs/source/07_extend_kedro/06_transformers.md) I don't think you have to worryJensKrijgsman
03/22/2022, 9:33 AMnoestl
03/22/2022, 3:40 PMdatajoely
03/22/2022, 4:15 PMdatajoely
03/22/2022, 4:20 PM-q
puts it in less verbose mode), but the location is hard coded
pip-compile -q requirements.in
I think its easiest to not use the kedro
command wrapper here and use pip-compile
directly, if you really want to you can define your own cli.py
and your local version of the command will take precedence.noestl
03/22/2022, 5:27 PMpypeaday
03/22/2022, 9:58 PMdatajoely
03/22/2022, 10:30 PMpypeaday
03/22/2022, 10:34 PMBurn1n9m4n
03/23/2022, 5:22 PMdatajoely
03/23/2022, 5:25 PMpd.read_excel
is expecting a python type, but Kedro is providing a str
datajoely
03/23/2022, 5:25 PMdatajoely
03/23/2022, 5:26 PMdatajoely
03/23/2022, 5:26 PM