Releases: Redevil10/airflow-postgres-csv
Releases · Redevil10/airflow-postgres-csv
v0.4.0
v0.3.2 count_lines param
make count lines feature configurable, default to True
v0.3.1 log csv line count
count the number of lines in the csv file and print it in the log
v0.3.0 add support for Airflow 2
- Add Airflow 2.9+ compatibility
- Tests now run against both Airflow 2 and Airflow 3 via tox
v0.2.0
Breaking Changes
sql_queryandsql_file_pathconsolidated into singlesqlparameterquery_paramsrenamed toparameters
New Features
- Truncate-then-load:
truncate=Trueon CsvToPostgresOperator - Gzip compression:
compression="gzip"on both operators - SQL file support: Relative paths via Airflow templating, absolute paths as fallback