Philippe Boyd

Results 22 comments of Philippe Boyd

@sfc-gh-mkeller any news on this? conflicts comes from GEOGRAPHY being added at the same spot in the file as your modifications ```python def visit_TIMESTAMP(self, type_, **kw): ++> 9620a0a (SNOW-227101: fix...

@njriasan I had the same issue where I wanted to use SqlAlchemy and set, for instance, `query_tag` for my session. Turns out I had to reverse engineer this library because...

So everything breaks when you change glyphicon to fa (for font awesome)?? That ain't logic!

Attribute `service_accounts_map` returns proper module specified `names` as keys so a workaround is to use ```hcl bucket_viewers = { "bucket-first" = "serviceAccount:${module.service_accounts.service_accounts_map["first"]["email"]}", "bucket-second" = "serviceAccount:${module.service_accounts.service_accounts_map["second"]["email"]}", } ``` Still a breaking...

Changing it back would be to revert PR #57 (commit cb0f7f0) but then the problem that @wkrysmann mentioned in his PR would be back. Hence I would like to get...

@megan07 I get a similar error with the latest `v4.42` reverting back to `v4.41` works ``` Stack trace from the terraform-provider-google_v4.42.0_x5 plugin: panic: runtime error: invalid memory address or nil...

Newly released [v4.42.1](https://github.com/hashicorp/terraform-provider-google/releases/tag/v4.42.1) fixes the issue 👏