Coder Social home page Coder Social logo

patchandpray / three-ways-to-run-airflow-on-kubernetes-code-examples Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 5.0 13 KB

Accompanying code examples for webinar and blog post "three ways to run airflow on kubernetes"

Dockerfile 2.53% Makefile 21.97% Python 75.50%

three-ways-to-run-airflow-on-kubernetes-code-examples's Introduction

Code examples for "Three ways to run Airflow on Kubernetes"

  • airflow-k8spodoperator
  • airflow-k8sexecutor
  • airflow-keda

three-ways-to-run-airflow-on-kubernetes-code-examples's People

Contributors

patchandpray avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

three-ways-to-run-airflow-on-kubernetes-code-examples's Issues

No module named 'flask_bcrypt'

[2021-01-18 04:07:35,945] {init.py:71} CRITICAL - Cannot import airflow.contrib.auth.backends.password_auth for API authenticatio │
│ Traceback (most recent call last): │
│ File "/home/airflow/.local/lib/python3.6/site-packages/airflow/api/init.py", line 55, in load_auth │
│ api_auth = import_module(auth_backend) │
│ File "/usr/local/lib/python3.6/importlib/init.py", line 126, in import_module │
│ return _bootstrap._gcd_import(name[level:], package, level) │
│ File "", line 994, in _gcd_import │
│ File "", line 971, in _find_and_load │
│ File "", line 955, in _find_and_load_unlocked │
│ File "", line 665, in _load_unlocked │
│ File "", line 678, in exec_module │
│ File "", line 219, in _call_with_frames_removed │
│ File "/home/airflow/.local/lib/python3.6/site-packages/airflow/contrib/auth/backends/password_auth.py", line 29, in │
│ from flask_bcrypt import generate_password_hash, check_password_hash │
│ ModuleNotFoundError: No module named 'flask_bcrypt' │
│ During handling of the above exception, another exception occurred: │
│ Traceback (most recent call last): │
│ File "/home/airflow/.local/bin/airflow", line 26, in │
│ from airflow.bin.cli import CLIFactory │
│ File "/home/airflow/.local/lib/python3.6/site-packages/airflow/bin/cli.py", line 93, in │
│ api.load_auth() │
│ File "/home/airflow/.local/lib/python3.6/site-packages/airflow/api/init.py", line 73, in load_auth │
│ raise AirflowException(err) │
│ airflow.exceptions.AirflowException: No module named 'flask_bcrypt' │
│ stream closed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.