jitesh soni
01/27/2023, 2:27 AMprha
01/27/2023, 2:37 AMjitesh soni
01/27/2023, 2:39 AMdagster_dbt.errors.DagsterDbtCliOutputsNotFoundError: Expected to find file at path /root/.pex/user_code/8eb924ed1df63bf8256e21667c4e9aad1c9a7683/working_directory/root/assets_dbt_python/../dbt_project/target/run_results.json
prha
01/27/2023, 2:49 AMjitesh soni
01/27/2023, 2:49 AMprha
01/27/2023, 2:57 AMIsolate Run Environment
option, which should be available as an option in the configuration editorjitesh soni
01/27/2023, 2:59 AMprha
01/27/2023, 3:10 AMdbt_project.yml
file? This is something that we can’t handle very well (reference: https://github.com/dagster-io/dagster/issues/10918).jitesh soni
01/27/2023, 3:13 AMdaniel
01/27/2023, 3:20 AMjitesh soni
01/27/2023, 3:20 AMIsolate Run Environment
option . Screenshot attachedprha
01/27/2023, 3:21 AMjitesh soni
01/27/2023, 3:25 AMdaniel
01/27/2023, 3:26 AMjitesh soni
01/27/2023, 3:28 AMprha
01/27/2023, 3:47 AMdbt-core
package locally and repro the error? If it does repro locally with that version (which released today), you might want to pin the package to an earlier version.prod
in the dropdown) and flip the value:
non_isolated_runs:
enabled: false
jitesh soni
01/27/2023, 4:46 AMThe above exception was caused by the following exception:
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNKNOWN
details = "Exception calling application: No server created with the given handle"
debug_error_string = "{"created":"@1674794708.234532664","description":"Error received from peer ipv4:10.0.94.163:4000","file":"src/core/lib/surface/call.cc","file_line":966,"grpc_message":"Exception calling application: No server created with the given handle","grpc_status":2}"
>
prha
01/27/2023, 7:07 AMjitesh soni
02/01/2023, 3:12 AMFileNotFoundError: [Errno 2] No such file or directory: '/root/.pex/user_code/b64440d5603ca80da76721e1a6eaa442b73252b7/working_directory/root/assets_dbt_python/../dbt_project/target/run_results.json'
File "/root/.pex/installed_wheels/77b42134a058a50fb83cd3926911571c40f8a31dfcf3a9f3584f5e74ebb969c7/dagster_dbt-0.17.13-py3-none-any.whl/dagster_dbt/cli/utils.py", line 168, in parse_run_results
with open(run_results_path, encoding="utf8") as file:
The above exception occurred during handling of the following exception:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x99 in position 16: invalid start byte
daniel
02/01/2023, 3:21 AMjitesh soni
02/01/2023, 3:53 AMdaniel
02/01/2023, 4:48 AMShalabh Chaturvedi
02/01/2023, 5:30 AMdagster==1.1.14
in your setup.py should force a rebuild of your dependencies and pull in the pinned dbt-core.