Giter Site home page Giter Site logo

koverse / example-projects Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 83.8 MB

Ready built examples applications built on top of the Koverse Data Platform https://koverse.com

License: MIT License

Shell 0.30% Python 14.72% Dockerfile 2.51% JavaScript 43.76% CSS 0.18% HTML 0.85% Jupyter Notebook 37.68%

example-projects's People

Contributors

astrolope avatar hayleyhall-koverse avatar indiraavendano avatar nathantisdaledollah avatar powest38 avatar skywind555 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

example-projects's Issues

Unable to successfully stand up pod(s)

Uncertain if output is referring to the container itself or my host. Encounter error as follows:

┌─[tyler@perihelion]-[~/Documents/play/kdp4-solutions/airflow]-[ (main)]                                                                                                                                                                                                                                                                                                                      
└──╼ $dc up airflow-init
Creating network "airflow_default" with the default driver
Pulling postgres (postgres:13)...
13: Pulling from library/postgres
8740c948ffd4: Already exists
c8dbd2beab50: Pull complete
05d9dc9d0fbd: Pull complete
ddd89d5ec714: Pull complete
f98bb9f03867: Pull complete
0554611e703f: Pull complete
64e0a8694477: Pull complete
8b868a753f47: Pull complete
29acea527529: Pull complete
04331b81a289: Pull complete
faa16d756995: Pull complete
8992a861a703: Pull complete
3a0e6483774c: Pull complete
Digest: sha256:1c36dd0c70477d7f7e472df3cddcdcc1c95526e74ca02b75e4a2c2c4ebd2f1db
Status: Downloaded newer image for postgres:13
Pulling redis (redis:latest)...
latest: Pulling from library/redis
8740c948ffd4: Already exists
a2271c958e57: Pull complete
495af11a3eac: Pull complete
18b045ddb54d: Pull complete
f49c2d6d086c: Pull complete
14ed0c386119: Pull complete
Digest: sha256:325d5a448d8f6c1d30a0a0fb26090343279d4cf23258b26b1745862f332e9479
Status: Downloaded newer image for redis:latest
Creating airflow_postgres_1 ... done
Creating airflow_redis_1    ... done
Creating airflow_airflow-init_1 ... done
Attaching to airflow_airflow-init_1
airflow-init_1       | ....................
airflow-init_1       | ERROR! Maximum number of retries (20) reached.
airflow-init_1       | 
airflow-init_1       | Last check result:
airflow-init_1       | $ airflow db check
airflow-init_1       | /home/airflow/.local/lib/python3.7/site-packages/airflow/configuration.py:440: DeprecationWarning: The sql_alchemy_conn option in [core] has been moved to the sql_alchemy_conn option in [database] - the old setting has been used, but please update your config.
airflow-init_1       |   is_sqlite = "sqlite" in self.get("database", "sql_alchemy_conn")
airflow-init_1       | /home/airflow/.local/lib/python3.7/site-packages/airflow/configuration.py:360: DeprecationWarning: The sql_alchemy_conn option in [core] has been moved to the sql_alchemy_conn option in [database] - the old setting has been used, but please update your config.
airflow-init_1       |   self._upgrade_postgres_metastore_conn()
airflow-init_1       | /home/airflow/.local/lib/python3.7/site-packages/airflow/settings.py:249 DeprecationWarning: The sql_alchemy_conn option in [core] has been moved to the sql_alchemy_conn option in [database] - the old setting has been used, but please update your config.
airflow-init_1       | Unable to load the config, contains a configuration error.
airflow-init_1       | Traceback (most recent call last):
airflow-init_1       |   File "/usr/local/lib/python3.7/pathlib.py", line 1273, in mkdir
airflow-init_1       |     self._accessor.mkdir(self, mode)
airflow-init_1       | FileNotFoundError: [Errno 2] No such file or directory: '/opt/airflow/logs/scheduler/2023-01-20'
airflow-init_1       | 
airflow-init_1       | During handling of the above exception, another exception occurred:
airflow-init_1       | 
airflow-init_1       | Traceback (most recent call last):
airflow-init_1       |   File "/usr/local/lib/python3.7/logging/config.py", line 563, in configure
airflow-init_1       |     handler = self.configure_handler(handlers[name])
airflow-init_1       |   File "/usr/local/lib/python3.7/logging/config.py", line 736, in configure_handler
airflow-init_1       |     result = factory(**kwargs)
airflow-init_1       |   File "/home/airflow/.local/lib/python3.7/site-packages/airflow/utils/log/file_processor_handler.py", line 49, in __init__
airflow-init_1       |     Path(self._get_log_directory()).mkdir(parents=True, exist_ok=True)
airflow-init_1       |   File "/usr/local/lib/python3.7/pathlib.py", line 1277, in mkdir
airflow-init_1       |     self.parent.mkdir(parents=True, exist_ok=True)
airflow-init_1       |   File "/usr/local/lib/python3.7/pathlib.py", line 1273, in mkdir
airflow-init_1       |     self._accessor.mkdir(self, mode)
airflow-init_1       | PermissionError: [Errno 13] Permission denied: '/opt/airflow/logs/scheduler'
airflow-init_1       | 
airflow-init_1       | The above exception was the direct cause of the following exception:
airflow-init_1       | 
airflow-init_1       | Traceback (most recent call last):
airflow-init_1       |   File "/home/airflow/.local/bin/airflow", line 5, in <module>
airflow-init_1       |     from airflow.__main__ import main
airflow-init_1       |   File "/home/airflow/.local/lib/python3.7/site-packages/airflow/__init__.py", line 55, in <module>
airflow-init_1       |     settings.initialize()
airflow-init_1       |   File "/home/airflow/.local/lib/python3.7/site-packages/airflow/settings.py", line 569, in initialize
airflow-init_1       |     LOGGING_CLASS_PATH = configure_logging()
airflow-init_1       |   File "/home/airflow/.local/lib/python3.7/site-packages/airflow/logging_config.py", line 74, in configure_logging
airflow-init_1       |     raise e
airflow-init_1       |   File "/home/airflow/.local/lib/python3.7/site-packages/airflow/logging_config.py", line 69, in configure_logging
airflow-init_1       |     dictConfig(logging_config)
airflow-init_1       |   File "/usr/local/lib/python3.7/logging/config.py", line 800, in dictConfig
airflow-init_1       |     dictConfigClass(config).configure()
airflow-init_1       |   File "/usr/local/lib/python3.7/logging/config.py", line 571, in configure
airflow-init_1       |     '%r' % name) from e
airflow-init_1       | ValueError: Unable to configure handler 'processor'
airflow-init_1       | 
airflow_airflow-init_1 exited with code 1```

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.