Skip to content

Commit

Permalink
fixing parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghrajesh committed Nov 18, 2024
1 parent f1d97ae commit 50a2301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/api_fastapi/core_api/routes/public/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _generate_queued_event_where_clause(
*,
dag_id: str | None = None,
uri: str | None = None,
before: datetime | None = None,
before: datetime | str | None = None,
) -> list:
"""Get AssetDagRunQueue where clause."""
where_clause = []
Expand Down

0 comments on commit 50a2301

Please sign in to comment.