You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No problem - just a nice-to-have. I would like for the terraform provider to handle the selection of Tableau Collections. The way it is set now, I need to manually add certain or all collections for each project with a lineage integration.
Describe the solution you'd like
I would like the option for the dbtcloud_lineage_integration resource to have a variable "list_all_collections" which defaults to false, but can be set to true.
Describe alternatives you've considered
I have seen from the API that there are a couple of endpoints in combination with the POST: "Update Lineage Integration Selections" which could achieve this.
Additional context
Basically adding a boolean to support this red circled button
The text was updated successfully, but these errors were encountered:
Yes, to support this we would need to create a dbtcloud_lineage_collection datasource and a dbtcloud_lineage_selection resource (+ maybe datasource) ; so that we could get the list of all collections and assign it to the integration.
I don't really know when we will be able to work on this but we will keep it logged for now.
Is your feature request related to a problem? Please describe.
No problem - just a nice-to-have. I would like for the terraform provider to handle the selection of Tableau Collections. The way it is set now, I need to manually add certain or all collections for each project with a lineage integration.
Describe the solution you'd like
I would like the option for the dbtcloud_lineage_integration resource to have a variable "list_all_collections" which defaults to false, but can be set to true.
Describe alternatives you've considered
I have seen from the API that there are a couple of endpoints in combination with the POST: "Update Lineage Integration Selections" which could achieve this.
Additional context
Basically adding a boolean to support this red circled button

The text was updated successfully, but these errors were encountered: