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
We should use https://docs.pydantic.dev/latest/datamodel_code_generator combined with schemas.getdbt.com to produce generated classes that we can inherit, or just use as fixed types and write more function-oriented code. This will be easier to update/maintain than custom classes.
This was done in #2545 but we hit an issue with dbt 1.5 so we reverted.
I need to change the dbt test fingerprints to use the string value of the status enum. Otherwise, the fingerprint will change if the type of the enum differs.
We should merge/resolve issues as necessary after this is done.
The text was updated successfully, but these errors were encountered:
We should use https://docs.pydantic.dev/latest/datamodel_code_generator combined with schemas.getdbt.com to produce generated classes that we can inherit, or just use as fixed types and write more function-oriented code. This will be easier to update/maintain than custom classes.
This was done in #2545 but we hit an issue with dbt 1.5 so we reverted.
I need to change the dbt test fingerprints to use the string value of the status enum. Otherwise, the fingerprint will change if the type of the enum differs.
We should merge/resolve issues as necessary after this is done.
The text was updated successfully, but these errors were encountered: