-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[airbyte_connection] [bug] MongoDB stream change produces error as primary key is pre-defined #107
Comments
The same situation is for the |
can be omitted by the following definition
|
Fixed by #128 |
The error is due to the already pre-defined primary key still being present.
|
ivan-sukhomlyn
changed the title
[airbyte_connection] [bug] MongoDB streams order change produces Terraform error
[airbyte_connection] [bug] MongoDB stream change produces error as primary key is pre-defined
Sep 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After schema updating, the order of MongoDB stream representation in Terraform state changes, and it can not be rewritten due to the already defined primary key, even if it's not defined in the source code.
For example,
HCL
After schema updating, I got the following
terraform plan
:terraform apply
:The text was updated successfully, but these errors were encountered: