-
Notifications
You must be signed in to change notification settings - Fork 8
Implement Continuous Integration (CI) #19
Copy link
Copy link
Open
Description
Since the repository covers many languages and different source systems, manually verifying every example is time-consuming and prone to human error. So, CI is necessary to:
- Automatically catch breakages (regressions) introduced by updates to dependencies, ADBC drivers, or the
dbc - Ensure all language-specific build/test steps (C++, Java, Rust, etc.) are executed correctly.
- Validate connectivity by actually running a basic query against a test instance of each supported source system.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels