gvergnolle opened a new issue, #137:
URL: https://github.com/apache/airflow-client-python/issues/137
Hi! I've been using this python client since we are trying to upgrade to
Airflow 3.1.0.
**Airflow version:** 3.1.0
**airflow-client-python version:** 3.0.2 (latest)
What I run in my task:
```[python]
dataset_uri = "my_dataset"
with airflow_client.client.ApiClient(airflow_configuration) as api_client:
api_instance = asset_api.AssetApi(api_client)
assets = api_instance.get_assets(uri_pattern=dataset_uri, limit=1)
```
What I get:
```
ValidationError: 1 validation error for AssetResponse
consuming_dags
Input should be a valid list [type=list_type, input_value=None,
input_type=NoneType]
For further information visit
https://errors.pydantic.dev/2.11/v/list_type
```
I tried investigating my Postgres DB, but wasn't able to find any weirdness
in the data. Could someone head me in the right direction?
--
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]