- Added call to
dbplyr::src_dbi()
inverify_con()
to workaround newdplyr
behavior; #60 - Complete transition to GitHub Actions
- Removed
stringr
dependency - Remove
LazyData: TRUE
since there is no data - Don't run examples that use the Internet
- Fixed issue with new version of
usethis
; #59 - Cleaned up NAMESPACE
- Removed
macleish
dependency - Removed
airlines
mentions in vignettes
- Added
create_etl_package
function for rapid prototyping dbRunScript
is robust to comments generated bymysqldump
- Added
etl_cities
methods - Added
default
methods for any package - Added "Extending ETL" vignette
- Added
clobber
option tosmart_download
- Added
db_type
for easy typing of connection objects - Added
smart_upload
for pushing files to database - Added
dbplyr
to Suggests - Fixed broken link to
dplyr::src_sql
in documentation
- Fixed CRAN failures on Solaris (thanks Brian Ripley)
- Added
src_mysql_cnf
as shorthand for connecting to MySQL - Fixed CRAN failures on Solaris (thanks Brian Ripley)
- Moved to
file.path
uniformly (#7) - Moved
smart_download
todownloader
for HTTPS
- Moved
is.etl
to main documentation foretl
(30dee378) - Fixed typo in DESCRIPTION (4e77fba2)
- Fixed bug in
etl_load.etl_mtcars
by makingetl_transform
safer - Made
verify_con
messages easier to read - Added new functions for help with computing dates and matching filenames to dates
- Added several tests
- Added
new_filenames
argument tosmart_download
- Re-implemented
etl_init
(#7) - Renamed
get_schema
tofind_schema
(1c0a4e3)
- released to CRAN
- Added a
NEWS.md
file to track changes to the package.