BuzzCutNorman
03/28/2022, 10:03 PMptd
03/29/2022, 1:10 PM{% if 'SQL' == cookiebutter.stream_type %}
and also one for {% if cookiecutter.stream_type not in ('REST', 'GraphQL') %}
so the second one overwrites the first one and you don’t get the sql-specific client.py
file.BuzzCutNorman
03/29/2022, 3:05 PM