feat: add ID in data_source_github_repository_teams#3492
Conversation
The team ID was missing from the datasource.
|
👋 Hi, and thank you for this contribution! This repo is maintained by GitHub and community members on a best-effort basis. We'll get to this as soon as we can. You can help us prioritize by joining the discussion on open issues and PRs, sharing details on the changes you need, and reviewing other contributions. 🤖 This is an automated message. |
|
@acouvreur please could you open an issue before creating a PR to save everyone's time.
Sorry, wrong data source. I take back my objection but the main point that opening an issue to be triaged before a PR still stands. |
Will do, the change was so minimal I thought it'd be okay. Duly noted for next contributions |
stevehipwell
left a comment
There was a problem hiding this comment.
Will do, the change was so minimal I thought it'd be okay. Duly noted for next contributions
It is a pretty minimal change, but we have very limited resources and unsolicited changes without the full context are problematic (see my mistake about the scope as a prime example).
Given that I've spent the time to get the context already, let's see if we can get this merged. Please can you update the tests to check that the new computed ID is being set.
Before the change?
You cannot retrieve the ID from the
github_repository_teamsdatasource, which is a pain when using associated resources that require a team ID.After the change?
github_repository_teamsdatasource, which is useful when using associated resources that require a team ID.Pull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!