Skip to content

Commit

Permalink
Merge pull request #208 from BritishGeologicalSurvey/pre-release-tweaks
Browse files Browse the repository at this point in the history
Pre release tweaks
  • Loading branch information
leorudczenko authored Jun 24, 2024
2 parents a05bff3 + 10cf71d commit f61dd55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
3 changes: 2 additions & 1 deletion docs/code_demos/utilities/enable_logger.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import logging
import etlhelper as etl

etl.log_to_console()
etl.log_to_console(level=logging.DEBUG)
8 changes: 0 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ Welcome to ETL Helper's documentation!

ETL Helper is a Python ETL (Extract, Transform, Load) library to simplify data transfer into and out of databases.


.. note:: This documentation is a work in progress in preparation for the upcoming 1.0 release.
Refer to the `v0.14.3 GitHub README.md <https://github.com/BritishGeologicalSurvey/etlhelper/tree/v0.14.3>`_ for the current codebase.
There are a number of breaking changes planned for
``etlhelper`` version 1.0. Please pin the version number in your
dependency list to avoid disruption and watch the project on GitHub
for notification of new releases.

ETL Helper makes it easy to run SQL queries via Python and return the
results.
It takes care of cursor management, importing drivers and formatting connection strings,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
]
license = {text = "LGPL-3.0 license"}
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit f61dd55

Please sign in to comment.