Benoit Perigaud

Results 150 comments of Benoit Perigaud

Check this draft PR/branch and let me know what you think! https://github.com/dbt-labs/dbt-completion.bash/pull/29 It completes commands/args via Click and the models by reading the manifest What I don't like about it...

Hi @stevenconnorg Thanks for the work on this one! At first, I am a bit worried of moving to `varchar(50000)` and changing all the `type_string()` in those models to `type_large_string()`...

Yes, I think it is better to get to the bottom of it. Do you have `jq` installed? If not, could you install it and do (I am on Mac,...

With #475 implemented and released in the latest version, I think that this is not needed anymore. Let's open a new issue if there is still an issue.

Do you mean that you moved from the `dbt_cloud_xxx` resources to the `dbtcloud_xxx` ones? like described [here](https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/UPGRADING_PROVIDER.md)? The instructions were written for and tested when people are not using modules...

For 2. , you can use the parameter `--include-linked-id` to add the `linked_id`. For 3. , what other options would you like? - based on the job name? - based...

The following code works. Let's add it to the docs. ``` jobs: run-python-script: runs-on: ubuntu-latest permissions: pull-requests: write contents: read steps: - name: Check out repository code uses: actions/checkout@v4 -...

Thanks! I will update the docs with the GH and GitLab options and close this one!

Do we know what is blocking a release from being pushed? It feels odd that this problem has been existing since release 1.0.0, which is about a year old, and...