You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BEGIN TRANSACTION;
UNLOAD ('
SELECT
tl.apartment_id AS apartment_id,
tl.clicks AS delta_clicks
FROM ranking_team.rl_impressions_to_learn_enriched tl
')
TO '{{ params.s3_bucket }}'
IAM_ROLE '{{ params.iam_role }}'
PARQUET PARTITION BY (apartment_id, delta_clicks)
ALLOWOVERWRITE;
END TRANSACTION;
Error when parsing the following SQL:
Error:
The text was updated successfully, but these errors were encountered: