Is it possible to write macros in Python instead of Jinja templates And run with run-operation command
Due to the fact that certain operations cannot be imported into the dbt jinja template, including datetime.strptime
{% import "python" as py %}
is not working in the macro
`py.datetime.strptime('20211', '%Y%m')`