Hey there! We have a python model that will use d...
# integration-dbt
p
Hey there! We have a python model that will use dbt. I want to add a resource to the model (and only this model) for the dataproc server that should come up when the job is launched. How can I do this? Ideally there would be some sort of node_info_to_required_resource_fn that can be leveraged for this (I might just hack it together for our needs if there is no other way to do this)