You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --group-in-memory flag is a new addition #241 and hasn't been released yet.
Running kedro airflow create --group-in-memory and kedro airflow create with the spaceflights project creates the exact same DAGs - there's some issue in the determining whether a dataset is MemoryDataset
Description
The
--group-in-memory
flag is a new addition #241 and hasn't been released yet.Running
kedro airflow create --group-in-memory
andkedro airflow create
with the spaceflights project creates the exact same DAGs - there's some issue in the determining whether a dataset isMemoryDataset
kedro-plugins/kedro-airflow/kedro_airflow/grouping.py
Lines 14 to 15 in fbe545f
^ returns
None
for datasets that are not in the catalog (dataset factory datasets orMemoryDatasets
There might also be some problems with dataset factories - still investigating
The text was updated successfully, but these errors were encountered: