Yasuhisa Yoshida

Results 12 issues of Yasuhisa Yoshida

- https://github.com/jackc/pgx

The following warning message was outputting a link that was not valid, so it has been corrected to a valid link. ``` /Users/yasuhisa.yoshida/.cache/pre-commit/repoclpuwaei/py_env-python3.10/lib/python3.10/site-packages/isort/settings.py:343: UserWarning: A custom settings file was specified:...

I've updated `actions/checkout` and `actions/setup-python` to the latest versions. Because both are actions that use Node.js 16 and [GitHub has recommended](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/) that we move to actions that use Node.js 20....

Since the `.pre-commit-config.yaml` contained two `hadolint/hadolint` configurations, we removed the duplicates.

fixes https://github.com/z3z1ma/dbt-osmosis/issues/135. FYI @b-per @z3z1ma I fixed `n_cols_added` was not initialized when the `--skip-add-columns` option was specified.

## Background If I simply use dbt-artifacts-parser, that is often enough, since types like `ManifestV1` are provided. However, if a third-party tool that supports various versions of dbt artifacts uses...

### Is this your first time submitting a feature request? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) - [X] I have searched the existing issues, and...

enhancement

resolves https://github.com/dbt-labs/dbt-utils/issues/894 ### Problem - The README was not fixed at https://github.com/dbt-labs/dbt-utils/pull/893. ### Solution - I updated tests: -> data_tests: in README.md ## Checklist - [x] This code is associated...

resolves https://github.com/dbt-labs/dbt-adapters/issues/543 ### Problem Dataplex data profiling lets you identify common statistical characteristics of the columns in your BigQuery tables. This information helps you to understand and analyze your data...

cla:yes
Stale

**Is your feature request related to a problem? Please describe:** Currently, dbterd's library management is being done using poetry, and CI tests are still executed with poetry. However, a recent...

triage