akerone

Results 13 comments of akerone

Thanks for the comment. ENV variables can definitely help in a lot of use cases, and probably bump this issue down into a **much** lower priority >However DBT authentication is...

Sure! main.tf: ``` module "gke_bastion_example" { source = "github.com/terraform-google-modules/terraform-google-kubernetes-engine/examples/safer_cluster_iap_bastion" bastion_members = [] cluster_name = "test-cluster" ip_range_pods_name = "test-range-pods" ip_range_services_name = "test-range-services" network_name = "test-kube-network" project_id = "MY-PROJECT" region = "MY-REGION"...

Also bear in mind, I've been told by terraform-google-modules that this example is not meant to be used as a module. I'm using it here as an example because it's...

I see your point and I'll definitely raise an issue with the maintainers of this particular module so that they may resolve it. I wasn't aware that this kind of...

Thanks @jpogran ! That would be an acceptable workaround, although it doesn't seem to work in my machine. I've tried adding it to User, Remote and Workspace and both as...

Thanks @bzlom. In my case, I do see it in the settings.json file but it has no effect on the problems being reported. ![image](https://user-images.githubusercontent.com/3759202/194076824-18e2d4cc-1947-4b4e-b764-fd3b7de6ec9c.png)

Hi, I don't know since we stopped using Great Expectations altogether due to this and other bugs.

Since we decided to use dbt for our ELT processes, we're using dbt tests w/ the dbt-expectations package which tries to replicate most GX tests in "dbt-native" macros. No need...

By the way, I tried (and failed) to recreate this feature using a local-exec provisioner. It works the first time, but any subsequent applies uninstall them again since they're not...

Hi again! I'm sorry for the late response. I don't think this issue is actually solved. The main discussion here is to have the composer environment not be marked as...