github dlt-hub/dlt 0.2.0a8

latest releases: 1.0.0, 0.9.9a0, 0.5.4...
pre-release21 months ago

What's Changed

  • deletes all pipeline state (schemas, state, intermediate files) if destination dataset is dropped
  • synchronizes state with the destination in the run method
  • you can opt out from state sync with restore_from_destination=false in ie. config.toml
  • loads all schemas/source into single dataset by default. this will simplify experience for less advanced users. you can switch back to the old behavior (each source/schema has separate dataset) with use_single_dataset=false config option
  • enables CTRL-C when running user code
  • commits all files extracted from several sources after all user code ran

Don't miss a new dlt release

NewReleases is sending notifications on new releases.