- 4
- 9 943
SiJo
Приєднався 3 сер 2023
Hosting a dynamic website in GCP App Engine
I build a hello world web app in Python Flask, then create and upload the yaml file to the Google Cloud CLI and deploy the website as an App Engine. With a few mistakes a long the way to keep you on your toes!
Переглядів: 310
Відео
Reading from BigQuery in Python using a service account
Переглядів 201Рік тому
I create some basic data in a csv file, upload it to BigQuery, then create an IAM service account and download the credentials to load into Python. Jump over jump over jump over!
Creating a Docker Image for a basic Python Flask website in Windows
Переглядів 557Рік тому
Install VSCode, Python and Docker for Windows before you begin. We'll build a very basic website using Flask, then write a Dockerfile to package this up and distribute it. We'll then run this docker image through the command prompt and Docker software to check it works
Installing Airflow on Windows 10 without Docker
Переглядів 9 тис.Рік тому
A full walkthrough of how to run Apache Airflow in Windows 10 using a Linux VM.
very clear explanation
Thanks mate :)
The most useful video about installing airflow
Thanks so much for the video. Need one quick help though. After following the steps, finally when I tried to access the URL using localhost:8080, I am getting the "Unauthorized error"... I am not able to see the logon screen.
Getting Dag Import error after following this process and login
Nice and simple video. Should we just share the docker image file to someone if they want to test our work? Like which files need to be shared when sharing our Flask based python app to someone?
airflow db init Traceback (most recent call last): File "/home/basavaraj/.local/bin/airflow", line 5, in <module> from airflow.__main__ import main File "/home/basavaraj/.local/lib/python3.10/site-packages/airflow/__init__.py", line 53, in <module> from airflow import configuration, settings File "/home/basavaraj/.local/lib/python3.10/site-packages/airflow/configuration.py", line 66, in <module> _SQLITE3_VERSION_PATTERN = re2.compile(r"(?P<version>^\d+(?:\.\d+)*)\D?.*$") AttributeError: module 're2' has no attribute 'compile' basavaraj@HP:/mnt/c/Users/Admin$ getting this issue,any solution for this ?Please
Thanks this worked fine for me.
do you know how to connect pentaho with airflow?
thank you very much for the video! the best one with small errors and fixes. really helped me.
you are the man
Thank you vety much> its worksafter 5 min your wondeful video guide.
👍
thanks bro , 4.32 break was much needed :D
Thank you so much! struggling from last four days to install but you nailed it!!
Help me a lot thank you
Need to do sudo apt upgrade
Thanks and it is a great video. I was on an airflow course on Linkedin but got stuck so I checked you up. The only issue now is that when I tried accessing the webserver via localhost:8080, the page does not load. What could be the issue?
Resolved. I installed the right version of python 3.7
versioonnn 😅
If anyone face the error while giving the command airflow db init solve it using the command pip install Flask-Session==0.5.0
Thanks man, that's exactly the hello world project I needed.
i got error TypeError: SqlAlchemySessionInterface.__init__() missing 6 required positional arguments: 'sequence', 'schema', 'bind_key', 'use_signer', 'permanent', and 'sid_length' not sure what i should do before airflow db init
I got the same error. First run “pip install Flask-Session==0.5.0” before running “airflow db init”
which is best to run airflow on linux or docker?
I am getting issue with database initialization 😷
same Is it resolved ?
@@BOSS-AI-20 nope...
Thank you so much last 2 days I have face issue for installation no one can give prefect video you video help me thank you once again way don't you make videos on full tutorial on apache airflow
🌺 *Promo SM*
I'm getting module not found error: connexion.decorators.validators when using command airflow db init
same for me, could not fix till now
This is a reported bug with a new release of Airflow: github.com/apache/airflow/issues/35375 Use pip install apache-airflow==2.7.0 at the 4 minute mark
@@LadyPuffingtonDewesbury It's also not working
Great video, short and to the point
Great video. Got me out of a bind when left stuck with a different YT video. Thanks. It would be great if you could do a video explaining what was happening at each step. Great work and I love the breaks! 😆
Thanks Bud! You rock
Thank you :) it's done
thanks for sharing!
Please upload how to create a Dag and Custom operator
Thanks Si Jo. Its really helpful for me. Please can you crate another video on all information about how can I use my another python/SQL file in dag.