potiuk commented on code in PR #34253: URL: https://github.com/apache/airflow/pull/34253#discussion_r1320714703
########## 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: Should this method be also used in `doc_build_params.py`? -- 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]
