Skip to content

Commit

Permalink
chore: remove deprecate hive watermark model (#281)
Browse files Browse the repository at this point in the history
* chore: remove deprecate hive watermark model

* bump version
  • Loading branch information
feng-tao committed Jun 4, 2020
1 parent 29bfcea commit 06c1dbe
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 135 deletions.
30 changes: 0 additions & 30 deletions databuilder/models/hive_watermark.py

This file was deleted.

2 changes: 1 addition & 1 deletion example/dags/hive_sample_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def create_table_wm_job(**kwargs):
job_config = ConfigFactory.from_dict({
'extractor.sqlalchemy.{}'.format(SQLAlchemyExtractor.CONN_STRING): connection_string(),
'extractor.sqlalchemy.{}'.format(SQLAlchemyExtractor.EXTRACT_SQL): sql,
'extractor.sqlalchemy.model_class': 'databuilder.models.hive_watermark.HiveWatermark',
'extractor.sqlalchemy.model_class': 'databuilder.models.watermark.Watermark',
'loader.filesystem_csv_neo4j.{}'.format(FsNeo4jCSVLoader.NODE_DIR_PATH):
node_files_folder,
'loader.filesystem_csv_neo4j.{}'.format(FsNeo4jCSVLoader.RELATION_DIR_PATH):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


__version__ = '2.5.19'
__version__ = '2.6.0'

requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements.txt')
with open(requirements_path) as requirements_file:
Expand Down
103 changes: 0 additions & 103 deletions tests/unit/models/test_hive_watermark.py

This file was deleted.

0 comments on commit 06c1dbe

Please sign in to comment.