Add Field (Column) Selection to the Terraform provider #41944
nataliekwong
started this conversation in
Connector Ideas and Features
Replies: 2 comments 1 reply
-
We would love to use this new capability 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, fieldSelectionEnabled is not exposed to the Terraform provider.
Branched from this issue: #35798
Beta Was this translation helpful? Give feedback.
All reactions