diff --git a/changelog.md b/changelog.md index 5919429..6f7e3e3 100644 --- a/changelog.md +++ b/changelog.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for multi-asset item ingests ([#86](https://github.com/NASA-IMPACT/veda-data-airflow/pull/86)) - Simple single-asset item ingests supported again ([#87](https://github.com/NASA-IMPACT/veda-data-airflow/pull/87)) -### Changed +### Changed - Insert collections via ingestor API rather than directly with pgstac ([#13](https://github.com/NASA-IMPACT/veda-data-airflow/pull/13)) - The `vector` and `cogify` fields are now optional in the payload \ No newline at end of file diff --git a/sm2a/airflow_worker/Dockerfile b/sm2a/airflow_worker/Dockerfile index 4b39166..885e192 100644 --- a/sm2a/airflow_worker/Dockerfile +++ b/sm2a/airflow_worker/Dockerfile @@ -54,5 +54,6 @@ RUN cp ${AIRFLOW_HOME}/configuration/airflow.cfg* ${AIRFLOW_HOME}/. ENV AIRFLOW_HOME ${AIRFLOW_HOME} ENV TZ UTC ENV PYTHONPATH /opt/airflow +ENV PYSTAC_STAC_VERSION_OVERRIDE=1.0.0 CMD /bin/bash