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


##########
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:
   ```suggestion
   def get_db_backend() -> MetastoreStoreBackend:
   ```
   
   Perhaps naming as public function convention? Since we import 
`get_db_backend` across modules.



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