ChirangaL

Results 2 issues of ChirangaL

### Apache Airflow version 2.4.0 ### What happened We are using cross account AWS connection to invoke a Glue job using GlueOperator. When the verbose flag is set we expected...

kind:bug
area:core

Airbyte provider version 0.10.0 We are trying to deploy a taboola source using below TF block. ``` resource "airbyte_source_taboola" "taboola_source_network" { configuration = { account_id = "XXXXXXX" client_id = var.taboola_client_id_credentials_json...