MySQL Operator and Hooks using v2.0.2

0

Hello, Is it possible to install the provider package for mysql using the MWAA with airflow 2.0.2? If not is it possible to install any mysql-connector package to create a custom Operator and Hook?

Edit: I just needed to solve the dependencies.

apache-airflow==2.0.2 mysql-connector-python==8.0.11 apache-airflow-providers-mysql==1.1.0

asked 2 years ago674 views
1 Answer
1
Accepted Answer

Yes, You can use provider packages. Refer this documentation on how to configure connections. Here is some sample code

AWS
Uma_R
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions