-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Category of feature request
Switch
Problem statement
Switch is an LLM-powered transpiler plugin for Lakebridge that converts SQL and other source formats to Databricks-compatible Python notebooks. Currently, there are no E2E tests to verify the CLI integration works correctly.
Proposed Solution
- Create E2E tests following Lakebridge conventions
- Test install-transpile --include-llm-transpiler true command
- Test llm-transpile command with basic parameters
- Keep implementation simple; detailed multi-parameter LLM conversion testing is delegated to Switch
- Ensure tests can be triggered via GitHub Actions workflow
Additional Context
No response