Thiago Azevedo
Thiago Azevedo
Ran into the same problem with the Google Analytics 4 source, and maybe it happens with any source that has pre-defined primary keys. It looks like there might be a...
I was able to import a pre-existing Faker source with [import blocks](https://developer.hashicorp.com/terraform/language/import), it worked just fine. I had some problems while importing more complex resources, but I think it's more...
I'm using the provider on v0.3.4, Terraform on v1.5.6, and Airbyte OSS on version 0.50.29. Here's the resource and import definitions: ``` resource "airbyte_source_faker" "my_source_faker" { configuration = { always_updated...
Nothing yet.