Add DataSource parameter for artifacts endpoints#4
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces support for an optional --data-source parameter in the fetch.py and relationships.py scripts, as well as the underlying API client, to disambiguate identifiers that exist in multiple data sources. It also updates the documentation and CLI output to surface data source names and IDs. The review feedback identifies several edge cases in CLI argument parsing where providing --data-source at the end of a command without a value is not handled correctly, and points out an inconsistency in grep.py when handling dataSource as a string instead of a dictionary.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
No description provided.