elyra-ai / elyra

Elyra extends JupyterLab with an AI centric approach.
https://elyra.readthedocs.io/en/stable/
Apache License 2.0
1.86k stars 344 forks source link

Fix airflow provider info file name hardcoded #3152

Open Swalloow opened 1 year ago

Swalloow commented 1 year ago

Is your feature request related to a problem? Please describe. Airflow didn't limit the module name where the custom provider get_provider_info function is located. But in airflow_provider_package_catalog_connector.py, there is a hardcoded file name. https://airflow.apache.org/docs/apache-airflow-providers/#creating-your-own-providers

Describe the solution you'd like Remove get_provider_info.py.

Describe alternatives you've considered Get file name from the configuration.

Additional context Add any other context or screenshots about the feature request here.