[FEATURE]: When detecting compatibility issues, check against current DB runtime version #1382
Labels
migrate/code
Abstract Syntax Trees and other dark magic
migrate/jobs
Step 5 - Upgrading Jobs for External Tables
migrate/python
Pull requests that update Python code
Is there an existing issue for this?
Problem statement
Compatibility issues vary depending on package version and DB runtime version.
There is a need to check compatibility with given version to avoid false positives (incorrect Advice) and false negatives (missing Advice)
Proposed Solution
Read current DB runtime version, and installed package version, and use them in Whitelist
Additional Context
sub-ticker of #1202
The text was updated successfully, but these errors were encountered: