
encountered a "ValueError" due to improper date-time formatting while running the "kafka_data_stream" job in the "kafka_spark_dag" DAG. The error occurs in the "get_all_data" function when attempting to parse a timestamp using the format string %Y-%m-%d. The timestamp (T17:18:27+00:00) includes additional time and timezone information that the format string does not account for. This mismatch causes the error