Category: article

getDbt

How to generate your project’s documentation in DBT

generate and serve generate DBT has two supported commands for generating documentation for the models. dbt docs generate is responsible…

Continue Reading How to generate your project’s documentation in DBT
getDbt

How to find the difference between two dates in DBT

datediff  The datediff macro can be used to calculate the difference between two dates. {{ dbt.datediff("column_a", "column_b", "day") }} {{ dbt.datediff("column",…

Continue Reading How to find the difference between two dates in DBT
python @ Freshers.in

Python 3.11.0 is now available

Major new features of the Python 3.11 series, are Include Fine-Grained Error Locations in Tracebacks. Exception Groups and except*. tomllib:…

Continue Reading Python 3.11.0 is now available
python @ Freshers.in

Python : How to extract images from PDF files

In this article you can see how to extract images from pdf files and save it in your local. For…

Continue Reading Python : How to extract images from PDF files