SiJo
SiJo
  • 4
  • 9 465
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!
มุมมอง: 265

วีดีโอ

Reading from BigQuery in Python using a service accountReading from BigQuery in Python using a service account
Reading from BigQuery in Python using a service account
มุมมอง 16611 หลายเดือนก่อน
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 WindowsCreating a Docker Image for a basic Python Flask website in Windows
Creating a Docker Image for a basic Python Flask website in Windows
มุมมอง 48711 หลายเดือนก่อน
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 DockerInstalling Airflow on Windows 10 without Docker
Installing Airflow on Windows 10 without Docker
มุมมอง 9Kปีที่แล้ว
A full walkthrough of how to run Apache Airflow in Windows 10 using a Linux VM.

ความคิดเห็น

  • @girisantoshkumar
    @girisantoshkumar 12 วันที่ผ่านมา

    Thanks mate :)

  • @pavelkharitonov9065
    @pavelkharitonov9065 หลายเดือนก่อน

    The most useful video about installing airflow

  • @rajarl
    @rajarl 3 หลายเดือนก่อน

    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.

  • @tejasrivishwaroju5935
    @tejasrivishwaroju5935 3 หลายเดือนก่อน

    Getting Dag Import error after following this process and login

  • @KomailButt
    @KomailButt 3 หลายเดือนก่อน

    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?

  • @basavarajpn4801
    @basavarajpn4801 4 หลายเดือนก่อน

    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

  • @dataisfun4964
    @dataisfun4964 4 หลายเดือนก่อน

    Thanks this worked fine for me.

  • @themagniranthine
    @themagniranthine 4 หลายเดือนก่อน

    do you know how to connect pentaho with airflow?

  • @UserGooglovich
    @UserGooglovich 4 หลายเดือนก่อน

    thank you very much for the video! the best one with small errors and fixes. really helped me.

  • @Sank3r92
    @Sank3r92 4 หลายเดือนก่อน

    you are the man

  • @alexeykruglov8185
    @alexeykruglov8185 5 หลายเดือนก่อน

    Thank you vety much> its worksafter 5 min your wondeful video guide.

  • @gautamgovinda5140
    @gautamgovinda5140 5 หลายเดือนก่อน

    👍

  • @DhammadipAwale1991
    @DhammadipAwale1991 5 หลายเดือนก่อน

    thanks bro , 4.32 break was much needed :D

  • @sanikabhosale6513
    @sanikabhosale6513 5 หลายเดือนก่อน

    Thank you so much! struggling from last four days to install but you nailed it!!

  • @NeedleFung
    @NeedleFung 6 หลายเดือนก่อน

    Help me a lot thank you

  • @rockymarquiss8327
    @rockymarquiss8327 6 หลายเดือนก่อน

    Need to do sudo apt upgrade

  • @abidemiajiboye2758
    @abidemiajiboye2758 6 หลายเดือนก่อน

    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?

    • @abidemiajiboye2758
      @abidemiajiboye2758 6 หลายเดือนก่อน

      Resolved. I installed the right version of python 3.7

  • @IamMQaisar
    @IamMQaisar 6 หลายเดือนก่อน

    versioonnn 😅

  • @life_99995
    @life_99995 8 หลายเดือนก่อน

    If anyone face the error while giving the command airflow db init solve it using the command pip install Flask-Session==0.5.0

  • @Lundburgerr
    @Lundburgerr 8 หลายเดือนก่อน

    Thanks man, that's exactly the hello world project I needed.

  • @pietasharp
    @pietasharp 8 หลายเดือนก่อน

    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

    • @arcane888
      @arcane888 8 หลายเดือนก่อน

      I got the same error. First run “pip install Flask-Session==0.5.0” before running “airflow db init”

  • @BOSS-AI-20
    @BOSS-AI-20 8 หลายเดือนก่อน

    which is best to run airflow on linux or docker?

  • @sohaibawan7625
    @sohaibawan7625 9 หลายเดือนก่อน

    I am getting issue with database initialization 😷

    • @BOSS-AI-20
      @BOSS-AI-20 8 หลายเดือนก่อน

      same Is it resolved ?

    • @sohaibawan7625
      @sohaibawan7625 8 หลายเดือนก่อน

      @@BOSS-AI-20 nope...

  • @rwdyravi5423
    @rwdyravi5423 9 หลายเดือนก่อน

    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

  • @kilianloganellis298
    @kilianloganellis298 11 หลายเดือนก่อน

    🌺 *Promo SM*

  • @72nilayneerav93
    @72nilayneerav93 11 หลายเดือนก่อน

    I'm getting module not found error: connexion.decorators.validators when using command airflow db init

    • @amalpp-tp8ww
      @amalpp-tp8ww 11 หลายเดือนก่อน

      same for me, could not fix till now

    • @LadyPuffingtonDewesbury
      @LadyPuffingtonDewesbury 11 หลายเดือนก่อน

      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

    • @BOSS-AI-20
      @BOSS-AI-20 8 หลายเดือนก่อน

      @@LadyPuffingtonDewesbury It's also not working

  • @raghav3914
    @raghav3914 ปีที่แล้ว

    Great video, short and to the point

  • @shimeineri208
    @shimeineri208 ปีที่แล้ว

    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! 😆

  • @petergriffin513
    @petergriffin513 ปีที่แล้ว

    Thanks Bud! You rock

  • @SiddharthMaheshbhaiGajjar
    @SiddharthMaheshbhaiGajjar ปีที่แล้ว

    Thank you :) it's done

  • @AlDamara-x8j
    @AlDamara-x8j ปีที่แล้ว

    thanks for sharing!

  • @ponravirajm7858
    @ponravirajm7858 ปีที่แล้ว

    Please upload how to create a Dag and Custom operator

  • @DevidJoy-u4h
    @DevidJoy-u4h ปีที่แล้ว

    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.