You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The obvious fix here is to adapt the type to be Optional[str] - but if I understand this is auto-generated based on this line. And this is based on the dbt-core definition here.
What's the standard process in this case?
The text was updated successfully, but these errors were encountered:
I get the above error for dbt version 1.4.1 using snowflake.
The error is related to this line: https://github.com/yu-iskw/dbt-artifacts-parser/blob/main/dbt_artifacts_parser/parsers/catalog/catalog_v1.py#L33
The obvious fix here is to adapt the type to be
Optional[str]
- but if I understand this is auto-generated based on this line. And this is based on the dbt-core definition here.What's the standard process in this case?
The text was updated successfully, but these errors were encountered: