Skip to content

Commit

Permalink
import airflow log
Browse files Browse the repository at this point in the history
  • Loading branch information
romanoa77 committed Apr 12, 2024
1 parent 6f328df commit 73bbe51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dags_airflow_ale_httpsensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@

def check_response_itm(response):
js = response.json()
LoggingMixin().log.info("Json var type is")

dummy=type(js)
LoggingMixin().log.info("Json var type is %s",dummy)

return True

Expand Down

0 comments on commit 73bbe51

Please sign in to comment.