v0.3.19
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 anKeyError
if themodule.toml
does
not have apackage
key. - [alpha feature]
cdf purge dataset
no longer deletesLocationFilters
- [alpha feature]
GraphQL
resources with views that specify arawFilter
no longer raise an error when
runningcdf 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
andcdf clean
.
templates
No changes to templates.
Details
- Fix package error by @doctrino in #1272
- [CDF-23474] 💥 Purge round 2 by @doctrino in #1273
- Update README.md by @gaetan-h in #1274
- [CDF-23457] 😛Unexpected behavior of dump by @doctrino in #1275
- [CDF-21797] 🙃Print only once by @doctrino in #1276
- [CDF-23401] 😊 Transformation sql in build folder by @doctrino in #1277
- [CDF-23462] 🥲 Missing quotes by @doctrino in #1278
- Prepare 0.3.19 by @doctrino in #1282
New Contributors
Full Changelog: v0.3.18...v0.3.19