Matthieu Oliveira
03/31/2023, 5:23 PMAttributeError: 'NoneType' object has no attribute 'items'
File ".venv/lib/python3.8/site-packages/dagster/_grpc/server.py", line 529, in _get_serialized_external_repository_data
external_repository_data_from_def(
File ".venv/lib/python3.8/site-packages/dagster/_core/host_representation/external_data.py", line 1117, in external_repository_data_from_def
for res_name, res_data in resource_datas.items()
The repo looks like:
@repository
def my_repo() -> ComplexRepositoryData:
return ComplexRepositoryData()
FWIW, I'm upgrading from 1.0.15 (hoping 1.2.4 solves some dagit refresh behavior I'm encountering with the complex repo) therefore I imagined I would see some breaking changes. Thanks!daniel
03/31/2023, 5:27 PMMatthieu Oliveira
03/31/2023, 5:38 PMget_env_vars_by_top_level_resource
and get_top_level_resources
but the functions are not implemented...daniel
03/31/2023, 5:42 PMMatthieu Oliveira
03/31/2023, 5:42 PM