Run async DAGs over multiple versions of dbt adapters to ensure monkeypatch works correctly #1489
Labels
area:ci
Related to CI, Github Actions, or other continuous integration tools
area:testing
Related to testing, like unit tests, integration tests, etc
priority:high
High priority issues are blocking or critical issues without a workaround and large impact
Milestone
With the work being done in PR #1474, add a job in CI to test async DAGs across multiple versions of dbt adapters. This ensures that the monkeypatching applied to the adapters works correctly across different versions.
The job should:
1. Include a matrix of supported dbt adapter versions.
2. Run the async DAGs for each version in the matrix.
3. Validate that the monkeypatched behavior is consistent and functional across all versions.
This will help catch potential compatibility issues early and ensure robust support for async DAGs in varying dbt adapter environments.
The text was updated successfully, but these errors were encountered: