-
Notifications
You must be signed in to change notification settings - Fork 113
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
Snowflake - Add data-heap
and data-test
events column in snowflake.
#2175
Comments
Getting this error - SQL execution error: Creating view on shared database 'HEAP_FRAMEWORK_VIZ_PRODUCTION' is not allowed. |
The error message says it all, the Heap exports are read-only. We have a |
I tried creating view there, but because it's two different warehouses; it's not allowing me |
Then the only way will be having an ETL pipeline... hopefully with Kedro :) similar to It's a good opportunity to aggregate the information and filter only what we need kedro-org/kedro-devrel#145 |
We won't do the ETL for now, @rashidakanchwala will make the change in Tableau directly |
Description
Currently, the
data-test
anddata-heap-event
attributes, which provide information about the elements users click on, are part of a long string. We currently extract this data using Tableau; however, it would be ideal to have tables created directly in Snowflake. This ticket aims to create a view in Snowflake with additional columns to extract and store this information.Checklist
The text was updated successfully, but these errors were encountered: