Skip to content

v0.3.19

Compare
Choose a tag to compare
@doctrino doctrino released this 09 Dec 09:39
· 50 commits to main since this release
eb9fe24

cdf

Added

  • [alpha feature] cdf purge dataset now supports purging resources with internal IDs.

Fixed

  • Replacing variables in an inline SQL query no longer removes the quotes around the variable.
  • Running cdf build on an older module will no longer raise an KeyError if the module.toml does
    not have a package key.
  • [alpha feature] cdf purge dataset no longer deletes LocationFilters
  • [alpha feature] GraphQL resources with views that specify a rawFilter no longer raise an error when
    running cdf deploy.
  • In the cdf dump datamodel command, properties that are overridden in a view are now correctly dumped.

Changed

  • [alpha feature] cdf purge now requires a confirmation before deleting resources.
  • Building a Transformation will store the .sql file in the build directory instead of inlined in the
    resource YAML file.

Improved

  • Consistent display names of resources in output table of cdf deploy and cdf clean.

templates

No changes to templates.

Details

New Contributors

Full Changelog: v0.3.18...v0.3.19