Eric Barault

Results 10 issues of Eric Barault

Hi, ### Configuration ```hcl resource "databricks_sql_endpoint" "this" { name = "Terraform-testing Endpoint" cluster_size = "Large" min_num_clusters = 1 max_num_clusters = 2 auto_stop_mins = 10 } ``` ### Expected Behavior No...

bug

Hi @nfx, I'd like to suggest a new resource to manage UC tables/views owner, this could look like as simple as this: ### Example configuration ```hcl resource "databricks_table_owner" "pnl_report_owner" {...

feature

hi, have you considered remembering the config for the subrebos using a config file, similarly to [`git subrepo`](https://github.com/ingydotnet/git-subrepo) which creates a `.gitrepo` file located at the root of each configured...

**Describe the bug** Following DST Root CA X3 Expiration (September 2021), requests executed to sites/resources protected by a Let's Encrypt certificate end with a certificate error when running in AWS...

Hi, I'm getting this warning when using the dialect with sqlalchemy : 1.4+ > SAWarning: Dialect databricks:connector will not make use of SQL compilation caching as it does not set...

1. say model A as a referencesMany relation with model B and model B has a hasMany relation with model C 2. adding a scope in relation A>B to restrict...

bug
major
backlog

the mixin does not currently handle the new loopback 3 methods `patchAttributes` and `replaceById`, this could easily be updated by adding the following code: ``` // loopback 3 Model.beforeRemote('prototype.patchAttributes', function(ctx,...

Hi, Many thanks for your work. While using the `cert-renewal-haproxy.sh` with cron as root, I experienced an issue with dependancies the certbot-auto bootstraper was trying to update, using interactive mode....

Hi Jonathan, Thx for providing this mixin! I am currently developping a similar import mixin, but based on json files, self-including the mapping schema. I noticed in your code what...

bug

hey, the requirement is the following: - createdAt property is public and available in remote methods for a given model - user is allowed rights on some create/update methods on...