joshua_janicas
05/23/2024, 11:20 AMdbt-snowflake
extension just decided to stop working entirely. Details in 🧵joshua_janicas
05/23/2024, 11:23 AMmeltano install --clean
, I get this stack tracejoshua_janicas
05/23/2024, 11:26 AMmeltano install --clean
back on 1.7.0. I have also tried to reinstall meltano itself (on V3.4.2) and on my main branch with no changes it continues to produce the same stack trace.
I AM able to run meltano
normally though with selecting taps and targets.joshua_janicas
05/23/2024, 11:28 AMjoshua_janicas
05/23/2024, 11:29 AMjoshua_janicas
05/23/2024, 11:30 AMplugins:
utilities:
- name: dbt-snowflake
variant: dbt-labs
pip_url: dbt-core~=1.7.0 dbt-snowflake~=1.7.0 git+<https://github.com/meltano/dbt-ext.git@main>
commands:
parse_manifest:
args: parse --quiet
executable: dbt_invoker
joshua_janicas
05/23/2024, 11:31 AMjoshua_janicas
05/23/2024, 11:32 AMvisch
05/23/2024, 1:32 PMFile "C:\Git\elt-pipeline\.meltano\utilities\dbt-snowflake\venv\Lib\site-packages\meltano\edk\process.py", line 137, in _exec
loop.add_signal_handler(
File "C:\Program Files\Python311\Lib\asyncio\events.py", line 578, in add_signal_handler
raise NotImplementedError
Is the issue. So the EDK version is calling something that's not implemented on Windows would be my guess. So maybe the EDK version for dbt-snowflake isn't hard tied to a specefic version and there was a breaking changing in between your runs?
If you could tie to the EDK version that worked for you you could probably get this going again while you look for a better fix!visch
05/23/2024, 1:34 PMvisch
05/23/2024, 1:34 PMvisch
05/23/2024, 1:34 PMvisch
05/23/2024, 1:38 PMvisch
05/23/2024, 1:39 PMsignal.raise_signal
insteadjoshua_janicas
05/23/2024, 2:03 PM@main
to be @v0.1.0
and now DBT is running again.joshua_janicas
05/23/2024, 2:04 PMjoshua_janicas
05/23/2024, 2:04 PMIan OLeary
05/23/2024, 2:12 PMjoshua_janicas
05/23/2024, 4:11 PMjoshua_janicas
05/23/2024, 4:12 PMvisch
05/23/2024, 4:31 PMvisch
05/23/2024, 4:32 PMEdgar Ramírez (Arch.dev)
05/23/2024, 6:17 PMjoshua_janicas
05/24/2024, 12:26 PMBarbora Kacerovská
05/27/2024, 8:35 AM@v0.1.0
helped