Monday, 28 November 2022

Jupyter Commands

 Install Jupyter Notebook

    pip install jupyterlab
    pip install notebook

 Open Jupyter Notebook    

    jupyter notebook   

Python command to generate the PY file from Jupyter    Notebook

jupyter nbconvert --to script Untitled1.ipynb

DBT - Models

Models are where your developers spend most of their time within a dbt environment. Models are primarily written as a select statement and ...