Skip to content

Commit

Permalink
Depend on dbt-mysql from git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren committed Jun 18, 2021
1 parent 9e8e939 commit 47945bf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion airbyte-integrations/bases/base-normalization/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@
author_email="contact@airbyte.io",
url="https://github.com/airbytehq/airbyte",
packages=setuptools.find_packages(),
install_requires=["airbyte-protocol", "pyyaml", "jinja2", "dbt-mysql"],
install_requires=[
"airbyte-protocol",
"pyyaml",
"jinja2",
# TODO: change to dbt-mysql after this PR is merged:
# https://github.com/dbeatty10/dbt-mysql/pull/57
"dbt-mysql @ git+https://github.com/airbytehq/dbt-mysql-1@patch-1#egg=dbt-mysql",
],
package_data={"": ["*.yml"]},
setup_requires=["pytest-runner"],
entry_points={
Expand Down

0 comments on commit 47945bf

Please sign in to comment.