Skip to content

0.7.11

Compare
Choose a tag to compare
@prha prha released this 09 May 21:38
· 17803 commits to master since this release

0.7.11

Bugfix

  • Fixed an issue with strict snapshot ID matching when loading historical snapshots, which caused
    errors on the Runs page when viewing historical runs.
  • Fixed an issue where dagster_celery had introduced a spurious dependency on dagster_k8s
    (#2435)
  • Fixed an issue where our Airflow, Celery, and Dask integrations required S3 or GCS storage and
    prevented use of filesystem storage. Filesystem storage is now also permitted, to enable use of
    these integrations with distributed filesystems like NFS (#2436).