在 dbt 上工作想在 project.yml 文件中提供雪花的详细信息但出现错误

working on dbt want to give the details of snowflake in project.yml file but getting error

尝试在 dbt profiles.yml 文件中提供 snowfalke 的详细信息。但是一旦 运行 命令 i,e $atom /home/myname/.dbt/profiles.yml 给出以下错误: /usr/bin/atom: line 190: 1705 Trace/breakpoint trap (core dumped) nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@ " > "$ATOM_HOME/nohup.out" 2>&1 无法移动到新命名空间:支持 PID 命名空间,支持网络命名空间,但失败:errno = Permission denied

我尝试了以下操作:运行 下面的命令,但仍然没有成功: 1) $google-chrome --no-gpu --no-sandbox --disable-setuid-sandbox --headless --dump-dom http://www.chromestatus.com
错误: [0627/161930.251811:ERROR:udev_watcher.cc(61)] 无法启用接收 udev 事件。 [0627/161932.565713:ERROR:platform_shared_memory_region_posix.cc(46)] 描述符访问模式 (0) 与预期的 (2) 不同 [0627/161932.566251:WARNING:crash_handler_host_linux.cc(366)] Could not t运行slate tid - 假设崩溃线程是线程组领导; syscall_supported=0 [0627/161932.769040:WARNING:crash_handler_host_linux.cc(366)] Could not t运行slate tid - 假设崩溃线程是线程组领导; syscall_supported=0 --2020-06-27 16:19:32-- https://clients2.google.com/cr/report 正在解析 clients2.google.com (clients2.google.com)... 2404:6800:4009:805::200e, 172.217.174.238 连接到 clients2.google.com (clients2.google.com)|2404:6800:4009:805::200e|:443... [0627/161933.036124:ERROR:headless_shell.cc(399)] 渲染器异常终止。 连接的。 已发送 HTTP 请求,正在等待响应... 200 OK 长度:未指定 [text/plain] 保存到:'/dev/fd/4' 0K 故障转储 ID:e870824b56e91b9f

  1. $google-chrome 错误: 无法移动到新命名空间:支持 PID 命名空间,支持网络命名空间,但失败:errno = 权限被拒绝 Trace/breakpoint 陷阱(核心已转储) [1772:1772:0100/000000.825375:ERROR:zygote_linux.cc(653)] 写入:管道损坏 (32) [0627/162152.831614:ERROR:nacl_helper_linux.cc(308)] NaCl 辅助进程 运行 没有沙箱! 您很可能需要正确配置 SUID 沙盒

有哪位大神能给个建议吗

这可能是原子错误。可能是软件包或他们安装的东西。我可能是错的,但我没有在该错误消息中看到任何表明它是 profiles.yml 的东西。我想知道他们是否可以在 atom 中打开其他文件? 或者,使用不基于 chrome 的文本编辑器 感谢来自 FishTown Analytics 的@jake 和@Christine。

这里有一些有用的链接。 Atom issue; Blogpost!