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

Create load_multiple_explores.py #146

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RyutoYoda
Copy link

This script provides a utility to load data into Looker Explore Assistant for multiple explores in a batch process. It is particularly useful for automating the process of managing large sets of explore IDs with consistent configurations. By iterating over a list of explore IDs, this script allows users to define table configurations and data sources in a structured and reusable manner.

Key Features
Batch Processing: Handles multiple explore_id values sequentially in one execution, minimizing manual effort. Configurable Inputs:
Supports multiple table_id and json_file combinations. Optionally allows custom column_name for additional flexibility. Reusable Structure: The script can be easily customized by modifying the lists of explore_id and commands. Automated Workflow: Automatically deletes existing rows for a specified explore and inserts new data, ensuring the dataset remains updated.

This script provides a utility to load data into Looker Explore Assistant for multiple explores in a batch process. It is particularly useful for automating the process of managing large sets of explore IDs with consistent configurations. By iterating over a list of explore IDs, this script allows users to define table configurations and data sources in a structured and reusable manner.

Key Features
Batch Processing: Handles multiple explore_id values sequentially in one execution, minimizing manual effort.
Configurable Inputs:
Supports multiple table_id and json_file combinations.
Optionally allows custom column_name for additional flexibility.
Reusable Structure: The script can be easily customized by modifying the lists of explore_id and commands.
Automated Workflow: Automatically deletes existing rows for a specified explore and inserts new data, ensuring the dataset remains updated.
@RyutoYoda RyutoYoda requested a review from a team as a code owner January 27, 2025 07:47
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.

1 participant