Skip to content
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

Open
1 task
rashidakanchwala opened this issue Nov 5, 2024 · 4 comments
Open
1 task

Comments

@rashidakanchwala
Copy link
Contributor

Description

Currently, the data-test and data-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

  • Include labels so that we can categorise your feature request
@rashidakanchwala
Copy link
Contributor Author

rashidakanchwala commented Nov 5, 2024

Getting this error - SQL execution error: Creating view on shared database 'HEAP_FRAMEWORK_VIZ_PRODUCTION' is not allowed.
FYI - @astrojuanlu

@rashidakanchwala rashidakanchwala moved this to Inbox in Kedro-Viz Nov 5, 2024
@astrojuanlu
Copy link
Member

The error message says it all, the Heap exports are read-only. We have a KEDRO_BI_DB database with write access (role KEDRO_BI_ROLE, your account has it).

@rashidakanchwala
Copy link
Contributor Author

I tried creating view there, but because it's two different warehouses; it's not allowing me

@astrojuanlu
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Inbox
Development

No branches or pull requests

2 participants