Add an offload option to CloudSQLExportInstanceOperator validation specification #23613
Closed
2 tasks done
Labels
Content-Length: 241983 | pFad | https://github.com/apache/airflow/issues/23613
AAFetched URL: https://github.com/apache/airflow/issues/23613
Alternative Proxies:
Apache Airflow Provider(s)
google
Versions of Apache Airflow Providers
apache-airflow-providers-google==5.0.0
Apache Airflow version
2.1.2
Operating System
GCP Container
Deployment
Composer
Deployment details
composer-1.17.1-airflow-2.1.2
What happened
I want to use serverless export to offload the export operation from the primary instance.
https://cloud.google.com/sql/docs/mysql/import-export#serverless
Used CloudSQLExportInstanceOperator with the exportContext.offload flag to perform a serverless export operation.
I got the following warning:
What you think should happen instead
I think a validation specification for
exportContext.offload
should be added.How to reproduce
Try to use
exportContext.offload
, as in the example below.Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: