datajoely
02/08/2022, 9:35 PMerbabydriv
02/09/2022, 3:23 AMRRoger
02/09/2022, 4:48 AMcatalog_01_raw.yml
has "companies", "reviews" (no prefixes)
* catalog_02_int.yml
has "data_ingestion.int_typed_companies", "data_ingestion.int_typed_shuttles" (prefix with dot)
* catalog_03_prm.yml
has "prm_shuttle_company_reviews", "prm_spine_table" (prefix with underscore)
Or does is it a matter of taste?avan-sh
02/09/2022, 5:07 AMChainYo
02/09/2022, 5:46 AMggerog
02/09/2022, 4:16 PMkedro run --env=test
for instance. I want to pick up the test
string.
Thanks,datajoely
02/09/2022, 4:21 PMhook
or if you use the KEDRO_ENV
variable to set it you could just get that within your nodeggerog
02/09/2022, 4:49 PMdatajoely
02/09/2022, 4:50 PMbefore_node_run
hook is the best way to do this, but I think the env variable one is neatggerog
02/09/2022, 4:52 PMbefore_node_run
into a variable. I mostly just use hooks to get the side-effects.datajoely
02/09/2022, 4:53 PMinputs
dict to a new valuedatajoely
02/09/2022, 4:54 PMdatajoely
02/09/2022, 4:54 PMggerog
02/09/2022, 4:55 PMbefore_node_run
, can be used as an input?datajoely
02/09/2022, 4:56 PMinputs
provided to the nodeggerog
02/09/2022, 4:58 PMbefore_node_run
datajoely
02/09/2022, 4:59 PMdatajoely
02/09/2022, 4:59 PMggerog
02/09/2022, 5:02 PMdatajoely
02/09/2022, 5:17 PMdatajoely
02/09/2022, 5:17 PMggerog
02/09/2022, 5:22 PMdatajoely
02/09/2022, 5:38 PMdatajoely
02/09/2022, 5:38 PMdatajoely
02/09/2022, 5:39 PMggerog
02/10/2022, 8:11 AMIsaac89
02/10/2022, 3:22 PMantony.milne
02/10/2022, 3:30 PMsettings.py
) but possibly there's something else going on that's obliterating the attribute. Let me try it out myself and see if it worksantony.milne
02/10/2022, 3:35 PMdatajoely
02/10/2022, 3:36 PMdatajoely
02/10/2022, 3:36 PM