Skip to content

Commit

Permalink
pin rds package version in databuilder (amundsen-io#1520)
Browse files Browse the repository at this point in the history
Signed-off-by: xuans <xuan_shen@outlook.com>
  • Loading branch information
xuan616 authored Oct 6, 2021
1 parent 2b9de23 commit dfe0b4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion databuilder/example/scripts/sample_data_loader_mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# SPDX-License-Identifier: Apache-2.0

"""
TODO: it needs db init(in dev) first in metadata service
Please init/upgrade db first in metadata service if needed.
This is a example script demonstrating how to load data into MySQL and
Elasticsearch without using an Airflow DAG.
Expand Down
2 changes: 1 addition & 1 deletion databuilder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ pandas>=0.21.0,<1.2.0
responses>=0.10.6

amundsen-common>=0.16.0
amundsen-rds>=0.0.4
amundsen-rds==0.0.5
2 changes: 1 addition & 1 deletion databuilder/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from setuptools import find_packages, setup

__version__ = '6.2.0'
__version__ = '6.2.1'

requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements.txt')
with open(requirements_path) as requirements_file:
Expand Down

0 comments on commit dfe0b4f

Please sign in to comment.