Skip to content

Commit

Permalink
Add missing asterisk for MsSQL on stable Airflow's footnotes (apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Taragolis authored Oct 9, 2023
1 parent 40729ce commit 6213d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Apache Airflow is tested with:
| PostgreSQL | 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15 |
| MySQL | 5.7, 8.0, 8.1 | 5.7, 8.0 |
| SQLite | 3.15.0+ | 3.15.0+ |
| MSSQL | 2017(\*\*), 2019(\*\*) | 2017(\*), 2019(\*) |
| MSSQL | 2017(\*\*), 2019(\*\*) | 2017(\*\*), 2019(\*\*) |

\* Experimental

Expand Down
2 changes: 1 addition & 1 deletion generated/PYPI_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Apache Airflow is tested with:
| PostgreSQL | 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15 |
| MySQL | 5.7, 8.0, 8.1 | 5.7, 8.0 |
| SQLite | 3.15.0+ | 3.15.0+ |
| MSSQL | 2017(\*\*), 2019(\*\*) | 2017(\*), 2019(\*) |
| MSSQL | 2017(\*\*), 2019(\*\*) | 2017(\*\*), 2019(\*\*) |

\* Experimental

Expand Down

0 comments on commit 6213d56

Please sign in to comment.