Thanks. I was hoping to do it outside of a kedro p...
# beginners-need-help
a
Thanks. I was hoping to do it outside of a kedro pipeline
n
Fair enough, what's the use case for this?
Copy code
session = KedroSession.create(
        package_name, default_project_path, env=env, extra_params=extra_params
    )

context = session.load_context()
catalog = context.catalog
a
I have an ad-hoc job I wish to launch, and I wanted to leverage the clean catalog interface
Thanks a lot for your code snippet!
n
If you end up needing multiple scripts, a pipeline is probably more suitable
a
Thank you. Yes, I will keep that in mind
3 Views