astro-sdk icon indicating copy to clipboard operation
astro-sdk copied to clipboard

SQL CLI validation of generated DAGs

Open tatiana opened this issue 3 years ago • 0 comments
trafficstars

Please describe the feature you'd like to see Test that the DAGs we generate are compatible with all python versions after Python 3.7.

Describe the solution you'd like We should test that the DAGs generated with the SQL CLI are compatible with python versions >= 3.7.

Are there any alternatives to this feature? No.

Additional context The Python version that is used to generate the DAG may be different from the Python which will be used to run it. However, we probably do not need to worry about this testing matrix as a starting point.

Acceptance Criteria

  • [ ] All checks and tests in the CI should pass

tatiana avatar Oct 13 '22 13:10 tatiana