dlt-hub / dlt

data load tool (dlt) is an open source Python library that makes data loading easy 🛠️
https://dlthub.com/docs
Apache License 2.0
2.65k stars 176 forks source link

fix: if name of distribution is None #2024

Closed senickel closed 1 week ago

senickel commented 1 week ago

Description

I am getting this exception starting with dlt version 1.3.0. I do not know how to reproduce it but the underlying issue seems to be that the name attribute of Distribution can be None.

netlify[bot] commented 1 week ago

Deploy Preview for dlt-hub-docs canceled.

Name Link
Latest commit 2e959b9ad37cf62ac35e5e793058a24222ee169d
Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/6728a780a2804f000864d584
sh-rp commented 1 week ago

@senickel thanks for reporting and fixing this!