Kacper Leśniara
05/24/2024, 11:22 AMcatalog.list()
I don't see the entires that match the factory (so in the end I don't know that they exist at all). However, catalog.load("<name>")
works. Is this the intended way?datajoely
05/24/2024, 11:23 AMKacper Leśniara
05/24/2024, 11:23 AMAnkita Katiyar
05/24/2024, 11:23 AMdatajoely
05/24/2024, 11:24 AMdatajoely
05/24/2024, 11:24 AMcatalog.list(eager=true)
Kacper Leśniara
05/24/2024, 11:24 AMcatalog.list()
Kacper Leśniara
05/24/2024, 11:25 AMAnkita Katiyar
05/24/2024, 11:26 AMfor dataset in pipeline["__default__"].datasets():
catalog.exists(dataset)
Ankita Katiyar
05/24/2024, 11:27 AMKacper Leśniara
05/24/2024, 11:27 AMfor dataset in pipelines["__default__"].datasets():
catalog.exists(dataset)
makes the entries show up in the catalog.list()
Ankita Katiyar
05/24/2024, 11:27 AMKacper Leśniara
05/24/2024, 11:29 AMKacper Leśniara
05/24/2024, 11:30 AMcatalog.list(eager=true)
, but if its possible I would make that a defaultKacper Leśniara
05/24/2024, 11:30 AMAnkita Katiyar
05/24/2024, 11:32 AMKacper Leśniara
05/24/2024, 11:33 AMMerel
05/24/2024, 11:34 AMNok Lam Chan
05/24/2024, 11:36 AMMerel
05/24/2024, 11:36 AM