Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bugs #21

Merged
merged 1 commit into from
Oct 20, 2020
Merged

fix bugs #21

merged 1 commit into from
Oct 20, 2020

Conversation

FHoffmannCode
Copy link
Contributor

  • Pin Werkzeug to be above or equal v0.15.0 - earlier versions are bugged.
  • Read configuration in dbnd module setup.py - previously configuration was ignored which could result in version mismatch between dbnd-airflow and dbnd modules.
  • Fix issue in Dockerfile.dev where setup.cfg was not copied properly
  • Add packaging dependency in dbnd-airflow. This 3rd party package has already been used in this module so this could potentially lead to import error.
  • Install airflow related plugins in Dockerfile.

* Pin Werkzeug to be above or equal v0.15.0 - earlier versions are bugged.
* Read configuration in dbnd module setup.py - previously configuration was ignored which could result in version mismatch between dbnd-airflow and dbnd modules.
* Fix issue in Dockerfile.dev where setup.cfg was not copied properly
* Add packaging dependency in dbnd-airflow. This 3rd party package has already been used in this module so this could potentially lead to import error.
* Install airflow related plugins in Dockerfile.
modules/dbnd-airflow/setup.py Show resolved Hide resolved
@FHoffmannCode FHoffmannCode merged commit 7567c9a into develop Oct 20, 2020
evgenyshulman pushed a commit that referenced this pull request Oct 27, 2020
* Pin Werkzeug to be above or equal v0.15.0 - earlier versions are bugged.
* Read configuration in dbnd module setup.py - previously configuration was ignored which could result in version mismatch between dbnd-airflow and dbnd modules.
* Fix issue in Dockerfile.dev where setup.cfg was not copied properly
* Add packaging dependency in dbnd-airflow. This 3rd party package has already been used in this module so this could potentially lead to import error.
* Install airflow related plugins in Dockerfile.
@evgenyshulman evgenyshulman deleted the fix-bugs branch March 16, 2021 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants