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

feat: Implement Python requests-based get/set for BigQuery Interaction Logging Settings #258

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

justin-oos
Copy link
Collaborator

  • feat: Implemented Python requests based retrieval and configuration of BigQuery interaction logging settings for an Agent.

…f BigQuery interaction logging settings for an Agent.

client_options = self._set_region(agent_id)
headers = self._set_request_headers(client_options)
update_mask = 'advancedSettings.loggingSettings,bigqueryExportSettings'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deniscalin - no that's the correct syntax for update mask to indicate "advancedSettings.loggingSettings" and "bigqueryExportSettings" are the components being updated.

Copy link
Member

@kmaphoenix kmaphoenix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kmaphoenix kmaphoenix merged commit 5b28070 into main Nov 14, 2024
7 checks passed
@kmaphoenix kmaphoenix deleted the feature/agent_bq_settings branch November 14, 2024 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants