Nike-Inc / brickflow

Pythonic Programming Framework to orchestrate jobs in Databricks Workflow
https://engineering.nike.com/brickflow/
Apache License 2.0
183 stars 36 forks source link

[BUG] AutosysSensor fails when `lastEndUTC` is None #112

Closed maxim-mityutko closed 3 months ago

maxim-mityutko commented 3 months ago

Describe the bug Parser must be a string or character stream, not NoneType - an error typically associated with a missing 'lastEndUTC' in the API response.

To Reproduce Steps to reproduce the behavior:

  1. Call the API / mock API response that returns none for the lastEndUTC

Expected behavior Operator not failing

Screenshots If applicable, add screenshots to help explain your problem.

Cloud Information

Desktop (please complete the following information):

Additional context Add any other context about the problem here.