Skip to content

Commit

Permalink
Merge pull request #16 from Cassini-chris/patch-1
Browse files Browse the repository at this point in the history
Fixed some typos in the readme
  • Loading branch information
leiterenato authored Dec 21, 2023
2 parents 9c89e33 + b93a6f5 commit 952a2f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Open the [configuration file](/app/app_config.toml) and include your project id

Open notebook [`/genai-for-marketing/notebooks/1_environment_setup.ipynb`](/notebooks/1_environment_setup.ipynb) and follow the instructions in it.
It will execute the following steps:
- Install dependecies to run the notebook
- Install dependencies to run the notebook
- Create a dataset on BigQuery
- Create a synthetic CDP dataset and load it to BigQuery
- Create Tag Template on Dataplex
Expand All @@ -158,9 +158,9 @@ Make sure all the steps are executed successfully and you can retrieve the metad
The metadata should look like this:

```
Table: transactions - Column: app_purchase_qnt - Data Type: INT64 - Primary Key: False - Foreing Key: False - Description: The value of the in-app purchase.
Table: transactions - Column: app_purchase_qnt - Data Type: INT64 - Primary Key: False - Foreign Key: False - Description: The value of the in-app purchase.
...
Table: customers - Column: total_value - Data Type: INT64 - Primary Key: False - Foreing Key: False - Description: The total value of all purchases made by the customer.
Table: customers - Column: total_value - Data Type: INT64 - Primary Key: False - Foreign Key: False - Description: The total value of all purchases made by the customer.
```


Expand Down

0 comments on commit 952a2f7

Please sign in to comment.