python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Creating a GCP Cloud Composer V2 instance via Terraform
I am trying to provision a Cloud Composer V2 instance via Terraform.
Terraform version: 1.1.3
Provider versions:
hashicorp/google: ~> 3.87.0
My tf code is as below:
resource "google_composer...
K Pekosh
Votes: 0
Answers: 1
Unable to create Composer environment [GCP]
I am trying to create basic Composer environment:
image version: 1.17.8/2.1.4
using service account with composer.worker permission
my own user has project.owner permission
public ip
All my attempts...
dzejeu
Votes: 0
Answers: 1
ERROR - 400 POST https://storage.googleapis.com/storage/v1/b?project=[KEY]:Invalid argument. When I try to run tasks on Airflow (Google Composer)
Running my code on Composer, returns an ERROR when trying to create the bucket:
INFO - Getting connection using `google.auth.default()` since no key file is defined for hook.
INFO - Creating Bucket: t...

Monni
Votes: 0
Answers: 1
Airflow doesn't "see" that the underlying Kubernetes pod completed
We are using a hosted Airflow 1.10.2 in Google Composer 1.7.5 to launch jobs via the KubernetesPodOperator (tasks that will be run in a Kubernetes pod inside a worker cluster)
There has been several o...
Savir
Votes: 0
Answers: 0