amoghrajesh commented on code in PR #34253: URL: https://github.com/apache/airflow/pull/34253#discussion_r1320742077
########## dev/breeze/src/airflow_breeze/utils/publish_docs_helpers.py: ########## @@ -31,6 +31,22 @@ ROOT_DIR = Path(__file__).parents[5].resolve() PROVIDER_DATA_SCHEMA_PATH = ROOT_DIR / "airflow" / "provider.yaml.schema.json" +providers_prefix = "apache-airflow-providers-" + + +def get_provider_name_from_short_hand(short_form_providers: tuple[str]): Review Comment: You are right. I repeated the method in both places, let me refactor so that I can use it from a common place. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
