Open igvog opened 1 week ago
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
I came across a similar issue...
In Oracle SQL, the AS keyword is not allowed when assigning an alias to a subquery. While AS can be used for column aliases or table aliases in some contexts, Oracle does not permit its use when aliasing subqueries.
Apache Airflow version
2.10.0
If "Other Airflow 2 version" selected, which one?
2
What happened?
SQLTableCheckOperator operator generate SQL with table "AS" alias and table alias with "AS" not working in Oracle database. Needs to fix sql_check_template depends on connection type remove "AS".
What you think should happen instead?
No response
How to reproduce
Operating System
ubuntu
Versions of Apache Airflow Providers
apache-airflow-providers-common-sql==1.7.2
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct