This message was deleted.
# ask-questions
w
This message was deleted.
c
Here is the actual SQL Query that you get when creating the metric:
Copy code
SELECT
  user_id,
  $amplitude_id as anonymous_id,
  event_time as timestamp
FROM
  $events
WHERE
  event_type = 'Doctor List'
f
Hi Gabriel- it might be easier to help you debug this in person
can you run that query against Athena directly?
seems like maybe some character escaping isn’t working or needs adjusting somewhere
c
I think our aws athena setup is wrong which isn't surprising since it's the first time we use it 😅 we'll see if we manage to make it work
147 Views