looker-open-source / looker-explore-assistant

A React Application for interacting with Looker data through natural language.
MIT License
83 stars 52 forks source link

Fix: Don't re-run bigquery example creation #46

Closed waziers closed 2 months ago

waziers commented 2 months ago

If you re-run the terraform apply after you have uploaded examples to the table in BigQuery, the jobs will blow those away. Super frustrating!

This change makes it that the jobs are only ever run once.