|
As the title says, I get troubles in the learning process. |
Replies: 1 comment 1 reply
|
On the other hand And if I correctly understand both commands should give similar result: @potiuk can you confirm? |
|
As the title says, I get troubles in the learning process. |
|
On the other hand And if I correctly understand both commands should give similar result: @potiuk can you confirm? |
apache-airflow-providers-mysqlis a stand-alone package which does not include "airflow core" it includes only content ofairflow/providers/mysql. You can learn more about providers here:http://airflow.apache.org/docs/apache-airflow-providers/
On the other hand
apache-airflow[mysql]will install "core airflow" with additional dependencies required to run Airflow with mysql database as backend and - if I'm not mistaken - it will also installapache-airflow-providers-mysql.And if I correctly understand both commands should give similar result:
@potiuk can you confirm?