joshua_janicas
01/06/2025, 5:31 PMjoshua_janicas
01/06/2025, 5:31 PM5-01-06 12:27:11
2025-01-06 12:27:11 Extension executing `dbt deps`...
2025-01-06 12:27:13 17:27:13 Running with dbt=1.8.9
2025-01-06 12:27:13 17:27:13 Installing dbt-labs/dbt_utils
2025-01-06 12:27:13 17:27:13 Installed from version 1.3.0
2025-01-06 12:27:13 17:27:13 Up to date!
2025-01-06 12:27:13 17:27:13 Installing calogica/dbt_expectations
2025-01-06 12:27:15 17:27:15 Installed from version 0.10.4
2025-01-06 12:27:15 17:27:15 Up to date!
2025-01-06 12:27:15 17:27:15 Installing calogica/dbt_date
2025-01-06 12:27:15 17:27:15 Installed from version 0.10.1
2025-01-06 12:27:15 17:27:15 Up to date!
2025-01-06 12:27:15
2025-01-06 12:27:15
2025-01-06 12:27:15 Extension executing `dbt parse`...
2025-01-06 12:27:51
2025-01-06 12:27:51
2025-01-06 12:27:53 2025-01-06T17:27:53.265604Z [info ] Environment 'dev' is active
2025-01-06 12:27:53 Traceback (most recent call last):
2025-01-06 12:27:53 File "/project/.meltano/utilities/dagster/venv/bin/dagster_invoker", line 5, in <module>
2025-01-06 12:27:53 from dagster_ext.pass_through import pass_through_cli_dagster
2025-01-06 12:27:53 File "/project/.meltano/utilities/dagster/venv/lib/python3.11/site-packages/dagster_ext/pass_through.py", line 7, in <module>
2025-01-06 12:27:53 from dagster_ext.extension import Dagster
2025-01-06 12:27:53 File "/project/.meltano/utilities/dagster/venv/lib/python3.11/site-packages/dagster_ext/extension.py", line 21, in <module>
2025-01-06 12:27:53 from meltano.edk import models
2025-01-06 12:27:53 File "/project/.meltano/utilities/dagster/venv/lib/python3.11/site-packages/meltano/edk/models.py", line 16, in <module>
2025-01-06 12:27:53 class ExtensionCommand(Command):
2025-01-06 12:27:53 File "/project/.meltano/utilities/dagster/venv/lib/python3.11/site-packages/pydantic/_internal/_model_construction.py", line 115, in __new__
2025-01-06 12:27:53 private_attributes = inspect_namespace(
2025-01-06 12:27:53 ^^^^^^^^^^^^^^^^^^
2025-01-06 12:27:53 File "/project/.meltano/utilities/dagster/venv/lib/python3.11/site-packages/pydantic/_internal/_model_construction.py", line 418, in inspect_namespace
2025-01-06 12:27:53 raise PydanticUserError(
2025-01-06 12:27:53 pydantic.errors.PydanticUserError: Field 'description' defined on a base class was overridden by a non-annotated attribute. All field definitions, including overrides, require a type annotation.
2025-01-06 12:27:53
2025-01-06 12:27:53 For further information visit <https://errors.pydantic.dev/2.9/u/model-field-overridden>
2025-01-06 12:27:56 2025-01-06T17:27:56.546334Z [info ] Environment 'dev' is active
2025-01-06 12:27:56 Extension executing `dbt clean`...
joshua_janicas
01/06/2025, 5:33 PMjoshua_janicas
01/06/2025, 5:34 PMjoshua_janicas
01/06/2025, 5:36 PMField 'description' defined on a base class was overridden by a non-annotated attribute. All field definitions, including overrides, require a type annotation.
i am not sure why this all of a sudden would be an issue; I assume it's line 20 for the ExtensionCommand
?joshua_janicas
01/06/2025, 5:43 PMjoshua_janicas
01/06/2025, 6:02 PMjoshua_janicas
01/06/2025, 6:07 PMmeltano\edk
subfolder, where it's missing a :str
...shouldn't the package be using the https://github.com/meltano/edk instead of locally as a subfolder???joshua_janicas
01/06/2025, 6:08 PMEdgar RamĂrez (Arch.dev)
01/06/2025, 6:49 PMjoshua_janicas
01/06/2025, 7:43 PMjoshua_janicas
01/06/2025, 7:43 PMjoshua_janicas
01/06/2025, 7:46 PMjoshua_janicas
01/06/2025, 7:59 PMEdgar RamĂrez (Arch.dev)
01/07/2025, 2:05 AMjoshua_janicas
01/07/2025, 2:07 AMEdgar RamĂrez (Arch.dev)
01/07/2025, 3:34 PMpip_url: git+<https://github.com/joshua-janicas/dagster-ext.git@feature/PydanticUpdateFixes>
joshua_janicas
01/07/2025, 9:46 PMjoshua_janicas
01/07/2025, 9:46 PMEdgar RamĂrez (Arch.dev)
01/07/2025, 10:59 PM