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 15ec33f commit 6f328df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags_airflow_ale_httpsensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

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

return True

Expand Down

0 comments on commit 6f328df

Please sign in to comment.