Kentaro Maeda

Results 9 comments of Kentaro Maeda

This looks like the same issue seen in #335. But it uses no multibyte characters. So not only multibyte characters but some symbols may lead to this error.

This issue is still reproducible. I renamed the directory into `ゼニゴケ` and this issue occurred again. I confirmed multibyte character makes the FASTQC_UMITOOLS_TRIMGALORE:TRIMGALORE process crashed. Next, I renamed it into...

Hello, I recently encountered an issue while trying to generate a report using elementary-data. This occurred after updating dbt from version 1.6.4 to 1.7.2. I am currently using elementary-data version...

I downgraded [email protected], still encountered same error. ```edr.log 2023-11-29 05:12:40 — INFO — Running with edr=0.12.0 2023-11-29 05:12:40 — DEBUG — Running dbt --log-format json run-operation elementary.log_macro_results --args {"macro_name": "elementary_cli.get_latest_invocation",...

@Maayan-s I'm sorry, but we haven't tried running it outside of VS Code Devcontainer. We specifically need to execute it within this environment. We're using mcr.microsoft.com/devcontainers/python:3.10-bookworm and /bin/bash. Additionally, this...

@sfc-gh-turbaszek Thank you for your support. I will try to take on the implementation. Here's the specification I'm considering: - Utilize the pathspec library found at https://pypi.org/project/pathspec/ to automatically recognize...

@sfc-gh-turbaszek Thank you for your guidance! I agree with you about implementing --ignore-file as a global flag. I wasn't aware of the ignore_patterns function. I did some preliminary testing, and...

@sfc-gh-turbaszek OK,I will follow the implementation method of the format flag and implement support for comments and glob patterns only.

@sfc-gh-turbaszek I have implemented the flag and confirmed its functionality. However, I noticed that currently, file paths are being given directly to the PUT command as follows: https://github.com/Snowflake-Labs/snowflake-cli/blob/7652cd42d23d94c7ba45c4a8d2c3c4f3f1d9bbe5/src/snowflake/cli/plugins/object/stage/commands.py#L78-L86 Since PUT...