amoghrajesh commented on code in PR #34253: URL: https://github.com/apache/airflow/pull/34253#discussion_r1320742685
########## 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: Moving the helper function to a general utils file and then reusing it everywhere -- 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]
