-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update sandbox dag with retool #552
Conversation
dags/sandbox_update_dag.py
Outdated
if table_id == "retool_entity_data": | ||
sql_params["project_id"] = SANDBOX_PROJECT | ||
sql_params["dataset_id"] = INTERNAL_DATASET | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to copy this table over to the sandbox? I believe canvas has full access to crypto_stellar_internal_2
tables, but we may need to confirm. Since the table is only 30 rows, there is no reason for us to rebuild
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I didn't know that. If they have access then I can change this to just exclude retool_entity_data instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update: canvas does not have access to the dataset. My preference would be to build a view in the sandbox instead of a table
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to skip retool_entity_data
312cd07
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View created in sandbox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix sandbox_update_dag to pull retool data from the correct project.dataset