-
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
No docs for dbtCloud User #228
Labels
bug
Something isn't working
Comments
Thanks for raising this @LeoTheGriff The issue here is with the docs. I will get them updated to:
There is no resource today for There is already a feature request to handle users, but it is not trivial as dbt Cloud doesn't create users per-se, but only invites them. |
Thanks Benoit, that makes sense
…________________________________
From: Benoit Perigaud ***@***.***>
Sent: Friday, December 22, 2023 3:12:32 PM
To: dbt-labs/terraform-provider-dbtcloud ***@***.***>
Cc: Leo Griffiths ***@***.***>; Mention ***@***.***>
Subject: Re: [dbt-labs/terraform-provider-dbtcloud] No docs for dbtCloud User (Issue #228)
Thanks for raising this @LeoTheGriff<https://www.google.com/url?q=https://github.com/LeoTheGriff&source=gmail-imap&ust=1703862754000000&usg=AOvVaw3lIzl5cfk3LDTL4sdr4Ja9>
The issue here is with the docs. I will get them updated to:
user_id = data.dbtcloud_user.my_user.id
There is no resource today for dbtcloud_user just a datasource to get a User ID form their email.
There is already a feature request<https://www.google.com/url?q=https://github.com/dbt-labs/terraform-provider-dbtcloud/issues/202&source=gmail-imap&ust=1703862754000000&usg=AOvVaw3aTYmlv0CXlWe_jeZyVN16> to handle users, but it is not trivial as dbt Cloud doesn't create users per-se, but only invites them.
—
Reply to this email directly, view it on GitHub<https://www.google.com/url?q=https://github.com/dbt-labs/terraform-provider-dbtcloud/issues/228%23issuecomment-1867798251&source=gmail-imap&ust=1703862754000000&usg=AOvVaw0yFolufnw740Wd3Ldf1Y8j>, or unsubscribe<https://www.google.com/url?q=https://github.com/notifications/unsubscribe-auth/ACGF7N6EOIJMI5AGYQX4AP3YKWPOBAVCNFSM6AAAAABA75FNJKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRXG44TQMRVGE&source=gmail-imap&ust=1703862754000000&usg=AOvVaw3lBaIP_5n0RdkusSC7jo4T>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
No docs for dbtCloud User. Implied existence in: https://registry.terraform.io/providers/dbt-labs/dbtcloud/latest/docs/resources/user_groups, specifically line
user_id = dbtcloud_user.my_user.id
Error message
https://registry.terraform.io/providers/dbt-labs/dbtcloud/latest/docs/resources/user
Not in guides when searching, only data sources
Resource configuration
NA
Expected behavior
Docs to exist
Config (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: