-
Notifications
You must be signed in to change notification settings - Fork 956
Open
Description
Describe the bug
incorrect regex pattern. Gives product column = NULL
URL of where you see the bug
To Reproduce
Steps to reproduce the behavior:
- Go to: https://quickstarts.snowflake.com/guide/avalanche-customer-review-data-analytics/index.html?index=..%2F..index#3
- Click on: 4. Reshaping the Data
- Scroll down to: REGEXP_SUBSTR(layout, 'Product: (.*)', 1, 1, 'e', 1) as product,
This has to be changed to: REGEXP_SUBSTR(layout, 'Product: (.*)', 1, 1, 'e', 1) as product,
- See error;
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Add any other context about the problem here.
A small regex fix only required.
Metadata
Metadata
Assignees
Labels
No labels