
templates.write-strategies.bigquery.append.j2 Maven / Gradle / Ivy
{% if tableTruncate %}
TRUNCATE TABLE {{ tableFullName }};
{% endif %}
INSERT INTO {{ tableFullName }}({{ tableColumnsCsv }}) {{ selectStatement }}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy