# \[Video] Automatic Script

### 🔗 **Links**

Youtube video : [link](https://docs.tailer.ai/)

Visual ressources : [link](https://docs.tailer.ai/)

DataSet ressources : [data.iowa.gov](https://data.iowa.gov/Sales-Distribution/2019-Iowa-Liquor-Sales/38x4-vs5h) (2019 Iowa Liquor Sales)

### 🍶 Open Source Dataset

The tutorial video use Liquor sales in Iowa since 2019, by store, by item and by day.\
\
**Overview :**\
This dataset contains every wholesale purchase of liquor in the State of Iowa by retailers for sale to individuals since January 1, 2012. The State of Iowa controls the wholesale distribution of liquor intended for retail sale, which means this dataset offers a complete view of retail liquor sales in the entire state. The dataset contains every wholesale order of liquor by all grocery stores, liquor stores, convenience stores, etc., with details about the store and location, the exact liquor brand and size, and the number of bottles ordered.

In addition to being an excellent dataset for analyzing liquor sales, this is a large and clean public dataset of retail sales data. It can be used to explore problems like stockout prediction, retail demand forecasting, and other retail supply chain problems.

### **📋** Requirements and Resources

The tutorial video needs some requirements in order to be reproduced with Tailer on a Google Cloud Platform (GCP) :

* Own a Tailer account to use the SDK
* Provide access to the Tailer Gservice account in your GCP project
* **Import the Iowa Liquor Sales 2019 + Products + Stores + qualified (deduplicated) datasets into your DataLake ( sign up on the data Iowa gov website )**

### :bookmark\_tabs: Summary of subpages

* SQL script file
* DDL script file
* Tables to Tables script file
* Launch configuration and furthermore...


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/transform-data-with-tables-to-tables.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
