Andy Carter
03/13/2023, 12:02 PMjsonschema (in dbt-core's case, via hologram). Guess I'm out of luck until this is resolved on the dbt side? pip message in the thread 👇Andy Carter
03/13/2023, 12:03 PMBecause no versions of hologram match >0.0.14,<0.0.15
and hologram (0.0.14) depends on jsonschema (>=3.0,<3.2), hologram (>=0.0.14,<0.0.15) requires jsonschema (>=3.0,<3.2).
And because hologram (0.0.15) depends on jsonschema (>=3.0,<4.0)
and dbt-core (1.4.4) depends on hologram (>=0.0.14,<=0.0.15), dbt-core (1.4.4) requires jsonschema (>=3.0,<4.0).
And because meltano (2.16.1) depends on jsonschema (>=4.17,<5.0)
and no versions of meltano match >2.16.1,<3.0.0, dbt-core (1.4.4) is incompatible with meltano (>=2.16.1,<3.0.0).visch
03/13/2023, 12:41 PMvisch
03/13/2023, 12:42 PMAndy Carter
03/13/2023, 1:26 PMpoetry add dagster etc, I should just add meltano at the top level (poetry add meltano) then add dagster and dbt as meltano utilities?visch
03/13/2023, 1:48 PMpipx , at the "top level" you'd have a global venv that's just for meltano , you could use poetry and just have meltano as a dependency 🤷Andy Carter
03/13/2023, 2:11 PM