Author: user

ubuntu@freshers_in

In AWS EC2 how to know your ubuntu version using the command line commands

lsb_release lsb stands for Linux Standard Base. Certain LSB (Linux Standard Base) and Distribution information is printed by lsb_release command….

Continue Reading In AWS EC2 how to know your ubuntu version using the command line commands
getDbt

How to give empty string as accepted_values in DBT

Jinja filter : as_text If we are giving ‘ ‘ [ two single quotes ] , this will consider as…

Continue Reading How to give empty string as accepted_values in DBT
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