Skip to content

Commit 33bcbf5

Browse files
docs(airflow): Fix a typo
1 parent a0e608b commit 33bcbf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airflow/opa-auth-manager/opa_auth_manager/opa_fab_auth_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@ def is_authorized_dataset(
281281
user: BaseUser | None = None,
282282
) -> bool:
283283
"""
284-
Return whether the user is authorized to perform a given action on an asset.
284+
Return whether the user is authorized to perform a given action on a dataset.
285285
286286
:param method: the method to perform
287-
:param details: optional details about the asset
287+
:param details: optional details about the dataset
288288
:param user: the user to perform the action on. If not provided (or None), it uses the
289289
current user
290290
"""

0 commit comments

Comments
 (0)