See more
See Delta Lake Quick Start: https://docs.databricks.com/delta/quick-start.html
To test it, navigate in the command line to your folder (cd folder/working_folder) and call:
SELECT e.platform, f_get_platform_by_client_id(e.client_id) AS “valid_platform”, SUM(e.count) AS “…