When using client_id and client_secret in the provider I get an error message, but when I use bearer_auth it works fine. Of course I'd rather not have to get the token myself.
One such error message is
│ Error: failure to invoke API
│
│ with airbyte_destination_snowflake.this["snowflake"],
│ on destinations.tf line 56, in resource "airbyte_destination_snowflake" "this":
│ 56: resource "airbyte_destination_snowflake" "this" {
│
│ failed to get token: unexpected status code: 404: {"type":"about:blank","status":404}
When using client_id and client_secret in the provider I get an error message, but when I use bearer_auth it works fine. Of course I'd rather not have to get the token myself.
One such error message is
│ Error: failure to invoke API
│
│ with airbyte_destination_snowflake.this["snowflake"],
│ on destinations.tf line 56, in resource "airbyte_destination_snowflake" "this":
│ 56: resource "airbyte_destination_snowflake" "this" {
│
│ failed to get token: unexpected status code: 404: {"type":"about:blank","status":404}