Skip to content

v0.2.0

Choose a tag to compare

@Redevil10 Redevil10 released this 08 Feb 09:51
· 30 commits to main since this release

Breaking Changes

  • sql_query and sql_file_path consolidated into single sql parameter
  • query_params renamed to parameters

New Features

  • Truncate-then-load: truncate=True on CsvToPostgresOperator
  • Gzip compression: compression="gzip" on both operators
  • SQL file support: Relative paths via Airflow templating, absolute paths as fallback