amoghrajesh commented on code in PR #67835:
URL: https://github.com/apache/airflow/pull/67835#discussion_r3345776164


##########
airflow-core/src/airflow/state/metastore.py:
##########
@@ -462,3 +463,9 @@ async def _aclear_asset_store(self, scope: AssetScope, *, 
session: AsyncSession)
                 AssetStoreModel.asset_id == scope.asset_id,
             )
         )
+
+
[email protected]
+def _get_db_backend() -> MetastoreStoreBackend:

Review Comment:
   There is no need to expose it as a public API for users, and PEP generally 
states that to mark something as public, ask yourself this: `“Am I willing to 
support this import path for users?”`, if not, make it private: 
https://peps.python.org/pep-0008



-- 
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]

Reply via email to