THANK YOU!!!!!!!!! :partyblob:
# random
m
THANK YOU!!!!!!!!! 🎉
❤️ 2
r
This setting is also available in the new
dagster-dbt
API revamp! Check out the proposal here. Rather than specifying the
op_name
, you can just specify the name of the function 🙂
Copy code
@dbt_assets(manifest=manifest)
def my_custom_name(context: OpExecutionContext, dbt: DbtCli):
    yield from dbt.cli(["run"], manifest=manifest, context=context).stream()
This is the equivalent of using
op_name="my_custom_name"
🙌 2