apache/airflow
Explore the possibility of generic `SqlToGcsOperator`
Aperta
#21.599 aperta il 15 feb 2022
area:providersgood first issuekind:taskprovider:google
Metriche repository
- Star
- (44.809 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Body
Recently SqlToS3Operator was added in PR https://github.com/apache/airflow/pull/20807 (It also deprecated MySqlToS3Operator)
In Google provider Currently we have BaseSQLToGCSOperator with PrestoToGCSOperator, MSSQLToGCSOperator, MySQLToGCSOperator, OracleToGCSOperator, PostgresToGCSOperator, TrinoToGCSOperator, DummySQLToGCSOperator
This task is to check if we can have a generic SqlToGCSOperator just like there is for AWS so we won't need class per each provider...
Committer
- I acknowledge that I am a maintainer/committer of the Apache Airflow project.