I have the below query in pyspark:
spark.sql= ("select id, track_id, data_source from db.races where dt_date = 20201010")