Add Field (Column) Selection to the Terraform provider #41944
Replies: 3 comments 1 reply
-
We would love to use this new capability 🙏 |
Beta Was this translation helpful? Give feedback.
-
You can set it in the terraform provider now by adding selected_fields to each stream For example:
You do need to include the primary_key and cursor_fields in the list of selected fields. The most glaring omission, however, is that neither the terraform provider nor the underlying SDK/API supports extracting the list of selected fields in a stream. This makes round-tripping impossible with the API alone and cumbersome otherwise, See also: #45455 |
Beta Was this translation helpful? Give feedback.
-
@jonseymour it looks OK, could you retry ?
|
Beta Was this translation helpful? Give feedback.
-
Currently, fieldSelectionEnabled is not exposed to the Terraform provider.
Branched from this issue: #35798
Beta Was this translation helpful? Give feedback.
All reactions