We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e608b commit 33bcbf5Copy full SHA for 33bcbf5
airflow/opa-auth-manager/opa_auth_manager/opa_fab_auth_manager.py
@@ -281,10 +281,10 @@ def is_authorized_dataset(
281
user: BaseUser | None = None,
282
) -> bool:
283
"""
284
- Return whether the user is authorized to perform a given action on an asset.
+ Return whether the user is authorized to perform a given action on a dataset.
285
286
:param method: the method to perform
287
- :param details: optional details about the asset
+ :param details: optional details about the dataset
288
:param user: the user to perform the action on. If not provided (or None), it uses the
289
current user
290
0 commit comments