To align with best practices and to assure that session are really closed in case of errors examples should use snowpakr sesson in the following way: ```py with Session.builder.getOrCreate() as session: print(main(session, *sys.argv[1:])) # type: ignore ```