Skip to content
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

Support for the selection of Collections for lineage integrations #349

Open
sigveks94 opened this issue Mar 6, 2025 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@sigveks94
Copy link

sigveks94 commented Mar 6, 2025

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
Image

@sigveks94 sigveks94 added the enhancement New feature or request label Mar 6, 2025
@b-per
Copy link
Collaborator

b-per commented Mar 6, 2025

Thanks for raising this.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants