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

Fixes #62 - looks training #65

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

pjabl
Copy link
Contributor

@pjabl pjabl commented Jul 6, 2024

The script facilitates the generation and loading of example and sample data into the BigQuery explore_assistant dataset. The process supports multiple models and explores, relying on a set of looks for each explore in one or more folders in your Looker instance. The output is generated in a tree structure:

  • examples
    • model
      • explore

Each look title from the defined folder creates an "input" from a pair of "input"/"output". The following query parameters from the Looker URL are included (only if they are non-empty):

  • fields
  • filters (f[])
  • sorts
  • limits
  • dynamic_fields
  • vis
    • type
    • hidden_fields
    • hidden_points_if_no
    • show_comparison
    • comparison_type
    • series_types

The following parameter is excluded:

  • query_timezone
  • filter_config
  • fill_fields

Support for loading samples into BigQuery has been added to the explore_assistant_samples dataset.

@pjabl pjabl requested a review from a team as a code owner July 6, 2024 07:17
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