etsy / boundary-layer

Builds Airflow DAGs from configuration files. Powers all DAGs on the Etsy Data Platform
Apache License 2.0
262 stars 58 forks source link

Add datetime.time. #136

Closed hyoung87 closed 2 years ago

hyoung87 commented 2 years ago

Description

Adding datetime.time to handler options.

Context / Why are we making this change?

Follow up fix for this PR which added a preprocessor for time. When testing, this error surfaced with a 10:30 string:

Exception: Cannot format value10:30:00: no handler for type <class 'datetime.time'>

This change should solve for this.

Testing and QA Plan

How has this work been tested or QA'd?

Impact

What are the implications of these changes? Are there any cross-cutting concerns to keep in mind?