Lorenzo
02/02/2023, 2:06 PM@op
def dbt_op():
cli_resource = dbt_cli_resource(context)
cli_resource.run(models=["my_model"])
@job
def dbt_job():
dbt_op()
And then I import my job in the repository obviously.jamie
02/02/2023, 3:28 PMLorenzo
02/02/2023, 3:39 PMjamie
02/02/2023, 3:40 PMSean Davis
02/02/2023, 8:33 PM<http://context.log.info|context.log.info>
for example).