I was using neptune AI with kedro I did it as what...
# plugins-integrations
m
I was using neptune AI with kedro I did it as what in the document says it's showing this error when I run kedro neptune init @Siddhant Sadangi
a
Have you updated your
settings.py
?:
Copy code
CONFIG_LOADER_ARGS = {
    ...,
    "config_patterns": {
        ...,
        "credentials_neptune" : ["credentials_neptune*"],
        "neptune": ["neptune*"],
    }
}
m
no
Now, getting another error
Can you explain the steps for initializing neptune ai?
I did what in the documentation. But it's not working
a
What command are you running?
m
kedro neptune init
d
@Muhammed Rashid what version of kedro? The latest version of kedro has just been released and may not work with the Neptune plugin