Be Good. Do Good.
def my_function_test(inparam):
print(inparam + " Cars")
my_function_test("Maruthi")
my_function_test("Honda")
my_function_test("Kia")
Maruthi Cars Honda Cars Kia Cars
Models are where your developers spend most of their time within a dbt environment. Models are primarily written as a select statement and ...