Introduction
This cookbook shows how to use Chicory AI agents that can be used to help automate data access requests in an enterprise
Tools & Integrations
BigQuery – SQL execution and runtime insights
REST API – Deployment mechanism for Chicory agents
What You’ll Build
Raise a JIRA ticket that
Triggers a git action with the user access request information
Build an Agent that
Analyzes the policy tags and access rules that are set within an enterprise
Provides an in detail analysis of whether the user must be approved to access a particular column/table
Provides the terraform code to modify permissions in Bigquery
Build Git Actions that
Triggers on JIRA ticket creation, creates a PR with the agent analysis and code
Triggers if the PR analysis and terraform code generated looks good to go (PR is merged). As a part of the action the JIRA ticket gets updated back with the final status.
Triggers if the PR analysis and terraform code generated is not justified enough (PR is closed) in order to update the JIRA ticket with the final status.
Last updated