tirkarthi commented on issue #47615: URL: https://github.com/apache/airflow/issues/47615#issuecomment-2714463657
Dataset has the following signature. I guess the positional arguments are being passed as name and uri with the extra dict validated against uri. I just checked the docs and they have examples of `Dataset` with uri passed as first argument which might need to be updated. ```python Asset(name: 'str | None' = None, uri: 'str | None' = None, *, group: 'str | None' = None, extra: 'dict | None' = None, watchers: 'list[AssetWatcher | SerializedAssetWatcher] | None' = None) -> 'None' ``` https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/datasets.html#quickstart cc: @uranusjr @Lee-W -- 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]
